01M1WJA90XS5C98Q49EVRC76H4: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    access_repos: [],
    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/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M1WJAVHS3TDAK41945W60X2C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-06T23:55:44.395Zjob assigned to worker 01M1WJB26NQ3VADF3D9HP74G90 [factory aws, i-050c2d3a42c1637ba] (queued for 53 s)
 
22026-09-06T23:55:51.834Zstarting task 0: "setup"
32026-09-06T23:55:51.843Z++ uname -s
42026-09-06T23:55:51.846Z+ kern=SunOS
52026-09-06T23:55:51.846Z+ build_user=build
62026-09-06T23:55:51.846Z+ build_uid=12345
72026-09-06T23:55:51.846Z+ work_dir=/work
82026-09-06T23:55:51.846Z+ input_dir=/input
92026-09-06T23:55:51.846Z+ [[ 0 == 12345 ]]
102026-09-06T23:55:51.846Z+ case "$kern" in
112026-09-06T23:55:51.846Z+ groupadd -g 12345 build
122026-09-06T23:55:51.849Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-06T23:55:53.855Z+ zfs create -o mountpoint=/work rpool/work
142026-09-06T23:55:53.942Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-06T23:55:53.945Z+ home_fs=zfs
162026-09-06T23:55:53.945Z+ [[ zfs == autofs ]]
172026-09-06T23:55:53.945Z+ mkdir -p /home/build
182026-09-06T23:55:53.948Z+ chown build:build /home/build /work
192026-09-06T23:55:55.949Z+ chmod 0700 /home/build /work
202026-09-06T23:55:55.952Zprocess exited: duration 4117 ms, exit code 0
 
212026-09-06T23:55:55.958Zstarting task 1: "rust-toolchain"
222026-09-06T23:55:55.965Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-06T23:55:55.965Z * rust toolchain channel = "1.98.1"
242026-09-06T23:55:55.965Z * rust toolchain profile = "default"
252026-09-06T23:55:55.965Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-06T23:55:55.965Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-06T23:55:55.965Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-06T23:55:55.968Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-06T23:55:55.968Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-06T23:55:56.086Zinfo: downloading installer
312026-09-06T23:55:57.687Zinfo: profile set to default
322026-09-06T23:55:57.687Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-06T23:55:57.693Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-06T23:55:57.820Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-06T23:55:57.827Zinfo: downloading 6 components
362026-09-06T23:56:11.348Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-06T23:56:11.348Z
382026-09-06T23:56:11.376Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-06T23:56:11.376Z
402026-09-06T23:56:11.380Z
412026-09-06T23:56:11.380ZRust is installed now. Great!
422026-09-06T23:56:11.380Z
432026-09-06T23:56:11.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-06T23:56:11.381Zenvironment variable. This has not been done automatically.
452026-09-06T23:56:11.381Z
462026-09-06T23:56:11.381ZTo configure your current shell, you need to source
472026-09-06T23:56:11.381Zthe corresponding env file under $HOME/.cargo.
482026-09-06T23:56:11.381Z
492026-09-06T23:56:11.381ZConsider running the right command for your shell (note the leading DOT):
502026-09-06T23:56:11.381Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-06T23:56:11.381Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-06T23:56:11.381ZCC_x86_64-unknown-illumos = None
532026-09-06T23:56:11.381Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-06T23:56:11.381ZCC_x86_64_unknown_illumos = None
552026-09-06T23:56:11.381Zcargo:rerun-if-env-changed=HOST_CC
562026-09-06T23:56:11.381ZHOST_CC = None
572026-09-06T23:56:11.381Zcargo:rerun-if-env-changed=CC
582026-09-06T23:56:11.381ZCC = None
592026-09-06T23:56:11.381Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-06T23:56:11.561Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-06T23:56:11.561ZCRATE_CC_NO_DEFAULTS = None
622026-09-06T23:56:11.561Zcargo:rerun-if-env-changed=CFLAGS
632026-09-06T23:56:11.561ZCFLAGS = None
642026-09-06T23:56:11.561Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-06T23:56:11.561ZHOST_CFLAGS = None
662026-09-06T23:56:11.561Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-06T23:56:11.561ZCFLAGS_x86_64_unknown_illumos = None
682026-09-06T23:56:11.561Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-06T23:56:11.561ZCFLAGS_x86_64-unknown-illumos = None
702026-09-06T23:56:11.667Z+ rustup --version
712026-09-06T23:56:11.673Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-06T23:56:11.676Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-06T23:56:11.696Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-06T23:56:11.700Z+ cargo --version
752026-09-06T23:56:11.707Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-06T23:56:11.710Z+ rustc --version
772026-09-06T23:56:11.729Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-06T23:56:11.732Zprocess exited: duration 15773 ms, exit code 0
 
792026-09-06T23:56:11.738Zstarting task 2: "authentication"
802026-09-06T23:56:11.761Zprocess exited: duration 22 ms, exit code 0
 
812026-09-06T23:56:11.767Zstarting task 3: "clone repository"
822026-09-06T23:56:11.773Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-06T23:56:11.776Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-06T23:56:11.808ZCloning into '/work/oxidecomputer/omicron'...
852026-09-06T23:56:24.969Z+ cd /work/oxidecomputer/omicron
862026-09-06T23:56:24.969Z+ git fetch origin 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b
872026-09-06T23:56:25.324ZFrom https://github.com/oxidecomputer/omicron
882026-09-06T23:56:25.324Z * branch 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b -> FETCH_HEAD
892026-09-06T23:56:25.339Z+ [[ -n sush-switch-proxy ]]
902026-09-06T23:56:25.342Z++ git branch --show-current
912026-09-06T23:56:25.345Z+ current=main
922026-09-06T23:56:25.345Z+ [[ main != sush-switch-proxy ]]
932026-09-06T23:56:25.345Z+ git branch -f sush-switch-proxy 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b
942026-09-06T23:56:25.348Z+ git checkout -f sush-switch-proxy
952026-09-06T23:56:25.504ZSwitched to branch 'sush-switch-proxy'
962026-09-06T23:56:25.507Z+ git reset --hard 7dc9f6db0380d3ab2e9359928f23b10df72a1f1b
972026-09-06T23:56:25.661ZHEAD is now at 7dc9f6db0 Add the sush proxy to the switch zone
982026-09-06T23:56:25.664Zprocess exited: duration 13894 ms, exit code 0
 
992026-09-06T23:56:25.671Zstarting task 4: "build"
1002026-09-06T23:56:25.680Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1012026-09-06T23:56:25.680Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1022026-09-06T23:56:25.680Ztests will store ephemeral output in /var/tmp/omicron_tmp
1032026-09-06T23:56:25.680Z+ mkdir /var/tmp/omicron_tmp
1042026-09-06T23:56:25.683Z+ source ./env.sh
1052026-09-06T23:56:25.683Z++ OLD_SHELL_OPTS=ehxB
1062026-09-06T23:56:25.683Z++ set -o xtrace
1072026-09-06T23:56:25.686Z++++ dirname ./env.sh
1082026-09-06T23:56:25.689Z+++ readlink -f .
1092026-09-06T23:56:25.693Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-09-06T23:56:25.694Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-09-06T23:56:25.694Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-09-06T23:56:25.694Z++ 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
1132026-09-06T23:56:25.694Z++ 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
1142026-09-06T23:56:25.694Z++ 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
1152026-09-06T23:56:25.694Z++ 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
1162026-09-06T23:56:25.694Z++ 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
1172026-09-06T23:56:25.694Z++ 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
1182026-09-06T23:56:25.694Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1192026-09-06T23:56:25.694Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1202026-09-06T23:56:25.694Z++ case $OLD_SHELL_OPTS in
1212026-09-06T23:56:25.694Z++ unset OLD_SHELL_OPTS OMICRON_WS
1222026-09-06T23:56:25.694Z+ source .github/buildomat/ci-env.sh
1232026-09-06T23:56:25.694Z++ export CARGO_TERM_COLOR=always
1242026-09-06T23:56:25.694Z++ CARGO_TERM_COLOR=always
1252026-09-06T23:56:25.697Z+++ uname -s
1262026-09-06T23:56:25.698Z++ [[ SunOS == \S\u\n\O\S ]]
1272026-09-06T23:56:25.698Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1282026-09-06T23:56:25.698Z+ target_os=illumos
1292026-09-06T23:56:25.698Z+ NEXTEST_VERSION=0.9.131
1302026-09-06T23:56:25.698Z+ cargo --version
1312026-09-06T23:56:25.706Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1322026-09-06T23:56:25.709Z+ rustc --version
1332026-09-06T23:56:25.729Zrustc 1.98.1 (48a229cea 2026-09-01)
1342026-09-06T23:56:25.733Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1352026-09-06T23:56:25.736Z+ gunzip
1362026-09-06T23:56:25.736Z+ tar -xvf - -C /home/build/.cargo/bin
1372026-09-06T23:56:26.438Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1382026-09-06T23:56:26.442Z+ OUTPUT_DIR=/work
1392026-09-06T23:56:26.442Z+ echo 'tests will store non-ephemeral output in /work'
1402026-09-06T23:56:26.443Ztests will store non-ephemeral output in /work
1412026-09-06T23:56:26.443Z+ mkdir -p /work
1422026-09-06T23:56:26.443Z+ banner prerequisites
1432026-09-06T23:56:26.446Z
1442026-09-06T23:56:26.446Z ##### ##### ###### ##### ###### #### # # # #### #
1452026-09-06T23:56:26.446Z # # # # # # # # # # # # # # #
1462026-09-06T23:56:26.446Z # # # # ##### # # ##### # # # # # #### #
1472026-09-06T23:56:26.446Z ##### ##### # ##### # # # # # # # # #
1482026-09-06T23:56:26.446Z # # # # # # # # # # # # # # #
1492026-09-06T23:56:26.446Z # # # ###### # # ###### ### # #### # #### #
1502026-09-06T23:56:26.446Z
1512026-09-06T23:56:26.446Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1522026-09-06T23:56:28.512Z Startup: Refreshing catalog 'helios' ... Done
1532026-09-06T23:56:28.940Z Startup: Caching catalogs ... Done
1542026-09-06T23:56:31.455ZPlanning: Solver setup ... Done (2.342s)
1552026-09-06T23:56:31.523ZPlanning: Running solver ... Done (0.069s)
1562026-09-06T23:56:31.575ZPlanning: Finding local manifests ... Done (0.003s)
1572026-09-06T23:56:31.589ZPlanning: Fetching manifests: 0/2 0% complete
1582026-09-06T23:56:31.608ZPlanning: Fetching manifests: 2/2 100% complete
1592026-09-06T23:56:31.623ZPlanning: Package planning ... Done (0.014s)
1602026-09-06T23:56:31.626ZPlanning: Merging actions ... Done (0.002s)
1612026-09-06T23:56:31.790ZPlanning: Checking for conflicting actions ... Done (0.166s)
1622026-09-06T23:56:31.794ZPlanning: Consolidating action changes ... Done (0.001s)
1632026-09-06T23:56:32.662ZPlanning: Evaluating mediators ... Done (0.870s)
1642026-09-06T23:56:32.666ZPlanning: Planning completed in 3.68 seconds
1652026-09-06T23:56:32.671Z Packages to install: 2
1662026-09-06T23:56:32.671Z Estimated space available: 156.01 GB
1672026-09-06T23:56:32.671ZEstimated space to be consumed: 86.48 MB
1682026-09-06T23:56:32.671Z Create boot environment: No
1692026-09-06T23:56:32.671ZCreate backup boot environment: No
1702026-09-06T23:56:32.671Z Rebuild boot archive: No
1712026-09-06T23:56:32.674Z
1722026-09-06T23:56:32.674ZChanged packages:
1732026-09-06T23:56:32.674Zhelios
1742026-09-06T23:56:32.674Z developer/build-essential
1752026-09-06T23:56:32.674Z None -> 11-3.0
1762026-09-06T23:56:32.674Z library/libxmlsec1
1772026-09-06T23:56:32.674Z None -> 1.2.35-3.0
1782026-09-06T23:56:32.697Z
1792026-09-06T23:56:32.697ZDownload: 0/214 items 0.0/1.3MB 0% complete
1802026-09-06T23:56:34.215ZDownload: Completed 1.28 MB in 1.52 seconds (864k/s)
1812026-09-06T23:56:34.271Z Actions: 1/268 actions (Installing new actions)
1822026-09-06T23:56:34.310Z Actions: Completed 268 actions in 0.04 seconds.
1832026-09-06T23:56:34.348ZFinalize: Updating package state database ... Done (0.037s)
1842026-09-06T23:56:34.348ZFinalize: Updating package cache ... Done (0.000s)
1852026-09-06T23:56:34.452ZFinalize: Updating image state ... Done (0.104s)
1862026-09-06T23:56:37.169ZFinalize: Creating fast lookup database ... Done (2.660s)
1872026-09-06T23:56:37.247ZFinalize: Reading search index ... Done (0.012s)
1882026-09-06T23:56:37.250ZFinalize: Updating search index ... Done (0.000s)
1892026-09-06T23:56:37.354ZFinalize: Updating package cache ... Done (0.000s)
1902026-09-06T23:56:37.728ZPlanning: Evaluating mediator changes ... Done
1912026-09-06T23:56:37.831ZPlanning: Checking for conflicting actions ... Done
1922026-09-06T23:56:37.849ZPlanning: Consolidating action changes ... Done
1932026-09-06T23:56:37.990ZPlanning: Evaluating mediators ... Done
1942026-09-06T23:56:37.994ZPlanning: Planning completed in 0.26 seconds
1952026-09-06T23:56:38.011Z Mediators to change: 2
1962026-09-06T23:56:38.011Z Create boot environment: No
1972026-09-06T23:56:38.012ZCreate backup boot environment: No
1982026-09-06T23:56:38.064ZFinalize: Updating package state database ... Done
1992026-09-06T23:56:38.064ZFinalize: Updating package cache ... Done
2002026-09-06T23:56:38.122ZFinalize: Updating image state ... Done
2012026-09-06T23:56:40.053ZFinalize: Creating fast lookup database ... Done
2022026-09-06T23:56:40.115ZFinalize: Reading search index ... Done
2032026-09-06T23:56:40.118ZFinalize: Updating search index ... Done
2042026-09-06T23:56:40.180ZFinalize: Updating package cache ... Done
2052026-09-06T23:56:40.462ZPlanning: Evaluating mediator changes ... Done
2062026-09-06T23:56:40.567ZPlanning: Checking for conflicting actions ... Done
2072026-09-06T23:56:40.570ZPlanning: Consolidating action changes ... Done
2082026-09-06T23:56:40.725ZPlanning: Evaluating mediators ... Done
2092026-09-06T23:56:40.730ZPlanning: Planning completed in 0.26 seconds
2102026-09-06T23:56:40.748Z Mediators to change: 1
2112026-09-06T23:56:40.748Z Create boot environment: No
2122026-09-06T23:56:40.748ZCreate backup boot environment: No
2132026-09-06T23:56:40.790ZFinalize: Updating package state database ... Done
2142026-09-06T23:56:40.790ZFinalize: Updating package cache ... Done
2152026-09-06T23:56:40.851ZFinalize: Updating image state ... Done
2162026-09-06T23:56:42.794ZFinalize: Creating fast lookup database ... Done
2172026-09-06T23:56:42.853ZFinalize: Reading search index ... Done
2182026-09-06T23:56:42.858ZFinalize: Updating search index ... Done
2192026-09-06T23:56:42.918ZFinalize: Updating package cache ... Done
2202026-09-06T23:56:43.228ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212026-09-06T23:56:43.228Zapache system 2.4 system
2222026-09-06T23:56:43.228Zclang system 15 system
2232026-09-06T23:56:43.228Zcsh system system illumos
2242026-09-06T23:56:43.228Zctags system system illumos
2252026-09-06T23:56:43.228Zfile vendor vendor darwinsys
2262026-09-06T23:56:43.228Zfile system system illumos
2272026-09-06T23:56:43.229Zgcc vendor 14 vendor
2282026-09-06T23:56:43.229Zgcc system 13 system
2292026-09-06T23:56:43.229Zgcc system 10 system
2302026-09-06T23:56:43.229Zgo system 1.25 system
2312026-09-06T23:56:43.229Zllvm system 15 system
2322026-09-06T23:56:43.229Zmariadb system 11.4 system
2332026-09-06T23:56:43.229Zmta vendor vendor dma
2342026-09-06T23:56:43.229Zopenjdk system 17 system
2352026-09-06T23:56:43.229Zopenjdk system 11 system
2362026-09-06T23:56:43.229Zopenssl vendor 3 vendor
2372026-09-06T23:56:43.229Zperl system 5.40 system
2382026-09-06T23:56:43.229Zpostgresql system 18 system
2392026-09-06T23:56:43.229Zpostgresql system 17 system
2402026-09-06T23:56:43.229Zpython vendor 3 vendor
2412026-09-06T23:56:43.229Zpython system 2 system
2422026-09-06T23:56:43.229Zpython3 vendor 3.13 vendor
2432026-09-06T23:56:43.229Zruby system 3.4 system
2442026-09-06T23:56:43.230Zruby system 3.0 system
2452026-09-06T23:56:43.230Zwords vendor vendor american-english
2462026-09-06T23:56:43.230Zwords system system australian-english
2472026-09-06T23:56:43.230Zwords system system british-english
2482026-09-06T23:56:43.230Zwords system system canadian-english
2492026-09-06T23:56:43.230Zwords system system french
2502026-09-06T23:56:43.230Zwords system system italian
2512026-09-06T23:56:43.230Zwords system system ngerman
2522026-09-06T23:56:43.230Zwords system system ogerman
2532026-09-06T23:56:43.230Zwords system system spanish
2542026-09-06T23:56:43.478ZPUBLISHER TYPE STATUS P LOCATION
2552026-09-06T23:56:43.478Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2562026-09-06T23:56:43.993ZFMRI IFO
2572026-09-06T23:56:43.993Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2582026-09-06T23:56:43.993Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2592026-09-06T23:56:43.993Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2602026-09-06T23:56:43.993Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2612026-09-06T23:56:43.993Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2622026-09-06T23:56:43.993Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2632026-09-06T23:56:43.993Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2642026-09-06T23:56:43.993Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2652026-09-06T23:56:43.993Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2662026-09-06T23:56:44.323Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672026-09-06T23:56:44.696Z Updating crates.io index
2682026-09-06T23:56:44.715Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692026-09-06T23:56:45.009Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-09-06T23:56:45.377Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2712026-09-06T23:56:45.649Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-09-06T23:56:46.671Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-09-06T23:56:47.247Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-09-06T23:56:49.189Z Updating git repository `https://github.com/oxidecomputer/opte`
2752026-09-06T23:56:50.089Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762026-09-06T23:56:50.392Z Updating git repository `https://github.com/oxidecomputer/lldp`
2772026-09-06T23:56:50.745Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782026-09-06T23:56:52.324Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-09-06T23:56:52.623Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-09-06T23:56:53.016Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2812026-09-06T23:56:53.584Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-09-06T23:56:53.870Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-09-06T23:56:54.130Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-09-06T23:56:54.411Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-09-06T23:56:54.718Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862026-09-06T23:56:55.072Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-09-06T23:56:55.424Z Updating git repository `https://github.com/oxidecomputer/sush`
2882026-09-06T23:56:55.984Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2892026-09-06T23:56:56.508Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902026-09-06T23:56:56.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-09-06T23:56:57.411Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2922026-09-06T23:56:57.775Z Updating git repository `https://github.com/oxidecomputer/erebor`
2932026-09-06T23:56:58.036Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2942026-09-06T23:56:58.447Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2952026-09-06T23:56:58.718Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2962026-09-06T23:56:59.208Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2972026-09-06T23:56:59.581Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982026-09-06T23:56:59.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992026-09-06T23:57:00.170Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002026-09-06T23:57:00.546Z Updating git repository `https://github.com/oxidecomputer/tough`
3012026-09-06T23:57:01.128Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3022026-09-06T23:57:01.718Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-09-06T23:57:02.033Z Updating git repository `https://github.com/oxidecomputer/rumors`
3042026-09-06T23:57:09.091Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3052026-09-06T23:57:09.418Z Updating git repository `https://github.com/oxidecomputer/pmbus`
3062026-09-06T23:57:09.755Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072026-09-06T23:57:10.036Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3082026-09-06T23:57:10.444Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3092026-09-06T23:57:10.728Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3102026-09-06T23:57:11.060Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3112026-09-06T23:57:11.328Z Updating git repository `https://github.com/illumos/smf-rs`
3122026-09-06T23:57:14.189Z Downloading crates ...
3132026-09-06T23:57:14.253Z Downloaded anstyle-query v1.1.5
3142026-09-06T23:57:14.257Z Downloaded zerocopy-derive v0.7.35
3152026-09-06T23:57:14.257Z Downloaded block-buffer v0.10.4
3162026-09-06T23:57:14.257Z Downloaded usdt-attr-macro v0.5.0
3172026-09-06T23:57:14.257Z Downloaded zmij v1.0.21
3182026-09-06T23:57:14.274Z Downloaded anstyle-parse v1.0.0
3192026-09-06T23:57:14.274Z Downloaded clap_builder v4.6.0
3202026-09-06T23:57:14.288Z Downloaded anstream v1.0.0
3212026-09-06T23:57:14.289Z Downloaded zerocopy v0.7.35
3222026-09-06T23:57:14.289Z Downloaded errno v0.3.14
3232026-09-06T23:57:14.289Z Downloaded anstyle v1.0.14
3242026-09-06T23:57:14.289Z Downloaded autocfg v1.5.0
3252026-09-06T23:57:14.289Z Downloaded bytecount v0.6.9
3262026-09-06T23:57:14.289Z Downloaded anyhow v1.0.104
3272026-09-06T23:57:14.304Z Downloaded camino v1.2.5
3282026-09-06T23:57:14.304Z Downloaded pest_generator v2.8.6
3292026-09-06T23:57:14.304Z Downloaded cfg-if v1.0.4
3302026-09-06T23:57:14.304Z Downloaded camino-tempfile v1.4.1
3312026-09-06T23:57:14.304Z Downloaded colorchoice v1.0.4
3322026-09-06T23:57:14.304Z Downloaded crypto-common v0.1.7
3332026-09-06T23:57:14.308Z Downloaded byteorder v1.5.0
3342026-09-06T23:57:14.308Z Downloaded memchr v2.8.0
3352026-09-06T23:57:14.308Z Downloaded macaddr v1.0.1
3362026-09-06T23:57:14.309Z Downloaded equivalent v1.0.2
3372026-09-06T23:57:14.310Z Downloaded dtrace-parser v0.2.0
3382026-09-06T23:57:14.316Z Downloaded toml_datetime v0.6.11
3392026-09-06T23:57:14.316Z Downloaded cargo-platform v0.3.2
3402026-09-06T23:57:14.316Z Downloaded dof v0.3.0
3412026-09-06T23:57:14.316Z Downloaded generic-array v0.14.7
3422026-09-06T23:57:14.316Z Downloaded heck v0.5.0
3432026-09-06T23:57:14.332Z Downloaded fnv v1.0.7
3442026-09-06T23:57:14.332Z Downloaded itoa v1.0.17
3452026-09-06T23:57:14.332Z Downloaded terminal_size v0.4.3
3462026-09-06T23:57:14.332Z Downloaded pretty-hex v0.4.1
3472026-09-06T23:57:14.332Z Downloaded swrite v0.1.0
3482026-09-06T23:57:14.344Z Downloaded clap_lex v1.0.0
3492026-09-06T23:57:14.344Z Downloaded scroll_derive v0.12.1
3502026-09-06T23:57:14.344Z Downloaded heck v0.4.1
3512026-09-06T23:57:14.344Z Downloaded serde_spanned v0.6.9
3522026-09-06T23:57:14.344Z Downloaded unicode-linebreak v0.1.5
3532026-09-06T23:57:14.349Z Downloaded tabled_derive v0.7.0
3542026-09-06T23:57:14.349Z Downloaded plain v0.2.3
3552026-09-06T23:57:14.349Z Downloaded smawk v0.3.2
3562026-09-06T23:57:14.358Z Downloaded memmap v0.7.0
3572026-09-06T23:57:14.358Z Downloaded usdt-macro v0.5.0
3582026-09-06T23:57:14.373Z Downloaded thread-id v4.2.2
3592026-09-06T23:57:14.373Z Downloaded toml_write v0.1.2
3602026-09-06T23:57:14.373Z Downloaded usdt v0.5.0
3612026-09-06T23:57:14.373Z Downloaded is_terminal_polyfill v1.70.2
3622026-09-06T23:57:14.373Z Downloaded version_check v0.9.5
3632026-09-06T23:57:14.386Z Downloaded cpufeatures v0.2.17
3642026-09-06T23:57:14.386Z Downloaded fastrand v2.3.0
3652026-09-06T23:57:14.386Z Downloaded utf8parse v0.2.2
3662026-09-06T23:57:14.392Z Downloaded pest_meta v2.8.6
3672026-09-06T23:57:14.392Z Downloaded thiserror-impl v1.0.69
3682026-09-06T23:57:14.392Z Downloaded digest v0.10.7
3692026-09-06T23:57:14.392Z Downloaded thiserror v2.0.18
3702026-09-06T23:57:14.392Z Downloaded cargo_metadata v0.23.1
3712026-09-06T23:57:14.396Z Downloaded sha2 v0.10.9
3722026-09-06T23:57:14.396Z Downloaded bitflags v2.11.0
3732026-09-06T23:57:14.396Z Downloaded once_cell v1.21.3
3742026-09-06T23:57:14.400Z Downloaded thiserror v1.0.69
3752026-09-06T23:57:14.415Z Downloaded serde_tokenstream v0.2.3
3762026-09-06T23:57:14.415Z Downloaded usdt-impl v0.5.0
3772026-09-06T23:57:14.415Z Downloaded proc-macro-error-attr v1.0.4
3782026-09-06T23:57:14.429Z Downloaded scroll v0.12.0
3792026-09-06T23:57:14.429Z Downloaded strsim v0.11.1
3802026-09-06T23:57:14.429Z Downloaded cargo_toml v0.21.0
3812026-09-06T23:57:14.429Z Downloaded thiserror-impl v2.0.18
3822026-09-06T23:57:14.429Z Downloaded quote v1.0.45
3832026-09-06T23:57:14.429Z Downloaded fs-err v3.3.0
3842026-09-06T23:57:14.429Z Downloaded proc-macro-error v1.0.4
3852026-09-06T23:57:14.446Z Downloaded toml v0.8.23
3862026-09-06T23:57:14.446Z Downloaded pest_derive v2.8.6
3872026-09-06T23:57:14.446Z Downloaded clap_derive v4.6.1
3882026-09-06T23:57:14.460Z Downloaded semver v1.0.28
3892026-09-06T23:57:14.460Z Downloaded tempfile v3.27.0
3902026-09-06T23:57:14.460Z Downloaded papergrid v0.11.0
3912026-09-06T23:57:14.467Z Downloaded proc-macro2 v1.0.106
3922026-09-06T23:57:14.467Z Downloaded unicode-ident v1.0.24
3932026-09-06T23:57:14.467Z Downloaded getrandom v0.4.3
3942026-09-06T23:57:14.468Z Downloaded ucd-trie v0.1.7
3952026-09-06T23:57:14.473Z Downloaded serde_core v1.0.228
3962026-09-06T23:57:14.473Z Downloaded clap v4.6.1
3972026-09-06T23:57:14.488Z Downloaded log v0.4.33
3982026-09-06T23:57:14.488Z Downloaded serde_derive v1.0.228
3992026-09-06T23:57:14.488Z Downloaded textwrap v0.16.2
4002026-09-06T23:57:14.502Z Downloaded pest v2.8.6
4012026-09-06T23:57:14.502Z Downloaded toml_edit v0.22.27
4022026-09-06T23:57:14.518Z Downloaded serde v1.0.228
4032026-09-06T23:57:14.518Z Downloaded indexmap v2.14.0
4042026-09-06T23:57:14.547Z Downloaded typenum v1.20.1
4052026-09-06T23:57:14.561Z Downloaded serde_json v1.0.151
4062026-09-06T23:57:14.561Z Downloaded hashbrown v0.17.0
4072026-09-06T23:57:14.578Z Downloaded winnow v0.7.14
4082026-09-06T23:57:14.592Z Downloaded unicode-width v0.1.14
4092026-09-06T23:57:14.592Z Downloaded goblin v0.8.2
4102026-09-06T23:57:14.592Z Downloaded syn v2.0.117
4112026-09-06T23:57:14.607Z Downloaded tabled v0.15.0
4122026-09-06T23:57:14.607Z Downloaded syn v1.0.109
4132026-09-06T23:57:14.648Z Downloaded unicode-width v0.2.0
4142026-09-06T23:57:14.648Z Downloaded rustix v1.1.4
4152026-09-06T23:57:14.665Z Downloaded libc v0.2.185
4162026-09-06T23:57:14.707Z Compiling proc-macro2 v1.0.106
4172026-09-06T23:57:14.707Z Compiling quote v1.0.45
4182026-09-06T23:57:14.707Z Compiling unicode-ident v1.0.24
4192026-09-06T23:57:14.710Z Compiling serde_core v1.0.228
4202026-09-06T23:57:14.710Z Compiling libc v0.2.185
4212026-09-06T23:57:14.710Z Compiling version_check v0.9.5
4222026-09-06T23:57:14.711Z Compiling memchr v2.8.0
4232026-09-06T23:57:14.711Z Compiling serde v1.0.228
4242026-09-06T23:57:14.711Z Compiling zmij v1.0.21
4252026-09-06T23:57:14.711Z Compiling ucd-trie v0.1.7
4262026-09-06T23:57:14.882Z Compiling itoa v1.0.17
4272026-09-06T23:57:14.885Z Compiling thiserror v1.0.69
4282026-09-06T23:57:14.885Z Compiling rustix v1.1.4
4292026-09-06T23:57:14.901Z Compiling byteorder v1.5.0
4302026-09-06T23:57:14.905Z Compiling serde_json v1.0.151
4312026-09-06T23:57:14.905Z Compiling bitflags v2.11.0
4322026-09-06T23:57:14.905Z Compiling syn v1.0.109
4332026-09-06T23:57:14.905Z Compiling camino v1.2.5
4342026-09-06T23:57:14.905Z Compiling hashbrown v0.17.0
4352026-09-06T23:57:14.905Z Compiling getrandom v0.4.3
4362026-09-06T23:57:14.905Z Compiling equivalent v1.0.2
4372026-09-06T23:57:14.905Z Compiling log v0.4.33
4382026-09-06T23:57:14.912Z Compiling utf8parse v0.2.2
4392026-09-06T23:57:14.918Z Compiling plain v0.2.3
4402026-09-06T23:57:14.918Z Compiling is_terminal_polyfill v1.70.2
4412026-09-06T23:57:14.929Z Compiling autocfg v1.5.0
4422026-09-06T23:57:14.943Z Compiling cfg-if v1.0.4
4432026-09-06T23:57:14.947Z Compiling winnow v0.7.14
4442026-09-06T23:57:14.947Z Compiling anstyle v1.0.14
4452026-09-06T23:57:15.293Z Compiling anstyle-query v1.1.5
4462026-09-06T23:57:15.316Z Compiling thiserror v2.0.18
4472026-09-06T23:57:15.376Z Compiling colorchoice v1.0.4
4482026-09-06T23:57:15.381Z Compiling pretty-hex v0.4.1
4492026-09-06T23:57:15.388Z Compiling proc-macro-error-attr v1.0.4
4502026-09-06T23:57:15.397Z Compiling usdt-impl v0.5.0
4512026-09-06T23:57:15.462Z Compiling proc-macro-error v1.0.4
4522026-09-06T23:57:15.620Z Compiling pest v2.8.6
4532026-09-06T23:57:15.722Z Compiling anstyle-parse v1.0.0
4542026-09-06T23:57:15.742Z Compiling toml_write v0.1.2
4552026-09-06T23:57:15.746Z Compiling bytecount v0.6.9
4562026-09-06T23:57:15.763Z Compiling unicode-width v0.1.14
4572026-09-06T23:57:15.785Z Compiling heck v0.4.1
4582026-09-06T23:57:15.791Z Compiling clap_lex v1.0.0
4592026-09-06T23:57:15.791Z Compiling indexmap v2.14.0
4602026-09-06T23:57:15.809Z Compiling fs-err v3.3.0
4612026-09-06T23:57:15.886Z Compiling once_cell v1.21.3
4622026-09-06T23:57:15.928Z Compiling anyhow v1.0.104
4632026-09-06T23:57:15.953Z Compiling strsim v0.11.1
4642026-09-06T23:57:15.965Z Compiling heck v0.5.0
4652026-09-06T23:57:15.974Z Compiling fastrand v2.3.0
4662026-09-06T23:57:15.990Z Compiling fnv v1.0.7
4672026-09-06T23:57:16.037Z Compiling anstream v1.0.0
4682026-09-06T23:57:16.094Z Compiling unicode-width v0.2.0
4692026-09-06T23:57:16.123Z Compiling smawk v0.3.2
4702026-09-06T23:57:16.140Z Compiling unicode-linebreak v0.1.5
4712026-09-06T23:57:16.178Z Compiling swrite v0.1.0
4722026-09-06T23:57:16.423Z Compiling errno v0.3.14
4732026-09-06T23:57:16.501Z Compiling thread-id v4.2.2
4742026-09-06T23:57:16.509Z Compiling papergrid v0.11.0
4752026-09-06T23:57:16.510Z Compiling memmap v0.7.0
4762026-09-06T23:57:16.789Z Compiling pest_meta v2.8.6
4772026-09-06T23:57:16.971Z Compiling syn v2.0.117
4782026-09-06T23:57:17.487Z Compiling terminal_size v0.4.3
4792026-09-06T23:57:17.487Z Compiling tempfile v3.27.0
4802026-09-06T23:57:17.635Z Compiling clap_builder v4.6.0
4812026-09-06T23:57:17.635Z Compiling textwrap v0.16.2
4822026-09-06T23:57:17.853Z Compiling cargo-platform v0.3.2
4832026-09-06T23:57:17.853Z Compiling semver v1.0.28
4842026-09-06T23:57:18.190Z Compiling camino-tempfile v1.4.1
4852026-09-06T23:57:18.313Z Compiling tabled_derive v0.7.0
4862026-09-06T23:57:18.970Z Compiling tabled v0.15.0
4872026-09-06T23:57:19.029Z Compiling pest_generator v2.8.6
4882026-09-06T23:57:19.561Z Compiling serde_derive v1.0.228
4892026-09-06T23:57:19.561Z Compiling thiserror-impl v1.0.69
4902026-09-06T23:57:19.561Z Compiling zerocopy-derive v0.7.35
4912026-09-06T23:57:19.564Z Compiling pest_derive v2.8.6
4922026-09-06T23:57:19.564Z Compiling scroll_derive v0.12.1
4932026-09-06T23:57:19.564Z Compiling thiserror-impl v2.0.18
4942026-09-06T23:57:19.564Z Compiling clap_derive v4.6.1
4952026-09-06T23:57:20.281Z Compiling scroll v0.12.0
4962026-09-06T23:57:20.308Z Compiling zerocopy v0.7.35
4972026-09-06T23:57:20.496Z Compiling goblin v0.8.2
4982026-09-06T23:57:20.642Z Compiling dtrace-parser v0.2.0
4992026-09-06T23:57:20.865Z Compiling clap v4.6.1
5002026-09-06T23:57:21.883Z Compiling serde_spanned v0.6.9
5012026-09-06T23:57:21.883Z Compiling toml_datetime v0.6.11
5022026-09-06T23:57:21.886Z Compiling macaddr v1.0.1
5032026-09-06T23:57:21.886Z Compiling cargo_metadata v0.23.1
5042026-09-06T23:57:21.886Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5052026-09-06T23:57:21.899Z Compiling dof v0.3.0
5062026-09-06T23:57:21.902Z Compiling serde_tokenstream v0.2.3
5072026-09-06T23:57:22.114Z Compiling toml_edit v0.22.27
5082026-09-06T23:57:22.591Z Compiling usdt-macro v0.5.0
5092026-09-06T23:57:22.591Z Compiling usdt-attr-macro v0.5.0
5102026-09-06T23:57:23.218Z Compiling usdt v0.5.0
5112026-09-06T23:57:23.315Z Compiling toml v0.8.23
5122026-09-06T23:57:23.626Z Compiling cargo_toml v0.21.0
5132026-09-06T23:57:24.911Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5142026-09-06T23:57:26.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.83s
5152026-09-06T23:57:27.206Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5162026-09-06T23:57:27.726Z Downloading crates ...
5172026-09-06T23:57:27.777Z Downloaded bcrypt-pbkdf v0.11.0
5182026-09-06T23:57:27.784Z Downloaded base16ct v1.0.0
5192026-09-06T23:57:27.787Z Downloaded async-stream-impl v0.3.6
5202026-09-06T23:57:27.791Z Downloaded atomicwrites v0.4.4
5212026-09-06T23:57:27.791Z Downloaded adler2 v2.0.1
5222026-09-06T23:57:27.792Z Downloaded arrayref v0.3.9
5232026-09-06T23:57:27.838Z Downloaded bitfield-struct v0.6.2
5242026-09-06T23:57:27.838Z Downloaded bit-set v0.5.3
5252026-09-06T23:57:27.838Z Downloaded ascii-canvas v3.0.0
5262026-09-06T23:57:27.838Z Downloaded castaway v0.2.4
5272026-09-06T23:57:27.839Z Downloaded ciborium-ll v0.2.2
5282026-09-06T23:57:27.839Z Downloaded flagset v0.4.7
5292026-09-06T23:57:27.839Z Downloaded bit-set v0.8.0
5302026-09-06T23:57:27.839Z Downloaded foreign-types v0.3.2
5312026-09-06T23:57:27.839Z Downloaded cfg_aliases v0.2.1
5322026-09-06T23:57:27.839Z Downloaded bitfield-macros v0.19.4
5332026-09-06T23:57:27.839Z Downloaded block-buffer v0.12.1
5342026-09-06T23:57:27.839Z Downloaded foreign-types-shared v0.1.1
5352026-09-06T23:57:27.839Z Downloaded futures-sink v0.3.32
5362026-09-06T23:57:27.839Z Downloaded async-stream v0.3.6
5372026-09-06T23:57:27.839Z Downloaded bit-vec v0.8.0
5382026-09-06T23:57:27.839Z Downloaded headers-core v0.3.0
5392026-09-06T23:57:27.839Z Downloaded ena v0.14.4
5402026-09-06T23:57:27.839Z Downloaded find-msvc-tools v0.1.9
5412026-09-06T23:57:27.839Z Downloaded fs-err v2.11.0
5422026-09-06T23:57:27.839Z Downloaded either v1.15.0
5432026-09-06T23:57:27.839Z Downloaded futures v0.3.32
5442026-09-06T23:57:27.839Z Downloaded aead v0.5.2
5452026-09-06T23:57:27.839Z Downloaded assert_matches v1.5.0
5462026-09-06T23:57:27.839Z Downloaded atty v0.2.14
5472026-09-06T23:57:27.839Z Downloaded async-recursion v1.1.1
5482026-09-06T23:57:27.839Z Downloaded enum-as-inner v0.6.1
5492026-09-06T23:57:27.839Z Downloaded array-init v0.0.4
5502026-09-06T23:57:27.839Z Downloaded glob v0.3.3
5512026-09-06T23:57:27.839Z Downloaded atomic-waker v1.1.2
5522026-09-06T23:57:27.839Z Downloaded hmac v0.13.0
5532026-09-06T23:57:27.839Z Downloaded const-oid v0.9.6
5542026-09-06T23:57:27.840Z Downloaded generic-array v1.4.3
5552026-09-06T23:57:27.840Z Downloaded half v2.7.1
5562026-09-06T23:57:27.840Z Downloaded oxide-generation-macros v0.2.0
5572026-09-06T23:57:27.846Z Downloaded base16ct v0.2.0
5582026-09-06T23:57:27.846Z Downloaded bb8 v0.8.6
5592026-09-06T23:57:27.850Z Downloaded backoff v0.4.0
5602026-09-06T23:57:27.853Z Downloaded compression-codecs v0.4.37
5612026-09-06T23:57:27.853Z Downloaded cexpr v0.6.0
5622026-09-06T23:57:27.856Z Downloaded blowfish v0.10.0
5632026-09-06T23:57:27.856Z Downloaded base64ct v1.8.3
5642026-09-06T23:57:27.856Z Downloaded futures-task v0.3.32
5652026-09-06T23:57:27.859Z Downloaded cmov v0.5.4
5662026-09-06T23:57:27.859Z Downloaded addr2line v0.25.1
5672026-09-06T23:57:27.859Z Downloaded futures-core v0.3.32
5682026-09-06T23:57:27.862Z Downloaded futures-io v0.3.32
5692026-09-06T23:57:27.863Z Downloaded fixedbitset v0.4.2
5702026-09-06T23:57:27.863Z Downloaded elliptic-curve v0.14.1
5712026-09-06T23:57:27.863Z Downloaded compression-core v0.4.31
5722026-09-06T23:57:27.863Z Downloaded block-padding v0.4.2
5732026-09-06T23:57:27.867Z Downloaded fallible-iterator v0.2.0
5742026-09-06T23:57:27.868Z Downloaded cobs v0.3.0
5752026-09-06T23:57:27.868Z Downloaded float-ord v0.3.2
5762026-09-06T23:57:27.870Z Downloaded cfg_aliases v0.1.1
5772026-09-06T23:57:27.873Z Downloaded ciborium-io v0.2.2
5782026-09-06T23:57:27.873Z Downloaded float-cmp v0.10.0
5792026-09-06T23:57:27.873Z Downloaded elliptic-curve v0.13.8
5802026-09-06T23:57:27.877Z Downloaded env_filter v2.0.0
5812026-09-06T23:57:27.877Z Downloaded env_logger v0.11.11
5822026-09-06T23:57:27.877Z Downloaded group v0.13.0
5832026-09-06T23:57:27.880Z Downloaded newtype-uuid-macros v0.1.0
5842026-09-06T23:57:27.880Z Downloaded embedded-io v0.4.0
5852026-09-06T23:57:27.880Z Downloaded endian-type v0.1.2
5862026-09-06T23:57:27.880Z Downloaded newtype_derive v0.1.6
5872026-09-06T23:57:27.883Z Downloaded foreign-types-shared v0.3.1
5882026-09-06T23:57:27.883Z Downloaded num-conv v0.2.0
5892026-09-06T23:57:27.883Z Downloaded num v0.4.3
5902026-09-06T23:57:27.883Z Downloaded num-iter v0.1.45
5912026-09-06T23:57:27.883Z Downloaded num_threads v0.1.7
5922026-09-06T23:57:27.883Z Downloaded anstyle-parse v0.2.7
5932026-09-06T23:57:27.886Z Downloaded backtrace-ext v0.2.1
5942026-09-06T23:57:27.886Z Downloaded futures-macro v0.3.32
5952026-09-06T23:57:27.886Z Downloaded embedded-io v0.6.1
5962026-09-06T23:57:27.886Z Downloaded foreign-types v0.5.0
5972026-09-06T23:57:27.886Z Downloaded foreign-types-macros v0.2.3
5982026-09-06T23:57:27.887Z Downloaded fxhash v0.2.1
5992026-09-06T23:57:27.890Z Downloaded cipher v0.5.2
6002026-09-06T23:57:27.890Z Downloaded ghash v0.6.0
6012026-09-06T23:57:27.890Z Downloaded buf-list v1.1.2
6022026-09-06T23:57:27.890Z Downloaded camino-tempfile-ext v0.3.3
6032026-09-06T23:57:27.898Z Downloaded funty v2.0.0
6042026-09-06T23:57:27.898Z Downloaded hash32 v0.3.1
6052026-09-06T23:57:27.898Z Downloaded async-trait v0.1.89
6062026-09-06T23:57:27.902Z Downloaded hostname v0.4.2
6072026-09-06T23:57:27.902Z Downloaded anstream v0.6.21
6082026-09-06T23:57:27.902Z Downloaded bcs v0.1.6
6092026-09-06T23:57:27.902Z Downloaded bit-vec v0.6.3
6102026-09-06T23:57:27.902Z Downloaded arrayvec v0.7.6
6112026-09-06T23:57:27.902Z Downloaded bitfield v0.19.4
6122026-09-06T23:57:27.902Z Downloaded http-body v1.0.1
6132026-09-06T23:57:27.906Z Downloaded cmake v0.1.57
6142026-09-06T23:57:27.906Z Downloaded globwalk v0.9.1
6152026-09-06T23:57:27.907Z Downloaded hex v0.4.3
6162026-09-06T23:57:27.907Z Downloaded ff v0.13.1
6172026-09-06T23:57:27.907Z Downloaded console v0.16.2
6182026-09-06T23:57:27.910Z Downloaded erased-serde v0.3.31
6192026-09-06T23:57:27.910Z Downloaded foldhash v0.1.5
6202026-09-06T23:57:27.910Z Downloaded hex-literal v1.1.0
6212026-09-06T23:57:27.913Z Downloaded colored v3.1.1
6222026-09-06T23:57:27.913Z Downloaded bzip2 v0.6.1
6232026-09-06T23:57:27.916Z Downloaded path-slash v0.1.5
6242026-09-06T23:57:27.919Z Downloaded gethostname v0.5.0
6252026-09-06T23:57:27.919Z Downloaded home v0.5.12
6262026-09-06T23:57:27.922Z Downloaded proc-macro-error-attr2 v2.0.0
6272026-09-06T23:57:27.922Z Downloaded cassowary v0.3.0
6282026-09-06T23:57:27.925Z Downloaded cbc v0.2.1
6292026-09-06T23:57:27.928Z Downloaded cipher v0.4.4
6302026-09-06T23:57:27.928Z Downloaded hash32 v0.2.1
6312026-09-06T23:57:27.928Z Downloaded bitflags v1.3.2
6322026-09-06T23:57:27.931Z Downloaded bytesize v2.7.0
6332026-09-06T23:57:27.931Z Downloaded chacha20 v0.9.1
6342026-09-06T23:57:27.934Z Downloaded bs58 v0.5.1
6352026-09-06T23:57:27.934Z Downloaded http-range v0.1.5
6362026-09-06T23:57:27.934Z Downloaded form_urlencoded v1.2.2
6372026-09-06T23:57:27.934Z Downloaded git-stub v1.0.0
6382026-09-06T23:57:27.934Z Downloaded hostname v0.3.1
6392026-09-06T23:57:27.939Z Downloaded openssl-macros v0.1.1
6402026-09-06T23:57:27.939Z Downloaded pwd v1.4.0
6412026-09-06T23:57:27.942Z Downloaded rfc6979 v0.6.0
6422026-09-06T23:57:27.943Z Downloaded scopeguard v1.2.0
6432026-09-06T23:57:27.943Z Downloaded secrecy v0.10.3
6442026-09-06T23:57:27.943Z Downloaded blake2 v0.10.6
6452026-09-06T23:57:27.946Z Downloaded aead v0.6.1
6462026-09-06T23:57:27.949Z Downloaded argon2 v0.6.0-rc.8
6472026-09-06T23:57:27.949Z Downloaded ahash v0.8.12
6482026-09-06T23:57:27.949Z Downloaded backon v1.6.0
6492026-09-06T23:57:27.952Z Downloaded bzip2 v0.4.4
6502026-09-06T23:57:27.952Z Downloaded console v0.15.11
6512026-09-06T23:57:27.953Z Downloaded fd-lock v4.0.4
6522026-09-06T23:57:27.955Z Downloaded ciborium v0.2.2
6532026-09-06T23:57:27.955Z Downloaded colored v2.2.0
6542026-09-06T23:57:27.958Z Downloaded scheduled-thread-pool v0.2.7
6552026-09-06T23:57:27.958Z Downloaded serde_spanned v1.1.1
6562026-09-06T23:57:27.961Z Downloaded sponge-cursor v0.1.0
6572026-09-06T23:57:27.961Z Downloaded http-body-util v0.1.3
6582026-09-06T23:57:27.962Z Downloaded filetime v0.2.27
6592026-09-06T23:57:27.965Z Downloaded foldhash v0.2.0
6602026-09-06T23:57:27.965Z Downloaded group v0.14.0
6612026-09-06T23:57:27.965Z Downloaded enum_dispatch v0.3.13
6622026-09-06T23:57:27.965Z Downloaded clang-sys v1.8.1
6632026-09-06T23:57:27.969Z Downloaded paste v1.0.15
6642026-09-06T23:57:27.972Z Downloaded base64 v0.22.1
6652026-09-06T23:57:27.974Z Downloaded async-bb8-diesel v0.2.1
6662026-09-06T23:57:27.978Z Downloaded postgres-protocol v0.6.10
6672026-09-06T23:57:27.978Z Downloaded sha1 v0.11.0
6682026-09-06T23:57:27.978Z Downloaded rand_core v0.10.0
6692026-09-06T23:57:27.981Z Downloaded sha1 v0.10.6
6702026-09-06T23:57:27.981Z Downloaded tap v1.0.1
6712026-09-06T23:57:27.981Z Downloaded testing_table v0.3.0
6722026-09-06T23:57:27.981Z Downloaded thiserror-impl-no-std v2.0.2
6732026-09-06T23:57:27.981Z Downloaded tower-layer v0.3.3
6742026-09-06T23:57:27.981Z Downloaded blake2 v0.11.0-rc.6
6752026-09-06T23:57:27.984Z Downloaded structmeta-derive v0.3.0
6762026-09-06T23:57:27.984Z Downloaded cancel-safe-futures v0.1.5
6772026-09-06T23:57:27.987Z Downloaded subtle v2.6.1
6782026-09-06T23:57:27.987Z Downloaded thread-id v5.1.0
6792026-09-06T23:57:27.987Z Downloaded byte-wrapper v0.1.0
6802026-09-06T23:57:27.990Z Downloaded native-tls v0.2.18
6812026-09-06T23:57:27.990Z Downloaded num_enum v0.5.11
6822026-09-06T23:57:27.993Z Downloaded ff v0.14.0
6832026-09-06T23:57:27.993Z Downloaded futures-executor v0.3.32
6842026-09-06T23:57:27.993Z Downloaded tokio-test v0.4.5
6852026-09-06T23:57:27.996Z Downloaded globset v0.4.18
6862026-09-06T23:57:27.999Z Downloaded universal-hash v0.6.1
6872026-09-06T23:57:27.999Z Downloaded void v1.0.2
6882026-09-06T23:57:28.002Z Downloaded argon2 v0.5.3
6892026-09-06T23:57:28.005Z Downloaded highway v1.3.0
6902026-09-06T23:57:28.008Z Downloaded git-stub-vcs v0.1.0
6912026-09-06T23:57:28.008Z Downloaded chacha20 v0.10.0
6922026-09-06T23:57:28.010Z Downloaded primeorder v0.13.6
6932026-09-06T23:57:28.014Z Downloaded progenitor-client v0.13.0
6942026-09-06T23:57:28.014Z Downloaded serde_path_to_error v0.1.20
6952026-09-06T23:57:28.014Z Downloaded parse-display-derive v0.10.0
6962026-09-06T23:57:28.014Z Downloaded pem-rfc7468 v1.0.0
6972026-09-06T23:57:28.017Z Downloaded phc v0.6.1
6982026-09-06T23:57:28.017Z Downloaded phf v0.12.1
6992026-09-06T23:57:28.017Z Downloaded spki v0.8.0
7002026-09-06T23:57:28.017Z Downloaded sqlformat v0.3.5
7012026-09-06T23:57:28.019Z Downloaded zerofrom-derive v0.1.6
7022026-09-06T23:57:28.020Z Downloaded zone v0.3.1
7032026-09-06T23:57:28.020Z Downloaded zone_cfg_derive v0.3.1
7042026-09-06T23:57:28.020Z Downloaded typify-macro v0.6.2
7052026-09-06T23:57:28.020Z Downloaded unarray v0.1.4
7062026-09-06T23:57:28.023Z Downloaded usdt v0.6.0
7072026-09-06T23:57:28.023Z Downloaded bytes v1.11.1
7082026-09-06T23:57:28.023Z Downloaded chacha20poly1305 v0.10.1
7092026-09-06T23:57:28.027Z Downloaded curve25519-dalek-derive v0.1.1
7102026-09-06T23:57:28.030Z Downloaded port-file v0.1.0
7112026-09-06T23:57:28.030Z Downloaded fixedbitset v0.5.7
7122026-09-06T23:57:28.030Z Downloaded futures-channel v0.3.32
7132026-09-06T23:57:28.033Z Downloaded fs_extra v1.3.0
7142026-09-06T23:57:28.036Z Downloaded darling_macro v0.23.0
7152026-09-06T23:57:28.039Z Downloaded defmt-parser v1.0.0
7162026-09-06T23:57:28.042Z Downloaded difflib v0.4.0
7172026-09-06T23:57:28.045Z Downloaded cpufeatures v0.3.0
7182026-09-06T23:57:28.045Z Downloaded crucible-workspace-hack v0.1.0
7192026-09-06T23:57:28.048Z Downloaded rpassword v7.5.4
7202026-09-06T23:57:28.048Z Downloaded rustversion v1.0.22
7212026-09-06T23:57:28.051Z Downloaded tokio-native-tls v0.3.1
7222026-09-06T23:57:28.054Z Downloaded serde-hex v0.1.0
7232026-09-06T23:57:28.054Z Downloaded serde_tokenstream v0.3.0
7242026-09-06T23:57:28.054Z Downloaded dof v0.4.0
7252026-09-06T23:57:28.057Z Downloaded strum_macros v0.27.2
7262026-09-06T23:57:28.057Z Downloaded dropshot-api-manager-types v0.8.0
7272026-09-06T23:57:28.060Z Downloaded slog-async v2.8.0
7282026-09-06T23:57:28.060Z Downloaded strum_macros v0.26.4
7292026-09-06T23:57:28.063Z Downloaded termios v0.3.3
7302026-09-06T23:57:28.063Z Downloaded thiserror-no-std v2.0.2
7312026-09-06T23:57:28.066Z Downloaded vergen-gitcl v1.0.8
7322026-09-06T23:57:28.066Z Downloaded vsss-rs v3.3.4
7332026-09-06T23:57:28.066Z Downloaded http-range-header v0.4.2
7342026-09-06T23:57:28.069Z Downloaded httpdate v1.0.3
7352026-09-06T23:57:28.069Z Downloaded allocator-api2 v0.2.21
7362026-09-06T23:57:28.069Z Downloaded compact_str v0.8.1
7372026-09-06T23:57:28.072Z Downloaded inout v0.1.4
7382026-09-06T23:57:28.072Z Downloaded omicron-zone-package v0.12.3
7392026-09-06T23:57:28.075Z Downloaded yoke v0.8.1
7402026-09-06T23:57:28.075Z Downloaded linked-hash-map v0.5.6
7412026-09-06T23:57:28.075Z Downloaded rustc-demangle v0.1.27
7422026-09-06T23:57:28.078Z Downloaded slog-scope v4.4.1
7432026-09-06T23:57:28.078Z Downloaded arc-swap v1.8.2
7442026-09-06T23:57:28.081Z Downloaded half v1.8.3
7452026-09-06T23:57:28.081Z Downloaded backtrace v0.3.76
7462026-09-06T23:57:28.084Z Downloaded oxide-update-engine-types v0.1.2
7472026-09-06T23:57:28.084Z Downloaded pin-project-lite v0.2.17
7482026-09-06T23:57:28.087Z Downloaded lazy_static v1.5.0
7492026-09-06T23:57:28.087Z Downloaded parking_lot v0.12.5
7502026-09-06T23:57:28.090Z Downloaded tui-tree-widget v0.23.1
7512026-09-06T23:57:28.090Z Downloaded maybe-uninit v2.0.0
7522026-09-06T23:57:28.090Z Downloaded md-5 v0.10.6
7532026-09-06T23:57:28.093Z Downloaded nodrop v0.1.14
7542026-09-06T23:57:28.093Z Downloaded postgres-types v0.2.12
7552026-09-06T23:57:28.093Z Downloaded async-compression v0.4.41
7562026-09-06T23:57:28.097Z Downloaded uzers v0.12.2
7572026-09-06T23:57:28.100Z Downloaded getrandom v0.2.17
7582026-09-06T23:57:28.100Z Downloaded getrandom v0.3.4
7592026-09-06T23:57:28.102Z Downloaded dashu-base v0.5.1
7602026-09-06T23:57:28.103Z Downloaded num-derive v0.4.2
7612026-09-06T23:57:28.105Z Downloaded opaque-debug v0.3.1
7622026-09-06T23:57:28.105Z Downloaded percent-encoding v2.3.2
7632026-09-06T23:57:28.105Z Downloaded nibble_vec v0.1.0
7642026-09-06T23:57:28.111Z Downloaded crossbeam-deque v0.8.6
7652026-09-06T23:57:28.114Z Downloaded digest v0.11.3
7662026-09-06T23:57:28.118Z Downloaded twox-hash v2.1.2
7672026-09-06T23:57:28.122Z Downloaded proc-macro-crate v1.3.1
7682026-09-06T23:57:28.125Z Downloaded diesel-dtrace v0.5.0
7692026-09-06T23:57:28.125Z Downloaded progenitor-macro v0.13.0
7702026-09-06T23:57:28.128Z Downloaded ar_archive_writer v0.5.1
7712026-09-06T23:57:28.128Z Downloaded chumsky v0.9.3
7722026-09-06T23:57:28.131Z Downloaded packed_struct_codegen v0.10.1
7732026-09-06T23:57:28.131Z Downloaded openssl-probe v0.2.1
7742026-09-06T23:57:28.134Z Downloaded precomputed-hash v0.1.1
7752026-09-06T23:57:28.137Z Downloaded progenitor-macro v0.14.0
7762026-09-06T23:57:28.137Z Downloaded impl-trait-for-tuples v0.2.3
7772026-09-06T23:57:28.140Z Downloaded rand_xorshift v0.4.0
7782026-09-06T23:57:28.140Z Downloaded base64 v0.21.7
7792026-09-06T23:57:28.140Z Downloaded indoc v2.0.7
7802026-09-06T23:57:28.143Z Downloaded p384 v0.14.0
7812026-09-06T23:57:28.148Z Downloaded libsw-core v0.3.2
7822026-09-06T23:57:28.151Z Downloaded scroll_derive v0.13.1
7832026-09-06T23:57:28.151Z Downloaded xshell v0.2.7
7842026-09-06T23:57:28.154Z Downloaded prefix-trie v0.7.0
7852026-09-06T23:57:28.157Z Downloaded delegate v0.13.5
7862026-09-06T23:57:28.157Z Downloaded nu-ansi-term v0.50.3
7872026-09-06T23:57:28.161Z Downloaded signal-hook-mio v0.2.5
7882026-09-06T23:57:28.164Z Downloaded russh-util v0.52.0
7892026-09-06T23:57:28.164Z Downloaded stable_deref_trait v1.2.1
7902026-09-06T23:57:28.164Z Downloaded strip-ansi-escapes v0.2.1
7912026-09-06T23:57:28.167Z Downloaded supports-color v3.0.2
7922026-09-06T23:57:28.167Z Downloaded serde_bytes v0.11.19
7932026-09-06T23:57:28.170Z Downloaded oxnet v0.1.6
7942026-09-06T23:57:28.170Z Downloaded pem-rfc7468 v0.7.0
7952026-09-06T23:57:28.170Z Downloaded progenitor-impl v0.14.0
7962026-09-06T23:57:28.174Z Downloaded fatfs v0.3.6
7972026-09-06T23:57:28.177Z Downloaded flume v0.11.1
7982026-09-06T23:57:28.180Z Downloaded rcgen v0.12.1
7992026-09-06T23:57:28.180Z Downloaded headers v0.4.1
8002026-09-06T23:57:28.183Z Downloaded libloading v0.8.9
8012026-09-06T23:57:28.187Z Downloaded toml v0.7.8
8022026-09-06T23:57:28.187Z Downloaded multer v3.1.0
8032026-09-06T23:57:28.187Z Downloaded phf v0.13.1
8042026-09-06T23:57:28.187Z Downloaded progenitor v0.13.0
8052026-09-06T23:57:28.190Z Downloaded take_mut v0.2.2
8062026-09-06T23:57:28.190Z Downloaded flate2 v1.1.9
8072026-09-06T23:57:28.193Z Downloaded serde_plain v1.0.2
8082026-09-06T23:57:28.193Z Downloaded siphasher v1.0.2
8092026-09-06T23:57:28.193Z Downloaded tinyvec_macros v0.1.1
8102026-09-06T23:57:28.193Z Downloaded tower-service v0.3.3
8112026-09-06T23:57:28.193Z Downloaded try-lock v0.2.5
8122026-09-06T23:57:28.196Z Downloaded num-rational v0.4.2
8132026-09-06T23:57:28.196Z Downloaded crc32fast v1.5.0
8142026-09-06T23:57:28.196Z Downloaded cc v1.2.56
8152026-09-06T23:57:28.199Z Downloaded openssl-sys v0.9.117
8162026-09-06T23:57:28.202Z Downloaded slog-bunyan v2.5.0
8172026-09-06T23:57:28.202Z Downloaded untrusted v0.9.0
8182026-09-06T23:57:28.202Z Downloaded utf-8 v0.7.6
8192026-09-06T23:57:28.202Z Downloaded utf8_iter v1.0.4
8202026-09-06T23:57:28.205Z Downloaded similar v2.7.0
8212026-09-06T23:57:28.205Z Downloaded zopfli v0.8.3
8222026-09-06T23:57:28.205Z Downloaded num_enum_derive v0.7.6
8232026-09-06T23:57:28.209Z Downloaded sha2 v0.11.0
8242026-09-06T23:57:28.209Z Downloaded const-oid v0.10.2
8252026-09-06T23:57:28.214Z Downloaded slog v2.8.2
8262026-09-06T23:57:28.214Z Downloaded subprocess v0.2.15
8272026-09-06T23:57:28.217Z Downloaded httparse v1.10.1
8282026-09-06T23:57:28.217Z Downloaded iana-time-zone v0.1.65
8292026-09-06T23:57:28.217Z Downloaded rustls-pemfile v2.2.0
8302026-09-06T23:57:28.217Z Downloaded yoke-derive v0.8.1
8312026-09-06T23:57:28.220Z Downloaded ecdsa v0.16.9
8322026-09-06T23:57:28.220Z Downloaded slog-term v2.9.2
8332026-09-06T23:57:28.220Z Downloaded ssh-cipher v0.2.0
8342026-09-06T23:57:28.220Z Downloaded want v0.3.1
8352026-09-06T23:57:28.223Z Downloaded heapless v0.7.17
8362026-09-06T23:57:28.223Z Downloaded predicates v3.1.4
8372026-09-06T23:57:28.228Z Downloaded zerofrom v0.1.6
8382026-09-06T23:57:28.228Z Downloaded hmac v0.12.1
8392026-09-06T23:57:28.228Z Downloaded rand_core v0.6.4
8402026-09-06T23:57:28.228Z Downloaded crypto-common v0.2.2
8412026-09-06T23:57:28.231Z Downloaded darling_macro v0.20.11
8422026-09-06T23:57:28.231Z Downloaded string_cache v0.8.9
8432026-09-06T23:57:28.231Z Downloaded stringprep v0.1.5
8442026-09-06T23:57:28.231Z Downloaded pkcs1 v0.7.5
8452026-09-06T23:57:28.234Z Downloaded toml_edit v0.23.10+spec-1.0.0
8462026-09-06T23:57:28.240Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8472026-09-06T23:57:28.243Z Downloaded darling_macro v0.21.3
8482026-09-06T23:57:28.243Z Downloaded rusty-fork v0.3.1
8492026-09-06T23:57:28.243Z Downloaded crc v3.4.0
8502026-09-06T23:57:28.247Z Downloaded dirs-next v2.0.0
8512026-09-06T23:57:28.247Z Downloaded document-features v0.2.12
8522026-09-06T23:57:28.253Z Downloaded bumpalo v3.20.2
8532026-09-06T23:57:28.253Z Downloaded serde_derive_internals v0.29.1
8542026-09-06T23:57:28.257Z Downloaded wnaf v0.14.0
8552026-09-06T23:57:28.257Z Downloaded litemap v0.8.1
8562026-09-06T23:57:28.257Z Downloaded mime_guess v2.0.5
8572026-09-06T23:57:28.262Z Downloaded scrypt v0.12.0
8582026-09-06T23:57:28.262Z Downloaded expectorate v1.2.0
8592026-09-06T23:57:28.265Z Downloaded aes v0.9.1
8602026-09-06T23:57:28.265Z Downloaded dunce v1.0.5
8612026-09-06T23:57:28.265Z Downloaded time-macros v0.2.27
8622026-09-06T23:57:28.265Z Downloaded tls_codec v0.4.2
8632026-09-06T23:57:28.268Z Downloaded scuffle v0.1.0
8642026-09-06T23:57:28.273Z Downloaded synstructure v0.13.2
8652026-09-06T23:57:28.276Z Downloaded ident_case v1.0.1
8662026-09-06T23:57:28.279Z Downloaded idna_adapter v1.2.1
8672026-09-06T23:57:28.282Z Downloaded postcard v1.1.3
8682026-09-06T23:57:28.282Z Downloaded darling_core v0.23.0
8692026-09-06T23:57:28.285Z Downloaded constant_time_eq v0.4.2
8702026-09-06T23:57:28.288Z Downloaded lalrpop-util v0.19.12
8712026-09-06T23:57:28.288Z Downloaded packed_struct v0.10.1
8722026-09-06T23:57:28.288Z Downloaded zerovec-derive v0.11.2
8732026-09-06T23:57:28.288Z Downloaded darling v0.13.4
8742026-09-06T23:57:28.293Z Downloaded writeable v0.6.2
8752026-09-06T23:57:28.293Z Downloaded kem v0.3.0
8762026-09-06T23:57:28.293Z Downloaded newline-converter v0.3.0
8772026-09-06T23:57:28.293Z Downloaded inout v0.2.2
8782026-09-06T23:57:28.297Z Downloaded instability v0.3.11
8792026-09-06T23:57:28.297Z Downloaded mime v0.3.17
8802026-09-06T23:57:28.297Z Downloaded hickory-resolver v0.24.4
8812026-09-06T23:57:28.297Z Downloaded const_format_proc_macros v0.2.34
8822026-09-06T23:57:28.300Z Downloaded ctr v0.10.1
8832026-09-06T23:57:28.301Z Downloaded icu_normalizer_data v2.1.1
8842026-09-06T23:57:28.301Z Downloaded heapless v0.8.0
8852026-09-06T23:57:28.305Z Downloaded derive_builder_core v0.20.2
8862026-09-06T23:57:28.305Z Downloaded phf_shared v0.11.3
8872026-09-06T23:57:28.305Z Downloaded radium v0.7.0
8882026-09-06T23:57:28.309Z Downloaded der_derive v0.7.3
8892026-09-06T23:57:28.312Z Downloaded critical-section v1.2.0
8902026-09-06T23:57:28.312Z Downloaded ssh-key v0.6.7
8912026-09-06T23:57:28.316Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-09-06T23:57:28.319Z Downloaded ref-cast v1.0.25
8932026-09-06T23:57:28.319Z Downloaded secrecy v0.8.0
8942026-09-06T23:57:28.319Z Downloaded hashbrown v0.12.3
8952026-09-06T23:57:28.323Z Downloaded rand v0.8.6
8962026-09-06T23:57:28.323Z Downloaded qorb v0.4.1
8972026-09-06T23:57:28.326Z Downloaded hashbrown v0.13.2
8982026-09-06T23:57:28.331Z Downloaded litrs v1.0.0
8992026-09-06T23:57:28.331Z Downloaded ed25519 v3.0.0
9002026-09-06T23:57:28.331Z Downloaded serde_repr v0.1.20
9012026-09-06T23:57:28.336Z Downloaded russh-cryptovec v0.62.0
9022026-09-06T23:57:28.336Z Downloaded ed25519-dalek v3.0.0
9032026-09-06T23:57:28.336Z Downloaded sigpipe v0.1.3
9042026-09-06T23:57:28.336Z Downloaded slog-envlogger v2.2.0
9052026-09-06T23:57:28.336Z Downloaded rfc6979 v0.4.0
9062026-09-06T23:57:28.341Z Downloaded rtoolbox v0.0.3
9072026-09-06T23:57:28.341Z Downloaded same-file v1.0.6
9082026-09-06T23:57:28.341Z Downloaded sapling-renderdag v0.1.0
9092026-09-06T23:57:28.341Z Downloaded der v0.7.10
9102026-09-06T23:57:28.345Z Downloaded sqlparser_derive v0.5.0
9112026-09-06T23:57:28.345Z Downloaded lock_api v0.4.14
9122026-09-06T23:57:28.345Z Downloaded signal-hook v0.3.18
9132026-09-06T23:57:28.348Z Downloaded powerfmt v0.2.0
9142026-09-06T23:57:28.348Z Downloaded owo-colors v4.3.0
9152026-09-06T23:57:28.351Z Downloaded parking_lot_core v0.8.6
9162026-09-06T23:57:28.351Z Downloaded papergrid v0.18.0
9172026-09-06T23:57:28.354Z Downloaded tagptr v0.2.0
9182026-09-06T23:57:28.359Z Downloaded unicase v2.9.0
9192026-09-06T23:57:28.359Z Downloaded sync-ptr v0.1.4
9202026-09-06T23:57:28.362Z Downloaded termtree v0.5.1
9212026-09-06T23:57:28.365Z Downloaded test-strategy v0.4.5
9222026-09-06T23:57:28.369Z Downloaded toml v1.1.2+spec-1.1.0
9232026-09-06T23:57:28.369Z Downloaded pin-project-internal v1.1.11
9242026-09-06T23:57:28.372Z Downloaded unicode-truncate v1.1.0
9252026-09-06T23:57:28.372Z Downloaded untrusted v0.7.1
9262026-09-06T23:57:28.372Z Downloaded miette-derive v7.6.0
9272026-09-06T23:57:28.372Z Downloaded zeroize_derive v1.5.0
9282026-09-06T23:57:28.372Z Downloaded derive_builder v0.20.2
9292026-09-06T23:57:28.377Z Downloaded r2d2 v0.8.10
9302026-09-06T23:57:28.377Z Downloaded oxide-update-engine-display v0.1.2
9312026-09-06T23:57:28.380Z Downloaded http v1.4.2
9322026-09-06T23:57:28.380Z Downloaded hickory-server v0.25.2
9332026-09-06T23:57:28.380Z Downloaded ignore v0.4.25
9342026-09-06T23:57:28.384Z Downloaded crc-catalog v2.4.0
9352026-09-06T23:57:28.384Z Downloaded hickory-resolver v0.25.2
9362026-09-06T23:57:28.387Z Downloaded xattr v1.6.1
9372026-09-06T23:57:28.387Z Downloaded url v2.5.8
9382026-09-06T23:57:28.387Z Downloaded hybrid-array v0.4.13
9392026-09-06T23:57:28.392Z Downloaded schemars v0.9.0
9402026-09-06T23:57:28.395Z Downloaded vte v0.14.1
9412026-09-06T23:57:28.399Z Downloaded num-primitive v0.2.1
9422026-09-06T23:57:28.399Z Downloaded serde_with_macros v1.5.2
9432026-09-06T23:57:28.399Z Downloaded slog-dtrace v0.3.0
9442026-09-06T23:57:28.399Z Downloaded static_assertions v1.1.0
9452026-09-06T23:57:28.406Z Downloaded poly1305 v0.8.0
9462026-09-06T23:57:28.406Z Downloaded xshell-macros v0.2.7
9472026-09-06T23:57:28.406Z Downloaded ed25519-dalek v2.2.0
9482026-09-06T23:57:28.406Z Downloaded rand_seeder v0.4.0
9492026-09-06T23:57:28.406Z Downloaded primefield v0.14.0
9502026-09-06T23:57:28.406Z Downloaded serde_cbor v0.11.2
9512026-09-06T23:57:28.406Z Downloaded stacker v0.1.23
9522026-09-06T23:57:28.406Z Downloaded crc8 v0.1.1
9532026-09-06T23:57:28.410Z Downloaded cstr-argument v0.1.2
9542026-09-06T23:57:28.410Z Downloaded snafu v0.8.9
9552026-09-06T23:57:28.410Z Downloaded darling_core v0.13.4
9562026-09-06T23:57:28.415Z Downloaded signal-hook-registry v1.4.8
9572026-09-06T23:57:28.415Z Downloaded parking_lot_core v0.9.12
9582026-09-06T23:57:28.415Z Downloaded support-bundle-viewer v0.1.2
9592026-09-06T23:57:28.421Z Downloaded kstat-rs v0.2.5
9602026-09-06T23:57:28.421Z Downloaded indent_write v2.2.0
9612026-09-06T23:57:28.421Z Downloaded samael v0.0.19
9622026-09-06T23:57:28.421Z Downloaded md5 v0.8.0
9632026-09-06T23:57:28.425Z Downloaded socket2 v0.6.3
9642026-09-06T23:57:28.425Z Downloaded nom v8.0.0
9652026-09-06T23:57:28.426Z Downloaded oso v0.27.3
9662026-09-06T23:57:28.429Z Downloaded unicode-bidi v0.3.18
9672026-09-06T23:57:28.429Z Downloaded jobserver v0.1.34
9682026-09-06T23:57:28.429Z Downloaded parking_lot v0.11.2
9692026-09-06T23:57:28.429Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9702026-09-06T23:57:28.432Z Downloaded thread_local v1.1.9
9712026-09-06T23:57:28.432Z Downloaded tokio-dtrace v0.1.1
9722026-09-06T23:57:28.432Z Downloaded toml_writer v1.1.1+spec-1.1.0
9732026-09-06T23:57:28.432Z Downloaded nonempty v0.12.0
9742026-09-06T23:57:28.432Z Downloaded is_ci v1.2.0
9752026-09-06T23:57:28.436Z Downloaded keccak v0.1.6
9762026-09-06T23:57:28.436Z Downloaded aes-gcm v0.11.0
9772026-09-06T23:57:28.436Z Downloaded dropshot_endpoint v0.17.1
9782026-09-06T23:57:28.441Z Downloaded phf_shared v0.13.1
9792026-09-06T23:57:28.441Z Downloaded predicates-core v1.0.10
9802026-09-06T23:57:28.447Z Downloaded memmap2 v0.9.10
9812026-09-06T23:57:28.448Z Downloaded defmt v1.0.1
9822026-09-06T23:57:28.451Z Downloaded defmt-macros v1.0.1
9832026-09-06T23:57:28.454Z Downloaded displaydoc v0.2.5
9842026-09-06T23:57:28.454Z Downloaded shell-words v1.1.1
9852026-09-06T23:57:28.454Z Downloaded num-modular v0.6.5
9862026-09-06T23:57:28.459Z Downloaded pkcs8 v0.11.0
9872026-09-06T23:57:28.459Z Downloaded humantime v2.3.0
9882026-09-06T23:57:28.465Z Downloaded primeorder v0.14.0
9892026-09-06T23:57:28.469Z Downloaded lzss v0.8.2
9902026-09-06T23:57:28.472Z Downloaded strum v0.26.3
9912026-09-06T23:57:28.472Z Downloaded tabwriter v1.4.1
9922026-09-06T23:57:28.483Z Downloaded seq-macro v0.3.6
9932026-09-06T23:57:28.486Z Downloaded supports-unicode v3.0.0
9942026-09-06T23:57:28.486Z Downloaded whoami v1.6.1
9952026-09-06T23:57:28.494Z Downloaded quinn v0.11.11
9962026-09-06T23:57:28.497Z Downloaded snafu-derive v0.8.9
9972026-09-06T23:57:28.497Z Downloaded toml_parser v1.1.2+spec-1.1.0
9982026-09-06T23:57:28.500Z Downloaded password-hash v0.5.0
9992026-09-06T23:57:28.502Z Downloaded polyval v0.7.1
10002026-09-06T23:57:28.503Z Downloaded unicode-properties v0.1.4
10012026-09-06T23:57:28.503Z Downloaded vergen-lib v9.1.0
10022026-09-06T23:57:28.509Z Downloaded num_enum_derive v0.5.11
10032026-09-06T23:57:28.509Z Downloaded internal-russh-num-bigint v0.5.0
10042026-09-06T23:57:28.509Z Downloaded progenitor v0.14.0
10052026-09-06T23:57:28.513Z Downloaded time-core v0.1.8
10062026-09-06T23:57:28.513Z Downloaded wait-timeout v0.2.1
10072026-09-06T23:57:28.513Z Downloaded serde_with_macros v3.21.0
10082026-09-06T23:57:28.513Z Downloaded resolv-conf v0.7.6
10092026-09-06T23:57:28.513Z Downloaded rlimit v0.10.2
10102026-09-06T23:57:28.516Z Downloaded debug-ignore v1.0.5
10112026-09-06T23:57:28.516Z Downloaded derive_builder_macro v0.20.2
10122026-09-06T23:57:28.519Z Downloaded peg v0.8.5
10132026-09-06T23:57:28.522Z Downloaded aho-corasick v1.1.4
10142026-09-06T23:57:28.525Z Downloaded ecdsa v0.17.0
10152026-09-06T23:57:28.525Z Downloaded ssh-key v0.7.0-rc.11
10162026-09-06T23:57:28.530Z Downloaded zip v0.6.6
10172026-09-06T23:57:28.533Z Downloaded linear-map v1.2.0
10182026-09-06T23:57:28.533Z Downloaded der v0.8.0
10192026-09-06T23:57:28.536Z Downloaded hyper-tls v0.6.0
10202026-09-06T23:57:28.539Z Downloaded ssh-encoding v0.3.0
10212026-09-06T23:57:28.539Z Downloaded normalize-line-endings v0.3.0
10222026-09-06T23:57:28.539Z Downloaded peg-runtime v0.8.5
10232026-09-06T23:57:28.539Z Downloaded tls_codec_derive v0.4.2
10242026-09-06T23:57:28.542Z Downloaded progenitor-client v0.14.0
10252026-09-06T23:57:28.545Z Downloaded hashbrown v0.15.5
10262026-09-06T23:57:28.548Z Downloaded reedline v0.40.0
10272026-09-06T23:57:28.612Z Downloaded dirs-sys-next v0.1.2
10282026-09-06T23:57:28.612Z Downloaded instant v0.1.13
10292026-09-06T23:57:28.612Z Downloaded is-terminal v0.4.17
10302026-09-06T23:57:28.612Z Downloaded maplit v1.0.2
10312026-09-06T23:57:28.612Z Downloaded match_cfg v0.1.0
10322026-09-06T23:57:28.612Z Downloaded olpc-cjson v0.1.4
10332026-09-06T23:57:28.612Z Downloaded tokio-util v0.7.18
10342026-09-06T23:57:28.612Z Downloaded reqwest v0.12.28
10352026-09-06T23:57:28.612Z Downloaded managed v0.8.0
10362026-09-06T23:57:28.612Z Downloaded unsafe-libyaml v0.2.11
10372026-09-06T23:57:28.612Z Downloaded minimal-lexical v0.2.1
10382026-09-06T23:57:28.612Z Downloaded darling v0.23.0
10392026-09-06T23:57:28.612Z Downloaded rustc-hash v2.1.1
10402026-09-06T23:57:28.612Z Downloaded rand_chacha v0.3.1
10412026-09-06T23:57:28.612Z Downloaded diff v0.1.13
10422026-09-06T23:57:28.612Z Downloaded smallvec v0.6.14
10432026-09-06T23:57:28.612Z Downloaded tower-http v0.6.8
10442026-09-06T23:57:28.612Z Downloaded hickory-proto v0.25.2
10452026-09-06T23:57:28.612Z Downloaded spki v0.7.3
10462026-09-06T23:57:28.612Z Downloaded semver v0.1.20
10472026-09-06T23:57:28.612Z Downloaded icu_normalizer v2.1.1
10482026-09-06T23:57:28.612Z Downloaded ml-kem v0.3.2
10492026-09-06T23:57:28.612Z Downloaded num_enum v0.7.6
10502026-09-06T23:57:28.612Z Downloaded hyper-staticfile v0.10.1
10512026-09-06T23:57:28.612Z Downloaded indoc v1.0.9
10522026-09-06T23:57:28.612Z Downloaded rustls-pki-types v1.14.0
10532026-09-06T23:57:28.612Z Downloaded vergen-lib v0.1.6
10542026-09-06T23:57:28.612Z Downloaded zstd v0.13.3
10552026-09-06T23:57:28.613Z Downloaded libefi-sys v0.1.0
10562026-09-06T23:57:28.613Z Downloaded oxide-tokio-rt v0.1.4
10572026-09-06T23:57:28.617Z Downloaded hashbrown v0.14.5
10582026-09-06T23:57:28.617Z Downloaded indexmap v1.9.3
10592026-09-06T23:57:28.617Z Downloaded peg-macros v0.8.5
10602026-09-06T23:57:28.617Z Downloaded oxide-update-engine v0.1.2
10612026-09-06T23:57:28.617Z Downloaded universal-hash v0.5.1
10622026-09-06T23:57:28.617Z Downloaded unit-prefix v0.5.2
10632026-09-06T23:57:28.617Z Downloaded unicode-segmentation v1.12.0
10642026-09-06T23:57:28.618Z Downloaded signal-hook-tokio v0.3.1
10652026-09-06T23:57:28.618Z Downloaded supports-hyperlinks v3.2.0
10662026-09-06T23:57:28.618Z Downloaded tower v0.5.3
10672026-09-06T23:57:28.618Z Downloaded dropshot-api-manager v0.8.0
10682026-09-06T23:57:28.621Z Downloaded prettyplease v0.2.37
10692026-09-06T23:57:28.621Z Downloaded tokio-stream v0.1.18
10702026-09-06T23:57:28.621Z Downloaded tokio-tungstenite v0.28.0
10712026-09-06T23:57:28.624Z Downloaded ed25519 v2.2.3
10722026-09-06T23:57:28.624Z Downloaded keccak v0.2.0
10732026-09-06T23:57:28.624Z Downloaded structmeta v0.3.0
10742026-09-06T23:57:28.624Z Downloaded progenitor-extras v0.2.0
10752026-09-06T23:57:28.627Z Downloaded topological-sort v0.2.2
10762026-09-06T23:57:28.627Z Downloaded waitgroup v0.1.2
10772026-09-06T23:57:28.627Z Downloaded pkcs5 v0.8.1
10782026-09-06T23:57:28.632Z Downloaded schemars_derive v0.8.22
10792026-09-06T23:57:28.632Z Downloaded cookie_store v0.22.1
10802026-09-06T23:57:28.632Z Downloaded num-complex v0.4.6
10812026-09-06T23:57:28.635Z Downloaded recursive v0.1.1
10822026-09-06T23:57:28.635Z Downloaded daft v0.1.8
10832026-09-06T23:57:28.639Z Downloaded itertools v0.13.0
10842026-09-06T23:57:28.642Z Downloaded itertools v0.12.1
10852026-09-06T23:57:28.645Z Downloaded rustls-webpki v0.103.13
10862026-09-06T23:57:28.649Z Downloaded tokio-postgres v0.7.16
10872026-09-06T23:57:28.649Z Downloaded quick-error v1.2.3
10882026-09-06T23:57:28.652Z Downloaded rustc_version v0.1.7
10892026-09-06T23:57:28.652Z Downloaded smf v0.2.3
10902026-09-06T23:57:28.652Z Downloaded dtrace-parser v0.3.0
10912026-09-06T23:57:28.655Z Downloaded openssl-probe v0.1.6
10922026-09-06T23:57:28.658Z Downloaded indicatif v0.18.4
10932026-09-06T23:57:28.658Z Downloaded oso-derive v0.27.3
10942026-09-06T23:57:28.663Z Downloaded ppv-lite86 v0.2.21
10952026-09-06T23:57:28.665Z Downloaded hashbrown v0.16.1
10962026-09-06T23:57:28.673Z Downloaded rustyline v14.0.0
10972026-09-06T23:57:28.676Z Downloaded deranged v0.5.8
10982026-09-06T23:57:28.679Z Downloaded rsa v0.10.0-rc.18
10992026-09-06T23:57:28.683Z Downloaded slab v0.4.12
11002026-09-06T23:57:28.683Z Downloaded signature v2.2.0
11012026-09-06T23:57:28.686Z Downloaded ssh-encoding v0.2.0
11022026-09-06T23:57:28.686Z Downloaded pretty_assertions v1.4.1
11032026-09-06T23:57:28.686Z Downloaded typify v0.6.2
11042026-09-06T23:57:28.689Z Downloaded display-error-chain v0.2.2
11052026-09-06T23:57:28.692Z Downloaded defmt v0.3.100
11062026-09-06T23:57:28.692Z Downloaded ipnetwork v0.21.1
11072026-09-06T23:57:28.692Z Downloaded lru v0.12.5
11082026-09-06T23:57:28.695Z Downloaded progenitor-impl v0.13.0
11092026-09-06T23:57:28.695Z Downloaded ssh-cipher v0.3.0
11102026-09-06T23:57:28.695Z Downloaded tokio-tungstenite v0.21.0
11112026-09-06T23:57:28.698Z Downloaded tokio-tungstenite v0.23.1
11122026-09-06T23:57:28.699Z Downloaded wyz v0.5.1
11132026-09-06T23:57:28.699Z Downloaded crunchy v0.2.4
11142026-09-06T23:57:28.702Z Downloaded internet-checksum v0.2.1
11152026-09-06T23:57:28.702Z Downloaded knus-derive v3.4.0
11162026-09-06T23:57:28.702Z Downloaded schemars v0.8.22
11172026-09-06T23:57:28.706Z Downloaded zerovec v0.11.5
11182026-09-06T23:57:28.709Z Downloaded itertools v0.15.0
11192026-09-06T23:57:28.713Z Downloaded derive-where v1.6.0
11202026-09-06T23:57:28.716Z Downloaded module-lattice v0.2.3
11212026-09-06T23:57:28.716Z Downloaded hubpack v0.1.2
11222026-09-06T23:57:28.719Z Downloaded usdt-attr-macro v0.6.0
11232026-09-06T23:57:28.719Z Downloaded memoffset v0.9.1
11242026-09-06T23:57:28.719Z Downloaded num-integer v0.1.46
11252026-09-06T23:57:28.719Z Downloaded crossterm v0.29.0
11262026-09-06T23:57:28.722Z Downloaded itertools v0.10.5
11272026-09-06T23:57:28.725Z Downloaded libbz2-rs-sys v0.2.2
11282026-09-06T23:57:28.732Z Downloaded nom v7.1.3
11292026-09-06T23:57:28.735Z Downloaded rand_core v0.9.5
11302026-09-06T23:57:28.735Z Downloaded serdect v0.4.3
11312026-09-06T23:57:28.735Z Downloaded p256 v0.14.0
11322026-09-06T23:57:28.735Z Downloaded strum v0.27.2
11332026-09-06T23:57:28.735Z Downloaded tracing-core v0.1.36
11342026-09-06T23:57:28.735Z Downloaded zerocopy v0.6.6
11352026-09-06T23:57:28.738Z Downloaded newtype-uuid v1.3.2
11362026-09-06T23:57:28.738Z Downloaded ingot v0.2.1
11372026-09-06T23:57:28.738Z Downloaded oxide-generation v0.1.3
11382026-09-06T23:57:28.741Z Downloaded pkcs8 v0.10.2
11392026-09-06T23:57:28.741Z Downloaded pkg-config v0.3.32
11402026-09-06T23:57:28.741Z Downloaded blake3 v1.8.5
11412026-09-06T23:57:28.745Z Downloaded tungstenite v0.28.0
11422026-09-06T23:57:28.748Z Downloaded diesel_derives v2.3.7
11432026-09-06T23:57:28.752Z Downloaded hkdf v0.12.4
11442026-09-06T23:57:28.756Z Downloaded sec1 v0.7.3
11452026-09-06T23:57:28.756Z Downloaded cpubits v0.1.1
11462026-09-06T23:57:28.758Z Downloaded zerotrie v0.2.3
11472026-09-06T23:57:28.761Z Downloaded crossbeam-utils v0.8.21
11482026-09-06T23:57:28.761Z Downloaded data-encoding v2.10.0
11492026-09-06T23:57:28.761Z Downloaded bindgen v0.71.1
11502026-09-06T23:57:28.764Z Downloaded x509-cert v0.2.5
11512026-09-06T23:57:28.767Z Downloaded serde_yaml v0.9.34+deprecated
11522026-09-06T23:57:28.770Z Downloaded hyper-rustls v0.27.7
11532026-09-06T23:57:28.773Z Downloaded dyn-clone v1.0.20
11542026-09-06T23:57:28.773Z Downloaded slog-stdlog v4.1.1
11552026-09-06T23:57:28.773Z Downloaded p384 v0.13.1
11562026-09-06T23:57:28.776Z Downloaded ingot-types v0.2.0
11572026-09-06T23:57:28.776Z Downloaded hkdf v0.13.0
11582026-09-06T23:57:28.779Z Downloaded iri-string v0.7.10
11592026-09-06T23:57:28.783Z Downloaded itertools v0.14.0
11602026-09-06T23:57:28.786Z Downloaded darling_core v0.20.11
11612026-09-06T23:57:28.790Z Downloaded illumos-nvpair v0.3.0
11622026-09-06T23:57:28.791Z Downloaded sec1 v0.8.1
11632026-09-06T23:57:28.791Z Downloaded derive_more-impl v2.1.1
11642026-09-06T23:57:28.794Z Downloaded predicates-tree v1.0.13
11652026-09-06T23:57:28.794Z Downloaded winnow v0.5.40
11662026-09-06T23:57:28.797Z Downloaded regex v1.12.3
11672026-09-06T23:57:28.802Z Downloaded usdt-impl v0.6.0
11682026-09-06T23:57:28.805Z Downloaded term v0.7.0
11692026-09-06T23:57:28.805Z Downloaded tinyvec v1.11.0
11702026-09-06T23:57:28.805Z Downloaded daft-derive v0.1.8
11712026-09-06T23:57:28.808Z Downloaded downcast-rs v2.0.2
11722026-09-06T23:57:28.808Z Downloaded tokio-macros v2.7.0
11732026-09-06T23:57:28.809Z Downloaded rustc_version v0.4.1
11742026-09-06T23:57:28.812Z Downloaded signature v3.0.0
11752026-09-06T23:57:28.812Z Downloaded lru-cache v0.1.2
11762026-09-06T23:57:28.812Z Downloaded bitvec v1.0.1
11772026-09-06T23:57:28.819Z Downloaded nanorand v0.7.0
11782026-09-06T23:57:28.822Z Downloaded p521 v0.14.0
11792026-09-06T23:57:28.825Z Downloaded aws-lc-rs v1.16.3
11802026-09-06T23:57:28.827Z Downloaded phf_shared v0.12.1
11812026-09-06T23:57:28.831Z Downloaded rustls-platform-verifier v0.6.2
11822026-09-06T23:57:28.831Z Downloaded psl-types v2.0.11
11832026-09-06T23:57:28.831Z Downloaded rand_pcg v0.10.2
11842026-09-06T23:57:28.837Z Downloaded zeroize v1.9.0
11852026-09-06T23:57:28.837Z Downloaded iddqd v0.4.2
11862026-09-06T23:57:28.840Z Downloaded trait-variant v0.1.2
11872026-09-06T23:57:28.840Z Downloaded unicode-xid v0.2.6
11882026-09-06T23:57:28.840Z Downloaded cookie v0.18.1
11892026-09-06T23:57:28.841Z Downloaded whoami v2.1.0
11902026-09-06T23:57:28.841Z Downloaded convert_case v0.4.0
11912026-09-06T23:57:28.844Z Downloaded darling_macro v0.13.4
11922026-09-06T23:57:28.844Z Downloaded rawzip v0.4.4
11932026-09-06T23:57:28.844Z Downloaded rand_chacha v0.9.0
11942026-09-06T23:57:28.846Z Downloaded shlex v1.3.0
11952026-09-06T23:57:28.846Z Downloaded poly1305 v0.9.0
11962026-09-06T23:57:28.846Z Downloaded futures-util v0.3.32
11972026-09-06T23:57:28.853Z Downloaded h2 v0.4.15
11982026-09-06T23:57:28.857Z Downloaded digest-io v0.1.0
11992026-09-06T23:57:28.860Z Downloaded lru-slab v0.1.2
12002026-09-06T23:57:28.860Z Downloaded toml_edit v0.19.15
12012026-09-06T23:57:28.868Z Downloaded salsa20 v0.11.0
12022026-09-06T23:57:28.871Z Downloaded term v1.2.1
12032026-09-06T23:57:28.871Z Downloaded new_debug_unreachable v1.0.6
12042026-09-06T23:57:28.871Z Downloaded proc-macro-crate v3.4.0
12052026-09-06T23:57:28.871Z Downloaded potential_utf v0.1.4
12062026-09-06T23:57:28.871Z Downloaded chrono v0.4.45
12072026-09-06T23:57:28.874Z Downloaded crossterm v0.28.1
12082026-09-06T23:57:28.879Z Downloaded parse-display v0.10.0
12092026-09-06T23:57:28.883Z Downloaded parse-size v1.1.0
12102026-09-06T23:57:28.883Z Downloaded serde-big-array v0.5.1
12112026-09-06T23:57:28.883Z Downloaded ref-cast-impl v1.0.25
12122026-09-06T23:57:28.883Z Downloaded strsim v0.10.0
12132026-09-06T23:57:28.883Z Downloaded usdt-macro v0.6.0
12142026-09-06T23:57:28.883Z Downloaded const_format v0.2.35
12152026-09-06T23:57:28.888Z Downloaded winnow v0.6.26
12162026-09-06T23:57:28.891Z Downloaded crossbeam-epoch v0.9.18
12172026-09-06T23:57:28.891Z Downloaded russh v0.62.4
12182026-09-06T23:57:28.894Z Downloaded typed-path v0.9.3
12192026-09-06T23:57:28.897Z Downloaded derive-ex v0.1.8
12202026-09-06T23:57:28.900Z Downloaded tiny-keccak v2.0.2
12212026-09-06T23:57:28.900Z Downloaded scroll v0.13.0
12222026-09-06T23:57:28.903Z Downloaded diesel_table_macro_syntax v0.3.0
12232026-09-06T23:57:28.903Z Downloaded illumos-nvpair-sys v0.2.0
12242026-09-06T23:57:28.903Z Downloaded sync_wrapper v1.0.2
12252026-09-06T23:57:28.903Z Downloaded icu_provider v2.1.1
12262026-09-06T23:57:28.906Z Downloaded libsw v3.5.0
12272026-09-06T23:57:28.906Z Downloaded zstd-safe v7.2.4
12282026-09-06T23:57:28.906Z Downloaded hyper v1.10.1
12292026-09-06T23:57:28.912Z Downloaded idna v1.1.0
12302026-09-06T23:57:28.912Z Downloaded knus v3.4.0
12312026-09-06T23:57:28.916Z Downloaded p256 v0.13.2
12322026-09-06T23:57:28.916Z Downloaded pkcs1 v0.8.0-rc.4
12332026-09-06T23:57:28.916Z Downloaded psm v0.1.30
12342026-09-06T23:57:28.919Z Downloaded serde_urlencoded v0.7.1
12352026-09-06T23:57:28.919Z Downloaded libscf-sys v1.2.0
12362026-09-06T23:57:28.919Z Downloaded csv-core v0.1.13
12372026-09-06T23:57:28.919Z Downloaded password-hash v0.6.1
12382026-09-06T23:57:28.922Z Downloaded hubpack_derive v0.1.1
12392026-09-06T23:57:28.922Z Downloaded jiff-static v0.2.34
12402026-09-06T23:57:28.922Z Downloaded dsl_auto_type v0.2.0
12412026-09-06T23:57:28.923Z Downloaded multimap v0.10.1
12422026-09-06T23:57:28.923Z Downloaded moka v0.12.13
12432026-09-06T23:57:28.927Z Downloaded simd-adler32 v0.3.8
12442026-09-06T23:57:28.930Z Downloaded crypto-bigint v0.5.5
12452026-09-06T23:57:28.931Z Downloaded proptest v1.11.0
12462026-09-06T23:57:28.937Z Downloaded pem v3.0.6
12472026-09-06T23:57:28.949Z Downloaded tokio-rustls v0.26.4
12482026-09-06T23:57:28.949Z Downloaded vergen-git2 v9.1.0
12492026-09-06T23:57:28.949Z Downloaded uuid v1.23.4
12502026-09-06T23:57:28.949Z Downloaded quinn-udp v0.5.14
12512026-09-06T23:57:28.949Z Downloaded derive_more v0.99.20
12522026-09-06T23:57:28.953Z Downloaded icu_collections v2.1.1
12532026-09-06T23:57:28.953Z Downloaded ipnet v2.12.0
12542026-09-06T23:57:28.953Z Downloaded tinystr v0.8.2
12552026-09-06T23:57:28.953Z Downloaded rustls-native-certs v0.8.3
12562026-09-06T23:57:28.953Z Downloaded walkdir v2.5.0
12572026-09-06T23:57:28.953Z Downloaded pin-project v1.1.11
12582026-09-06T23:57:28.958Z Downloaded yasna v0.5.2
12592026-09-06T23:57:28.962Z Downloaded rayon-core v1.13.0
12602026-09-06T23:57:28.962Z Downloaded darling_core v0.21.3
12612026-09-06T23:57:28.965Z Downloaded pbkdf2 v0.13.0
12622026-09-06T23:57:28.965Z Downloaded lru v0.18.3
12632026-09-06T23:57:28.965Z Downloaded mio v1.2.0
12642026-09-06T23:57:28.969Z Downloaded des v0.9.0
12652026-09-06T23:57:28.973Z Downloaded slog-json v2.6.1
12662026-09-06T23:57:28.974Z Downloaded tracing-attributes v0.1.31
12672026-09-06T23:57:28.974Z Downloaded rand v0.10.1
12682026-09-06T23:57:28.981Z Downloaded convert_case v0.10.0
12692026-09-06T23:57:28.981Z Downloaded crossbeam-channel v0.5.15
12702026-09-06T23:57:28.981Z Downloaded git2 v0.20.4
12712026-09-06T23:57:28.986Z Downloaded ron v0.8.1
12722026-09-06T23:57:28.986Z Downloaded spin v0.9.8
12732026-09-06T23:57:28.990Z Downloaded derive_more v2.1.1
12742026-09-06T23:57:28.995Z Downloaded proc-macro-error2 v2.0.1
12752026-09-06T23:57:28.998Z Downloaded darling v0.20.11
12762026-09-06T23:57:28.998Z Downloaded corncobs v0.1.4
12772026-09-06T23:57:28.998Z Downloaded drift v0.2.0
12782026-09-06T23:57:29.004Z Downloaded ctutils v0.4.2
12792026-09-06T23:57:29.005Z Downloaded icu_properties_data v2.1.2
12802026-09-06T23:57:29.009Z Downloaded tar v0.4.46
12812026-09-06T23:57:29.017Z Downloaded tungstenite v0.23.0
12822026-09-06T23:57:29.017Z Downloaded socket2 v0.5.10
12832026-09-06T23:57:29.017Z Downloaded zip v4.6.1
12842026-09-06T23:57:29.020Z Downloaded hyper-util v0.1.20
12852026-09-06T23:57:29.020Z Downloaded zerocopy-derive v0.8.55
12862026-09-06T23:57:29.024Z Downloaded crc-any v2.5.0
12872026-09-06T23:57:29.028Z Downloaded ingot-macros v0.2.0
12882026-09-06T23:57:29.028Z Downloaded smoltcp v0.9.1
12892026-09-06T23:57:29.032Z Downloaded steno v0.4.1
12902026-09-06T23:57:29.035Z Downloaded libxml v0.3.3
12912026-09-06T23:57:29.039Z Downloaded tungstenite v0.21.0
12922026-09-06T23:57:29.043Z Downloaded strum_macros v0.24.3
12932026-09-06T23:57:29.043Z Downloaded smallvec v1.15.1
12942026-09-06T23:57:29.043Z Downloaded libm v0.2.16
12952026-09-06T23:57:29.048Z Downloaded icu_properties v2.1.2
12962026-09-06T23:57:29.050Z Downloaded vergen v9.1.0
12972026-09-06T23:57:29.051Z Downloaded petname v2.0.2
12982026-09-06T23:57:29.054Z Downloaded darling v0.21.3
12992026-09-06T23:57:29.057Z Downloaded salty v0.3.0
13002026-09-06T23:57:29.060Z Downloaded ryu v1.0.23
13012026-09-06T23:57:29.063Z Downloaded miniz_oxide v0.8.9
13022026-09-06T23:57:29.063Z Downloaded regex-syntax v0.6.29
13032026-09-06T23:57:29.066Z Downloaded quick-xml v0.37.5
13042026-09-06T23:57:29.070Z Downloaded miette v7.6.0
13052026-09-06T23:57:29.073Z Downloaded yansi v1.0.1
13062026-09-06T23:57:29.076Z Downloaded sha3 v0.12.0
13072026-09-06T23:57:29.076Z Downloaded rsa v0.9.10
13082026-09-06T23:57:29.082Z Downloaded goblin v0.10.5
13092026-09-06T23:57:29.085Z Downloaded num-traits v0.2.19
13102026-09-06T23:57:29.085Z Downloaded rand v0.9.2
13112026-09-06T23:57:29.088Z Downloaded icu_locale_core v2.1.1
13122026-09-06T23:57:29.091Z Downloaded curve25519-dalek v4.1.3
13132026-09-06T23:57:29.094Z Downloaded p521 v0.13.3
13142026-09-06T23:57:29.100Z Downloaded bstr v1.12.1
13152026-09-06T23:57:29.103Z Downloaded jiff-core v0.1.0
13162026-09-06T23:57:29.107Z Downloaded serde_with v3.21.0
13172026-09-06T23:57:29.114Z Downloaded publicsuffix v2.3.0
13182026-09-06T23:57:29.125Z Downloaded radix_trie v0.2.1
13192026-09-06T23:57:29.128Z Downloaded serde_with v1.14.0
13202026-09-06T23:57:29.132Z Downloaded unicode_categories v0.1.1
13212026-09-06T23:57:29.135Z Downloaded winnow v1.0.3
13222026-09-06T23:57:29.139Z Downloaded schemars v1.2.1
13232026-09-06T23:57:29.156Z Downloaded quinn-proto v0.11.16
13242026-09-06T23:57:29.158Z Downloaded curve25519-dalek v5.0.0
13252026-09-06T23:57:29.164Z Downloaded reqwest v0.13.2
13262026-09-06T23:57:29.168Z Downloaded gimli v0.32.3
13272026-09-06T23:57:29.172Z Downloaded num-bigint v0.4.6
13282026-09-06T23:57:29.175Z Downloaded crypto-primes v0.7.2
13292026-09-06T23:57:29.178Z Downloaded dashu-int v0.5.1
13302026-09-06T23:57:29.183Z Downloaded num-bigint-dig v0.8.6
13312026-09-06T23:57:29.188Z Downloaded unicode-normalization v0.1.25
13322026-09-06T23:57:29.191Z Downloaded lalrpop v0.19.12
13332026-09-06T23:57:29.194Z Downloaded tough v0.22.0
13342026-09-06T23:57:29.199Z Downloaded rayon v1.11.0
13352026-09-06T23:57:29.204Z Downloaded time v0.3.47
13362026-09-06T23:57:29.224Z Downloaded nix v0.28.0
13372026-09-06T23:57:29.233Z Downloaded tabled v0.21.0
13382026-09-06T23:57:29.240Z Downloaded nix v0.31.2
13392026-09-06T23:57:29.247Z Downloaded smoltcp v0.11.0
13402026-09-06T23:57:29.254Z Downloaded vcpkg v0.2.15
13412026-09-06T23:57:29.277Z Downloaded zerocopy v0.8.55
13422026-09-06T23:57:29.287Z Downloaded dropshot v0.17.1
13432026-09-06T23:57:29.300Z Downloaded zlib-rs v0.6.2
13442026-09-06T23:57:29.303Z Downloaded portable-atomic v1.13.1
13452026-09-06T23:57:29.361Z Downloaded openapiv3 v2.2.0
13462026-09-06T23:57:29.377Z Downloaded hickory-proto v0.24.4
13472026-09-06T23:57:29.377Z Downloaded rustix v0.38.44
13482026-09-06T23:57:29.377Z Downloaded syn v3.0.3
13492026-09-06T23:57:29.377Z Downloaded object v0.30.4
13502026-09-06T23:57:29.377Z Downloaded ratatui v0.29.0
13512026-09-06T23:57:29.377Z Downloaded regress v0.11.1
13522026-09-06T23:57:29.377Z Downloaded zerocopy-derive v0.6.6
13532026-09-06T23:57:29.384Z Downloaded polar-core v0.27.3
13542026-09-06T23:57:29.384Z Downloaded rustls v0.23.41
13552026-09-06T23:57:29.390Z Downloaded regex-syntax v0.8.10
13562026-09-06T23:57:29.390Z Downloaded sqlparser v0.61.0
13572026-09-06T23:57:29.393Z Downloaded bzip2-sys v0.1.13+1.0.8
13582026-09-06T23:57:29.400Z Downloaded tracing v0.1.44
13592026-09-06T23:57:29.412Z Downloaded nix v0.27.1
13602026-09-06T23:57:29.418Z Downloaded diesel v2.3.7
13612026-09-06T23:57:29.431Z Downloaded crypto-bigint v0.7.5
13622026-09-06T23:57:29.438Z Downloaded openssl v0.10.80
13632026-09-06T23:57:29.445Z Downloaded petgraph v0.6.5
13642026-09-06T23:57:29.459Z Downloaded typify-impl v0.6.2
13652026-09-06T23:57:29.465Z Downloaded object v0.37.3
13662026-09-06T23:57:29.471Z Downloaded regress v0.10.5
13672026-09-06T23:57:29.477Z Downloaded chrono-tz v0.10.4
13682026-09-06T23:57:29.489Z Downloaded sled v0.34.7
13692026-09-06T23:57:29.495Z Downloaded petgraph v0.8.3
13702026-09-06T23:57:29.510Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13712026-09-06T23:57:29.517Z Downloaded libz-sys v1.1.24
13722026-09-06T23:57:29.530Z Downloaded tokio v1.52.1
13732026-09-06T23:57:29.554Z Downloaded sha3 v0.11.0
13742026-09-06T23:57:29.557Z Downloaded regex-automata v0.4.14
13752026-09-06T23:57:29.585Z Downloaded jiff v0.2.34
13762026-09-06T23:57:29.595Z Downloaded sha3 v0.10.8
13772026-09-06T23:57:29.609Z Downloaded csv v1.4.0
13782026-09-06T23:57:29.694Z Downloaded encoding_rs v0.8.35
13792026-09-06T23:57:29.712Z Downloaded ring v0.17.14
13802026-09-06T23:57:29.739Z Downloaded libgit2-sys v0.18.3+1.9.2
13812026-09-06T23:57:30.047Z Downloaded dsi-bitstream v0.10.1
13822026-09-06T23:57:30.225Z Downloaded aws-lc-sys v0.40.0
13832026-09-06T23:57:30.501Z Compiling serde_core v1.0.228
13842026-09-06T23:57:30.501Z Compiling libc v0.2.185
13852026-09-06T23:57:30.504Z Compiling serde v1.0.228
13862026-09-06T23:57:30.504Z Compiling log v0.4.33
13872026-09-06T23:57:30.504Z Compiling smallvec v1.15.1
13882026-09-06T23:57:30.504Z Compiling subtle v2.6.1
13892026-09-06T23:57:30.504Z Compiling zerocopy v0.8.55
13902026-09-06T23:57:30.504Z Compiling typenum v1.20.1
13912026-09-06T23:57:30.504Z Compiling shlex v1.3.0
13922026-09-06T23:57:30.504Z Compiling find-msvc-tools v0.1.9
13932026-09-06T23:57:30.504Z Compiling scopeguard v1.2.0
13942026-09-06T23:57:30.504Z Compiling portable-atomic v1.13.1
13952026-09-06T23:57:30.504Z Compiling critical-section v1.2.0
13962026-09-06T23:57:30.504Z Compiling stable_deref_trait v1.2.1
13972026-09-06T23:57:30.647Z Compiling serde_json v1.0.151
13982026-09-06T23:57:30.650Z Compiling const-oid v0.9.6
13992026-09-06T23:57:30.651Z Compiling libm v0.2.16
14002026-09-06T23:57:30.651Z Compiling allocator-api2 v0.2.21
14012026-09-06T23:57:30.651Z Compiling litemap v0.8.1
14022026-09-06T23:57:30.651Z Compiling parking_lot_core v0.9.12
14032026-09-06T23:57:30.651Z Compiling writeable v0.6.2
14042026-09-06T23:57:30.658Z Compiling pin-project-lite v0.2.17
14052026-09-06T23:57:30.662Z Compiling percent-encoding v2.3.2
14062026-09-06T23:57:30.707Z Compiling generic-array v0.14.7
14072026-09-06T23:57:30.711Z Compiling num-traits v0.2.19
14082026-09-06T23:57:30.712Z Compiling icu_properties_data v2.1.2
14092026-09-06T23:57:30.712Z Compiling getrandom v0.3.4
14102026-09-06T23:57:30.712Z Compiling getrandom v0.4.3
14112026-09-06T23:57:30.712Z Compiling icu_normalizer_data v2.1.1
14122026-09-06T23:57:30.804Z Compiling rustix v1.1.4
14132026-09-06T23:57:30.813Z Compiling syn v2.0.117
14142026-09-06T23:57:30.813Z Compiling rand_core v0.10.0
14152026-09-06T23:57:30.898Z Compiling futures-core v0.3.32
14162026-09-06T23:57:30.917Z Compiling pkg-config v0.3.32
14172026-09-06T23:57:30.952Z Compiling utf8_iter v1.0.4
14182026-09-06T23:57:30.971Z Compiling base64ct v1.8.3
14192026-09-06T23:57:31.076Z Compiling flagset v0.4.7
14202026-09-06T23:57:31.150Z Compiling form_urlencoded v1.2.2
14212026-09-06T23:57:31.291Z Compiling lock_api v0.4.14
14222026-09-06T23:57:31.309Z Compiling foldhash v0.2.0
14232026-09-06T23:57:31.348Z Compiling futures-sink v0.3.32
14242026-09-06T23:57:31.351Z Compiling slab v0.4.12
14252026-09-06T23:57:31.445Z Compiling pem-rfc7468 v0.7.0
14262026-09-06T23:57:31.538Z Compiling futures-task v0.3.32
14272026-09-06T23:57:31.543Z Compiling futures-io v0.3.32
14282026-09-06T23:57:31.557Z Compiling rustversion v1.0.22
14292026-09-06T23:57:31.636Z Compiling iana-time-zone v0.1.65
14302026-09-06T23:57:31.672Z Compiling hashbrown v0.17.0
14312026-09-06T23:57:31.675Z Compiling base64 v0.22.1
14322026-09-06T23:57:31.675Z Compiling cpufeatures v0.2.17
14332026-09-06T23:57:31.675Z Compiling ident_case v1.0.1
14342026-09-06T23:57:31.717Z Compiling futures-channel v0.3.32
14352026-09-06T23:57:31.739Z Compiling simd-adler32 v0.3.8
14362026-09-06T23:57:31.876Z Compiling adler2 v2.0.1
14372026-09-06T23:57:31.891Z Compiling syn v1.0.109
14382026-09-06T23:57:31.909Z Compiling spin v0.9.8
14392026-09-06T23:57:31.921Z Compiling ahash v0.8.12
14402026-09-06T23:57:31.924Z Compiling dyn-clone v1.0.20
14412026-09-06T23:57:31.977Z Compiling dunce v1.0.5
14422026-09-06T23:57:31.981Z Compiling schemars v0.8.22
14432026-09-06T23:57:31.981Z Compiling fs_extra v1.3.0
14442026-09-06T23:57:31.981Z Compiling regex-syntax v0.8.10
14452026-09-06T23:57:32.039Z Compiling tinyvec_macros v0.1.1
14462026-09-06T23:57:32.093Z Compiling anyhow v1.0.104
14472026-09-06T23:57:32.109Z Compiling object v0.37.3
14482026-09-06T23:57:32.112Z Compiling aws-lc-rs v1.16.3
14492026-09-06T23:57:32.112Z Compiling vcpkg v0.2.15
14502026-09-06T23:57:32.112Z Compiling num-bigint-dig v0.8.6
14512026-09-06T23:57:32.113Z Compiling miniz_oxide v0.8.9
14522026-09-06T23:57:32.127Z Compiling gimli v0.32.3
14532026-09-06T23:57:32.131Z Compiling base16ct v0.2.0
14542026-09-06T23:57:32.148Z Compiling untrusted v0.7.1
14552026-09-06T23:57:32.182Z Compiling errno v0.3.14
14562026-09-06T23:57:32.185Z Compiling jobserver v0.1.34
14572026-09-06T23:57:32.185Z Compiling getrandom v0.2.17
14582026-09-06T23:57:32.202Z Compiling mio v1.2.0
14592026-09-06T23:57:32.208Z Compiling socket2 v0.6.3
14602026-09-06T23:57:32.316Z Compiling tinyvec v1.11.0
14612026-09-06T23:57:32.321Z Compiling lazy_static v1.5.0
14622026-09-06T23:57:32.364Z Compiling cmov v0.5.4
14632026-09-06T23:57:32.364Z Compiling openssl-probe v0.2.1
14642026-09-06T23:57:32.401Z Compiling owo-colors v4.3.0
14652026-09-06T23:57:32.535Z Compiling httparse v1.10.1
14662026-09-06T23:57:32.553Z Compiling rustc-demangle v0.1.27
14672026-09-06T23:57:32.563Z Compiling crc32fast v1.5.0
14682026-09-06T23:57:32.574Z Compiling crossbeam-utils v0.8.21
14692026-09-06T23:57:32.592Z Compiling rand_core v0.9.5
14702026-09-06T23:57:32.730Z Compiling rand_core v0.6.4
14712026-09-06T23:57:32.785Z Compiling proc-macro-error-attr2 v2.0.0
14722026-09-06T23:57:32.789Z Compiling aho-corasick v1.1.4
14732026-09-06T23:57:32.835Z Compiling signal-hook-registry v1.4.8
14742026-09-06T23:57:32.903Z Compiling parking_lot v0.12.5
14752026-09-06T23:57:32.995Z Compiling cc v1.2.56
14762026-09-06T23:57:33.052Z Compiling tower-service v0.3.3
14772026-09-06T23:57:33.119Z Compiling rustls v0.23.41
14782026-09-06T23:57:33.127Z Compiling radium v0.7.0
14792026-09-06T23:57:33.127Z Compiling try-lock v0.2.5
14802026-09-06T23:57:33.127Z Compiling atomic-waker v1.1.2
14812026-09-06T23:57:33.127Z Compiling ctutils v0.4.2
14822026-09-06T23:57:33.127Z Compiling is_ci v1.2.0
14832026-09-06T23:57:33.133Z Compiling tower-layer v0.3.3
14842026-09-06T23:57:33.133Z Compiling untrusted v0.9.0
14852026-09-06T23:57:33.168Z Compiling num-integer v0.1.46
14862026-09-06T23:57:33.184Z Compiling unicode-segmentation v1.12.0
14872026-09-06T23:57:33.236Z Compiling num-conv v0.2.0
14882026-09-06T23:57:33.253Z Compiling time-core v0.1.8
14892026-09-06T23:57:33.328Z Compiling ff v0.13.1
14902026-09-06T23:57:33.366Z Compiling supports-color v3.0.2
14912026-09-06T23:57:33.386Z Compiling foreign-types-shared v0.1.1
14922026-09-06T23:57:33.452Z Compiling num-iter v0.1.45
14932026-09-06T23:57:33.477Z Compiling tap v1.0.1
14942026-09-06T23:57:33.482Z Compiling openssl v0.10.80
14952026-09-06T23:57:33.497Z Compiling once_cell v1.21.3
14962026-09-06T23:57:33.501Z Compiling maybe-uninit v2.0.0
14972026-09-06T23:57:33.501Z Compiling slog v2.8.2
14982026-09-06T23:57:33.520Z Compiling bitflags v2.11.0
14992026-09-06T23:57:33.539Z Compiling semver v1.0.28
15002026-09-06T23:57:33.576Z Compiling indexmap v2.14.0
15012026-09-06T23:57:33.594Z Compiling uuid v1.23.4
15022026-09-06T23:57:33.597Z Compiling group v0.13.0
15032026-09-06T23:57:33.633Z Compiling camino v1.2.5
15042026-09-06T23:57:33.689Z Compiling want v0.3.1
15052026-09-06T23:57:33.707Z Compiling keccak v0.1.6
15062026-09-06T23:57:33.710Z Compiling supports-hyperlinks v3.2.0
15072026-09-06T23:57:33.710Z Compiling httpdate v1.0.3
15082026-09-06T23:57:33.724Z Compiling powerfmt v0.2.0
15092026-09-06T23:57:33.743Z Compiling tracing-core v0.1.36
15102026-09-06T23:57:33.778Z Compiling supports-unicode v3.0.0
15112026-09-06T23:57:33.835Z Compiling cmake v0.1.57
15122026-09-06T23:57:33.849Z Compiling regex-automata v0.4.14
15132026-09-06T23:57:33.924Z Compiling deranged v0.5.8
15142026-09-06T23:57:33.940Z Compiling foreign-types v0.3.2
15152026-09-06T23:57:33.945Z Compiling wyz v0.5.1
15162026-09-06T23:57:33.945Z Compiling time-macros v0.2.27
15172026-09-06T23:57:33.997Z Compiling unicode-normalization v0.1.25
15182026-09-06T23:57:34.015Z Compiling socket2 v0.5.10
15192026-09-06T23:57:34.018Z Compiling wait-timeout v0.2.1
15202026-09-06T23:57:34.068Z Compiling env_filter v2.0.0
15212026-09-06T23:57:34.068Z Compiling packed_struct v0.10.1
15222026-09-06T23:57:34.121Z Compiling rustc_version v0.4.1
15232026-09-06T23:57:34.157Z Compiling addr2line v0.25.1
15242026-09-06T23:57:34.195Z Compiling funty v2.0.0
15252026-09-06T23:57:34.212Z Compiling quick-error v1.2.3
15262026-09-06T23:57:34.232Z Compiling ciborium-io v0.2.2
15272026-09-06T23:57:34.287Z Compiling num_threads v0.1.7
15282026-09-06T23:57:34.290Z Compiling native-tls v0.2.18
15292026-09-06T23:57:34.372Z Compiling bit-vec v0.8.0
15302026-09-06T23:57:34.375Z Compiling env_logger v0.11.11
15312026-09-06T23:57:34.412Z Compiling rand_xorshift v0.4.0
15322026-09-06T23:57:34.415Z Compiling thread-id v4.2.2
15332026-09-06T23:57:34.429Z Compiling sync_wrapper v1.0.2
15342026-09-06T23:57:34.449Z Compiling synstructure v0.13.2
15352026-09-06T23:57:34.484Z Compiling serde_derive_internals v0.29.1
15362026-09-06T23:57:34.539Z Compiling pest_generator v2.8.6
15372026-09-06T23:57:34.579Z Compiling darling_core v0.23.0
15382026-09-06T23:57:34.583Z Compiling darling_core v0.20.11
15392026-09-06T23:57:34.583Z Compiling proc-macro-error2 v2.0.1
15402026-09-06T23:57:34.618Z Compiling bitvec v1.0.1
15412026-09-06T23:57:34.621Z Compiling bit-set v0.8.0
15422026-09-06T23:57:34.621Z Compiling indexmap v1.9.3
15432026-09-06T23:57:34.639Z Compiling crc-catalog v2.4.0
15442026-09-06T23:57:34.659Z Compiling curve25519-dalek v4.1.3
15452026-09-06T23:57:34.662Z Compiling nodrop v0.1.14
15462026-09-06T23:57:34.662Z Compiling paste v1.0.15
15472026-09-06T23:57:34.696Z Compiling usdt-impl v0.6.0
15482026-09-06T23:57:34.699Z Compiling salty v0.3.0
15492026-09-06T23:57:34.715Z Compiling siphasher v1.0.2
15502026-09-06T23:57:34.784Z Compiling unarray v0.1.4
15512026-09-06T23:57:34.801Z Compiling aws-lc-sys v0.40.0
15522026-09-06T23:57:34.818Z Compiling openssl-sys v0.9.117
15532026-09-06T23:57:34.821Z Compiling bzip2-sys v0.1.13+1.0.8
15542026-09-06T23:57:34.821Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15552026-09-06T23:57:34.841Z Compiling zlib-rs v0.6.2
15562026-09-06T23:57:34.844Z Compiling array-init v0.0.4
15572026-09-06T23:57:34.858Z Compiling crc v3.4.0
15582026-09-06T23:57:34.929Z Compiling heapless v0.7.17
15592026-09-06T23:57:34.934Z Compiling smallvec v0.6.14
15602026-09-06T23:57:35.026Z Compiling thread-id v5.1.0
15612026-09-06T23:57:35.026Z Compiling syn v3.0.3
15622026-09-06T23:57:35.034Z Compiling cookie v0.18.1
15632026-09-06T23:57:35.088Z Compiling signal-hook v0.3.18
15642026-09-06T23:57:35.147Z Compiling ryu v1.0.23
15652026-09-06T23:57:35.169Z Compiling iri-string v0.7.10
15662026-09-06T23:57:35.180Z Compiling winnow v0.5.40
15672026-09-06T23:57:35.190Z Compiling static_assertions v1.1.0
15682026-09-06T23:57:35.190Z Compiling zstd-safe v7.2.4
15692026-09-06T23:57:35.270Z Compiling hashbrown v0.12.3
15702026-09-06T23:57:35.274Z Compiling base64 v0.21.7
15712026-09-06T23:57:35.274Z Compiling unicode-properties v0.1.4
15722026-09-06T23:57:35.274Z Compiling unicode-bidi v0.3.18
15732026-09-06T23:57:35.274Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
15742026-09-06T23:57:35.274Z Compiling time v0.3.47
15752026-09-06T23:57:35.322Z Compiling rayon-core v1.13.0
15762026-09-06T23:57:35.358Z Compiling data-encoding v2.10.0
15772026-09-06T23:57:35.425Z Compiling crossbeam-epoch v0.9.18
15782026-09-06T23:57:35.511Z Compiling terminal_size v0.4.3
15792026-09-06T23:57:35.531Z Compiling tempfile v3.27.0
15802026-09-06T23:57:35.575Z Compiling heck v0.4.1
15812026-09-06T23:57:35.597Z Compiling vergen-lib v9.1.0
15822026-09-06T23:57:35.597Z Compiling hash32 v0.2.1
15832026-09-06T23:57:35.616Z Compiling encoding_rs v0.8.35
15842026-09-06T23:57:35.672Z Compiling clap_builder v4.6.0
15852026-09-06T23:57:35.736Z Compiling textwrap v0.16.2
15862026-09-06T23:57:35.764Z Compiling stringprep v0.1.5
15872026-09-06T23:57:35.764Z Compiling memoffset v0.9.1
15882026-09-06T23:57:35.804Z Compiling thread_local v1.1.9
15892026-09-06T23:57:35.843Z Compiling backtrace v0.3.76
15902026-09-06T23:57:35.866Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
15912026-09-06T23:57:35.913Z Compiling litrs v1.0.0
15922026-09-06T23:57:35.949Z Compiling mime v0.3.17
15932026-09-06T23:57:36.008Z Compiling slog-async v2.8.0
15942026-09-06T23:57:36.019Z Compiling psl-types v2.0.11
15952026-09-06T23:57:36.109Z Compiling rusty-fork v0.3.1
15962026-09-06T23:57:36.126Z Compiling cfg_aliases v0.2.1
15972026-09-06T23:57:36.173Z Compiling fallible-iterator v0.2.0
15982026-09-06T23:57:36.224Z Compiling smoltcp v0.9.1
15992026-09-06T23:57:36.234Z Compiling linked-hash-map v0.5.6
16002026-09-06T23:57:36.234Z Compiling crc-any v2.5.0
16012026-09-06T23:57:36.279Z Compiling rustix v0.38.44
16022026-09-06T23:57:36.306Z Compiling ref-cast v1.0.25
16032026-09-06T23:57:36.385Z Compiling nix v0.31.2
16042026-09-06T23:57:36.423Z Compiling backtrace-ext v0.2.1
16052026-09-06T23:57:36.457Z Compiling lru-cache v0.1.2
16062026-09-06T23:57:36.467Z Compiling crossbeam-deque v0.8.6
16072026-09-06T23:57:36.504Z Compiling serde_derive v1.0.228
16082026-09-06T23:57:36.515Z Compiling zeroize_derive v1.5.0
16092026-09-06T23:57:36.515Z Compiling zerocopy-derive v0.8.55
16102026-09-06T23:57:36.515Z Compiling zerofrom-derive v0.1.6
16112026-09-06T23:57:36.543Z Compiling yoke-derive v0.8.1
16122026-09-06T23:57:36.566Z Compiling zerovec-derive v0.11.2
16132026-09-06T23:57:36.587Z Compiling displaydoc v0.2.5
16142026-09-06T23:57:36.626Z Compiling thiserror-impl v2.0.18
16152026-09-06T23:57:36.636Z Compiling tokio-macros v2.7.0
16162026-09-06T23:57:36.648Z Compiling der_derive v0.7.3
16172026-09-06T23:57:36.664Z Compiling futures-macro v0.3.32
16182026-09-06T23:57:36.706Z Compiling thiserror-impl v1.0.69
16192026-09-06T23:57:36.718Z Compiling tracing-attributes v0.1.31
16202026-09-06T23:57:36.740Z Compiling schemars_derive v0.8.22
16212026-09-06T23:57:36.756Z Compiling clap_derive v4.6.1
16222026-09-06T23:57:36.756Z Compiling pest_derive v2.8.6
16232026-09-06T23:57:36.797Z Compiling scroll_derive v0.12.1
16242026-09-06T23:57:36.815Z Compiling async-trait v0.1.89
16252026-09-06T23:57:36.927Z Compiling miette-derive v7.6.0
16262026-09-06T23:57:36.956Z Compiling scroll_derive v0.13.1
16272026-09-06T23:57:37.109Z Compiling zerocopy-derive v0.7.35
16282026-09-06T23:57:37.224Z Compiling curve25519-dalek-derive v0.1.1
16292026-09-06T23:57:37.229Z Compiling darling_macro v0.20.11
16302026-09-06T23:57:37.305Z Compiling knus-derive v3.4.0
16312026-09-06T23:57:37.369Z Compiling openssl-macros v0.1.1
16322026-09-06T23:57:37.385Z Compiling strum_macros v0.26.4
16332026-09-06T23:57:37.391Z Compiling darling_macro v0.23.0
16342026-09-06T23:57:37.501Z Compiling bitfield-macros v0.19.4
16352026-09-06T23:57:37.669Z Compiling zerocopy-derive v0.6.6
16362026-09-06T23:57:37.785Z Compiling scroll v0.12.0
16372026-09-06T23:57:37.804Z Compiling hubpack_derive v0.1.1
16382026-09-06T23:57:37.832Z Compiling futures-util v0.3.32
16392026-09-06T23:57:37.990Z Compiling packed_struct_codegen v0.10.1
16402026-09-06T23:57:38.286Z Compiling goblin v0.8.2
16412026-09-06T23:57:38.342Z Compiling flate2 v1.1.9
16422026-09-06T23:57:38.417Z Compiling darling v0.20.11
16432026-09-06T23:57:38.444Z Compiling scroll v0.13.0
16442026-09-06T23:57:38.581Z Compiling derive_builder_core v0.20.2
16452026-09-06T23:57:38.604Z Compiling enum-as-inner v0.6.1
16462026-09-06T23:57:38.620Z Compiling structmeta-derive v0.3.0
16472026-09-06T23:57:38.667Z Compiling darling v0.23.0
16482026-09-06T23:57:38.680Z Compiling bzip2 v0.4.4
16492026-09-06T23:57:38.715Z Compiling bstr v1.12.1
16502026-09-06T23:57:38.787Z Compiling thiserror v2.0.18
16512026-09-06T23:57:38.812Z Compiling zerofrom v0.1.6
16522026-09-06T23:57:38.835Z Compiling zerocopy v0.7.35
16532026-09-06T23:57:38.839Z Compiling serde_with_macros v3.21.0
16542026-09-06T23:57:38.839Z Compiling thiserror v1.0.69
16552026-09-06T23:57:38.900Z Compiling goblin v0.10.5
16562026-09-06T23:57:38.949Z Compiling tracing v0.1.44
16572026-09-06T23:57:38.949Z Compiling pin-project-internal v1.1.11
16582026-09-06T23:57:38.949Z Compiling dtrace-parser v0.3.0
16592026-09-06T23:57:38.974Z Compiling bitfield v0.19.4
16602026-09-06T23:57:38.974Z Compiling miette v7.6.0
16612026-09-06T23:57:39.007Z Compiling yoke v0.8.1
16622026-09-06T23:57:39.032Z Compiling dtrace-parser v0.2.0
16632026-09-06T23:57:39.033Z Compiling zerocopy v0.6.6
16642026-09-06T23:57:39.033Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16652026-09-06T23:57:39.049Z Compiling zip v0.6.6
16662026-09-06T23:57:39.135Z Compiling daft-derive v0.1.8
16672026-09-06T23:57:39.171Z Compiling clap v4.6.1
16682026-09-06T23:57:39.251Z Compiling zerovec v0.11.5
16692026-09-06T23:57:39.279Z Compiling zerotrie v0.2.3
16702026-09-06T23:57:39.317Z Compiling document-features v0.2.12
16712026-09-06T23:57:39.320Z Compiling regex v1.12.3
16722026-09-06T23:57:39.355Z Compiling snafu-derive v0.8.9
16732026-09-06T23:57:39.388Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16742026-09-06T23:57:39.391Z Compiling ref-cast-impl v1.0.25
16752026-09-06T23:57:39.391Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16762026-09-06T23:57:39.446Z Compiling strum_macros v0.27.2
16772026-09-06T23:57:39.490Z Compiling phf_shared v0.13.1
16782026-09-06T23:57:39.494Z Compiling blake3 v1.8.5
16792026-09-06T23:57:39.506Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16802026-09-06T23:57:39.580Z Compiling derive_builder_macro v0.20.2
16812026-09-06T23:57:39.638Z Compiling crossbeam-channel v0.5.15
16822026-09-06T23:57:39.656Z Compiling convert_case v0.10.0
16832026-09-06T23:57:39.678Z Compiling strum v0.26.3
16842026-09-06T23:57:39.698Z Compiling cargo-platform v0.3.2
16852026-09-06T23:57:39.741Z Compiling tinystr v0.8.2
16862026-09-06T23:57:39.773Z Compiling potential_utf v0.1.4
16872026-09-06T23:57:39.792Z Compiling vergen v9.1.0
16882026-09-06T23:57:39.834Z Compiling memmap v0.7.0
16892026-09-06T23:57:39.854Z Compiling memmap2 v0.9.10
16902026-09-06T23:57:39.875Z Compiling is-terminal v0.4.17
16912026-09-06T23:57:39.937Z Compiling fs-err v3.3.0
16922026-09-06T23:57:39.937Z Compiling same-file v1.0.6
16932026-09-06T23:57:39.937Z Compiling bitflags v1.3.2
16942026-09-06T23:57:39.951Z Compiling icu_collections v2.1.1
16952026-09-06T23:57:40.008Z Compiling icu_locale_core v2.1.1
16962026-09-06T23:57:40.008Z Compiling structmeta v0.3.0
16972026-09-06T23:57:40.048Z Compiling corncobs v0.1.4
16982026-09-06T23:57:40.055Z Compiling foldhash v0.1.5
16992026-09-06T23:57:40.055Z Compiling bumpalo v3.20.2
17002026-09-06T23:57:40.055Z Compiling resolv-conf v0.7.6
17012026-09-06T23:57:40.055Z Compiling managed v0.8.0
17022026-09-06T23:57:40.087Z Compiling path-slash v0.1.5
17032026-09-06T23:57:40.123Z Compiling term v1.2.1
17042026-09-06T23:57:40.141Z Compiling libbz2-rs-sys v0.2.2
17052026-09-06T23:57:40.162Z Compiling cpufeatures v0.3.0
17062026-09-06T23:57:40.180Z Compiling take_mut v0.2.2
17072026-09-06T23:57:40.185Z Compiling jiff-core v0.1.0
17082026-09-06T23:57:40.236Z Compiling walkdir v2.5.0
17092026-09-06T23:57:40.294Z Compiling hashbrown v0.15.5
17102026-09-06T23:57:40.297Z Compiling derive_more-impl v2.1.1
17112026-09-06T23:57:40.314Z Compiling futures-executor v0.3.32
17122026-09-06T23:57:40.317Z Compiling derive_builder v0.20.2
17132026-09-06T23:57:40.317Z Compiling pin-project v1.1.11
17142026-09-06T23:57:40.317Z Compiling derive-ex v0.1.8
17152026-09-06T23:57:40.354Z Compiling phf v0.13.1
17162026-09-06T23:57:40.373Z Compiling zopfli v0.8.3
17172026-09-06T23:57:40.422Z Compiling signal-hook-mio v0.2.5
17182026-09-06T23:57:40.533Z Compiling globset v0.4.18
17192026-09-06T23:57:40.603Z Compiling futures v0.3.32
17202026-09-06T23:57:40.619Z Compiling bzip2 v0.6.1
17212026-09-06T23:57:40.636Z Compiling serde_repr v0.1.20
17222026-09-06T23:57:40.656Z Compiling async-recursion v1.1.1
17232026-09-06T23:57:40.696Z Compiling zeroize v1.9.0
17242026-09-06T23:57:40.713Z Compiling bytes v1.11.1
17252026-09-06T23:57:40.770Z Compiling icu_provider v2.1.1
17262026-09-06T23:57:40.805Z Compiling chrono v0.4.45
17272026-09-06T23:57:40.808Z Compiling ipnet v2.12.0
17282026-09-06T23:57:40.808Z Compiling hex v0.4.3
17292026-09-06T23:57:40.824Z Compiling serde_spanned v0.6.9
17302026-09-06T23:57:40.873Z Compiling serde_tokenstream v0.2.3
17312026-09-06T23:57:40.911Z Compiling toml_datetime v0.6.11
17322026-09-06T23:57:40.931Z Compiling erased-serde v0.3.31
17332026-09-06T23:57:40.952Z Compiling dof v0.3.0
17342026-09-06T23:57:41.027Z Compiling der v0.7.10
17352026-09-06T23:57:41.031Z Compiling rustls-pki-types v1.14.0
17362026-09-06T23:57:41.066Z Compiling icu_properties v2.1.2
17372026-09-06T23:57:41.092Z Compiling icu_normalizer v2.1.1
17382026-09-06T23:57:41.116Z Compiling hybrid-array v0.4.13
17392026-09-06T23:57:41.162Z Compiling hubpack v0.1.2
17402026-09-06T23:57:41.288Z Compiling tokio v1.52.1
17412026-09-06T23:57:41.297Z Compiling http v1.4.2
17422026-09-06T23:57:41.341Z Compiling usdt-impl v0.5.0
17432026-09-06T23:57:41.409Z Compiling rustls-native-certs v0.8.3
17442026-09-06T23:57:41.488Z Compiling toml_edit v0.19.15
17452026-09-06T23:57:41.493Z Compiling serde-big-array v0.5.1
17462026-09-06T23:57:41.549Z Compiling serde_urlencoded v0.7.1
17472026-09-06T23:57:41.555Z Compiling serde-hex v0.1.0
17482026-09-06T23:57:41.555Z Compiling ron v0.8.1
17492026-09-06T23:57:41.622Z Compiling crypto-common v0.1.7
17502026-09-06T23:57:41.641Z Compiling block-buffer v0.10.4
17512026-09-06T23:57:41.679Z Compiling crypto-bigint v0.5.5
17522026-09-06T23:57:41.700Z Compiling toml_edit v0.22.27
17532026-09-06T23:57:41.721Z Compiling strum v0.27.2
17542026-09-06T23:57:41.727Z Compiling inout v0.1.4
17552026-09-06T23:57:41.727Z Compiling snafu v0.8.9
17562026-09-06T23:57:41.727Z Compiling jiff v0.2.34
17572026-09-06T23:57:41.792Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17582026-09-06T23:57:41.823Z Compiling digest v0.10.7
17592026-09-06T23:57:41.845Z Compiling secrecy v0.8.0
17602026-09-06T23:57:41.879Z Compiling slog-term v2.9.2
17612026-09-06T23:57:41.883Z Compiling serde_plain v1.0.2
17622026-09-06T23:57:41.883Z Compiling olpc-cjson v0.1.4
17632026-09-06T23:57:41.973Z Compiling cargo_metadata v0.23.1
17642026-09-06T23:57:41.989Z Compiling block-buffer v0.12.1
17652026-09-06T23:57:41.989Z Compiling spki v0.7.3
17662026-09-06T23:57:41.999Z Compiling crypto-common v0.2.2
17672026-09-06T23:57:42.016Z Compiling block-padding v0.4.2
17682026-09-06T23:57:42.049Z Compiling ppv-lite86 v0.2.21
17692026-09-06T23:57:42.052Z Compiling idna_adapter v1.2.1
17702026-09-06T23:57:42.087Z Compiling hmac v0.12.1
17712026-09-06T23:57:42.105Z Compiling sha2 v0.10.9
17722026-09-06T23:57:42.126Z Compiling signature v2.2.0
17732026-09-06T23:57:42.180Z Compiling pkcs8 v0.10.2
17742026-09-06T23:57:42.194Z Compiling idna v1.1.0
17752026-09-06T23:57:42.214Z Compiling x509-cert v0.2.5
17762026-09-06T23:57:42.241Z Compiling hkdf v0.12.4
17772026-09-06T23:57:42.258Z Compiling http-body v1.0.1
17782026-09-06T23:57:42.268Z Compiling rfc6979 v0.4.0
17792026-09-06T23:57:42.383Z Compiling rand_chacha v0.3.1
17802026-09-06T23:57:42.404Z Compiling rand_chacha v0.9.0
17812026-09-06T23:57:42.408Z Compiling sec1 v0.7.3
17822026-09-06T23:57:42.408Z Compiling pkcs1 v0.7.5
17832026-09-06T23:57:42.446Z Compiling hashbrown v0.14.5
17842026-09-06T23:57:42.463Z Compiling ed25519 v2.2.3
17852026-09-06T23:57:42.467Z Compiling sha3 v0.10.8
17862026-09-06T23:57:42.482Z Compiling half v2.7.1
17872026-09-06T23:57:42.485Z Compiling sha1 v0.10.6
17882026-09-06T23:57:42.485Z Compiling http-body-util v0.1.3
17892026-09-06T23:57:42.506Z Compiling dof v0.4.0
17902026-09-06T23:57:42.506Z Compiling hashbrown v0.13.2
17912026-09-06T23:57:42.527Z Compiling url v2.5.8
17922026-09-06T23:57:42.533Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17932026-09-06T23:57:42.533Z Compiling md-5 v0.10.6
17942026-09-06T23:57:42.631Z Compiling rand v0.8.6
17952026-09-06T23:57:42.742Z Compiling rand v0.9.2
17962026-09-06T23:57:42.771Z Compiling elliptic-curve v0.13.8
17972026-09-06T23:57:42.851Z Compiling ciborium-ll v0.2.2
17982026-09-06T23:57:42.867Z Compiling publicsuffix v2.3.0
17992026-09-06T23:57:42.887Z Compiling toml v0.7.8
18002026-09-06T23:57:42.891Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18012026-09-06T23:57:42.921Z Compiling inout v0.2.2
18022026-09-06T23:57:42.941Z Compiling usdt-attr-macro v0.5.0
18032026-09-06T23:57:43.009Z Compiling chumsky v0.9.3
18042026-09-06T23:57:43.069Z Compiling ciborium v0.2.2
18052026-09-06T23:57:43.087Z Compiling object v0.30.4
18062026-09-06T23:57:43.105Z Compiling usdt-macro v0.5.0
18072026-09-06T23:57:43.123Z Compiling cipher v0.5.2
18082026-09-06T23:57:43.175Z Compiling primeorder v0.13.6
18092026-09-06T23:57:43.193Z Compiling ecdsa v0.16.9
18102026-09-06T23:57:43.231Z Compiling ed25519-dalek v2.2.0
18112026-09-06T23:57:43.247Z Compiling toml v0.8.23
18122026-09-06T23:57:43.418Z Compiling proptest v1.11.0
18132026-09-06T23:57:43.457Z Compiling postgres-protocol v0.6.10
18142026-09-06T23:57:43.486Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18152026-09-06T23:57:43.508Z Compiling cookie_store v0.22.1
18162026-09-06T23:57:43.512Z Compiling test-strategy v0.4.5
18172026-09-06T23:57:43.512Z Compiling derive-where v1.6.0
18182026-09-06T23:57:43.561Z Compiling phf_shared v0.11.3
18192026-09-06T23:57:43.565Z Compiling float-cmp v0.10.0
18202026-09-06T23:57:43.565Z Compiling p384 v0.13.1
18212026-09-06T23:57:43.678Z Compiling pem v3.0.6
18222026-09-06T23:57:43.695Z Compiling hashbrown v0.16.1
18232026-09-06T23:57:43.814Z Compiling new_debug_unreachable v1.0.6
18242026-09-06T23:57:43.817Z Compiling fixedbitset v0.5.7
18252026-09-06T23:57:43.889Z Compiling predicates-core v1.0.10
18262026-09-06T23:57:43.889Z Compiling difflib v0.4.0
18272026-09-06T23:57:43.898Z Compiling postgres-types v0.2.12
18282026-09-06T23:57:43.909Z Compiling fixedbitset v0.4.2
18292026-09-06T23:57:43.913Z Compiling const-oid v0.10.2
18302026-09-06T23:57:43.949Z Compiling whoami v2.1.0
18312026-09-06T23:57:43.952Z Compiling normalize-line-endings v0.3.0
18322026-09-06T23:57:43.952Z Compiling constant_time_eq v0.4.2
18332026-09-06T23:57:43.952Z Compiling either v1.15.0
18342026-09-06T23:57:44.026Z Compiling serde_with v3.21.0
18352026-09-06T23:57:44.059Z Compiling ipnetwork v0.21.1
18362026-09-06T23:57:44.077Z Compiling usdt v0.5.0
18372026-09-06T23:57:44.097Z Compiling zstd v0.13.3
18382026-09-06T23:57:44.100Z Compiling byte-wrapper v0.1.0
18392026-09-06T23:57:44.134Z Compiling debug-ignore v1.0.5
18402026-09-06T23:57:44.153Z Compiling knus v3.4.0
18412026-09-06T23:57:44.180Z Compiling usdt-attr-macro v0.6.0
18422026-09-06T23:57:44.180Z Compiling usdt-macro v0.6.0
18432026-09-06T23:57:44.215Z Compiling arrayvec v0.7.6
18442026-09-06T23:57:44.236Z Compiling precomputed-hash v0.1.1
18452026-09-06T23:57:44.258Z Compiling arrayref v0.3.9
18462026-09-06T23:57:44.262Z Compiling winnow v1.0.3
18472026-09-06T23:57:44.293Z Compiling typed-path v0.9.3
18482026-09-06T23:57:44.299Z Compiling itertools v0.13.0
18492026-09-06T23:57:44.314Z Compiling predicates v3.1.4
18502026-09-06T23:57:44.329Z Compiling oxnet v0.1.6
18512026-09-06T23:57:44.369Z Compiling string_cache v0.8.9
18522026-09-06T23:57:44.374Z Compiling zip v4.6.1
18532026-09-06T23:57:44.374Z Compiling digest v0.11.3
18542026-09-06T23:57:44.405Z Compiling petgraph v0.6.5
18552026-09-06T23:57:44.442Z Compiling petgraph v0.8.3
18562026-09-06T23:57:44.480Z Compiling rsa v0.9.10
18572026-09-06T23:57:44.502Z Compiling chacha20 v0.10.0
18582026-09-06T23:57:44.520Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18592026-09-06T23:57:44.559Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18602026-09-06T23:57:44.564Z Compiling cipher v0.4.4
18612026-09-06T23:57:44.596Z Compiling derive_more v2.1.1
18622026-09-06T23:57:44.653Z Compiling crossterm v0.28.1
18632026-09-06T23:57:44.737Z Compiling openapiv3 v2.2.0
18642026-09-06T23:57:44.965Z Compiling similar v2.7.0
18652026-09-06T23:57:45.010Z Compiling lalrpop-util v0.19.12
18662026-09-06T23:57:45.051Z Compiling peg-runtime v0.8.5
18672026-09-06T23:57:45.076Z Compiling filetime v0.2.27
18682026-09-06T23:57:45.119Z Compiling xattr v1.6.1
18692026-09-06T23:57:45.141Z Compiling camino-tempfile v1.4.1
18702026-09-06T23:57:45.266Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
18712026-09-06T23:57:45.287Z Compiling tar v0.4.46
18722026-09-06T23:57:45.305Z Compiling usdt v0.6.0
18732026-09-06T23:57:45.363Z Compiling toml_parser v1.1.2+spec-1.1.0
18742026-09-06T23:57:45.394Z Compiling tokio-util v0.7.18
18752026-09-06T23:57:45.413Z Compiling tower v0.5.3
18762026-09-06T23:57:45.432Z Compiling tokio-native-tls v0.3.1
18772026-09-06T23:57:45.456Z Compiling hickory-proto v0.24.4
18782026-09-06T23:57:45.578Z Compiling buf-list v1.1.2
18792026-09-06T23:57:45.598Z Compiling hickory-proto v0.25.2
18802026-09-06T23:57:45.863Z Compiling tower-http v0.6.8
18812026-09-06T23:57:45.895Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
18822026-09-06T23:57:46.472Z Compiling newtype-uuid v1.3.2
18832026-09-06T23:57:46.482Z Compiling h2 v0.4.15
18842026-09-06T23:57:46.482Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18852026-09-06T23:57:46.482Z Compiling tokio-stream v0.1.18
18862026-09-06T23:57:46.482Z Compiling tokio-postgres v0.7.16
18872026-09-06T23:57:46.482Z Compiling daft v0.1.8
18882026-09-06T23:57:46.562Z Compiling iddqd v0.4.2
18892026-09-06T23:57:46.763Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18902026-09-06T23:57:47.392Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18912026-09-06T23:57:47.646Z Compiling hickory-resolver v0.24.4
18922026-09-06T23:57:47.918Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18932026-09-06T23:57:48.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18942026-09-06T23:57:48.753Z Compiling qorb v0.4.1
18952026-09-06T23:57:49.340Z Compiling hyper v1.10.1
18962026-09-06T23:57:50.337Z Compiling hyper-util v0.1.20
18972026-09-06T23:57:51.425Z Compiling hyper-tls v0.6.0
18982026-09-06T23:57:51.573Z Compiling reqwest v0.12.28
18992026-09-06T23:58:04.141Z Compiling rustls-webpki v0.103.13
19002026-09-06T23:58:06.842Z Compiling tokio-rustls v0.26.4
19012026-09-06T23:58:06.842Z Compiling rustls-platform-verifier v0.6.2
19022026-09-06T23:58:06.845Z Compiling tough v0.22.0
19032026-09-06T23:58:07.045Z Compiling hyper-rustls v0.27.7
19042026-09-06T23:58:07.243Z Compiling reqwest v0.13.2
19052026-09-06T23:58:09.375Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19062026-09-06T23:58:09.634Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19072026-09-06T23:58:12.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.31s
19082026-09-06T23:58:12.590Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19092026-09-06T23:58:12.590Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19102026-09-06T23:58:12.722Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19112026-09-06T23:58:12.786ZSep 06 23:58:11.987 INFO Starting download, target: Clickhouse
19122026-09-06T23:58:12.786ZSep 06 23:58:11.988 INFO Starting download, target: Cockroach
19132026-09-06T23:58:12.786ZSep 06 23:58:11.988 INFO Starting download, target: Console
19142026-09-06T23:58:12.786ZSep 06 23:58:11.988 INFO Starting download, target: DendriteStub
19152026-09-06T23:58:12.786ZSep 06 23:58:11.988 INFO Starting download, target: MaghemiteMgd
19162026-09-06T23:58:12.787ZSep 06 23:58:11.988 INFO Starting download, target: MaghemiteDdmd
19172026-09-06T23:58:12.787ZSep 06 23:58:11.988 INFO Starting download, target: TransceiverControl
19182026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19192026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19202026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19212026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19222026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19232026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19242026-09-06T23:58:12.794ZSep 06 23:58:11.988 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19252026-09-06T23:58:13.357ZSep 06 23:58:12.545 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19262026-09-06T23:58:13.622ZSep 06 23:58:12.721 INFO Download complete, target: TransceiverControl
19272026-09-06T23:58:14.590ZSep 06 23:58:13.777 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19282026-09-06T23:58:14.902ZSep 06 23:58:14.084 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19292026-09-06T23:58:14.929ZSep 06 23:58:14.118 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19302026-09-06T23:58:15.095ZSep 06 23:58:14.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19312026-09-06T23:58:15.853ZSep 06 23:58:15.052 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19322026-09-06T23:58:15.853ZSep 06 23:58:15.052 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19332026-09-06T23:58:16.523ZSep 06 23:58:15.723 INFO Download complete, target: MaghemiteDdmd
19342026-09-06T23:58:17.433ZSep 06 23:58:16.634 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19352026-09-06T23:58:17.465ZSep 06 23:58:16.665 INFO Download complete, target: DendriteStub
19362026-09-06T23:58:17.509ZSep 06 23:58:16.712 INFO Download complete, target: MaghemiteMgd
19372026-09-06T23:58:17.655ZSep 06 23:58:16.857 INFO Download complete, target: Console
19382026-09-06T23:58:19.806ZSep 06 23:58:19.000 INFO Checking that binary works, target: Cockroach
19392026-09-06T23:58:19.936ZSep 06 23:58:19.137 INFO Download complete, target: Cockroach
19402026-09-06T23:58:20.216ZSep 06 23:58:19.419 INFO Checking that binary works, target: Clickhouse
19412026-09-06T23:58:20.316ZSep 06 23:58:19.512 INFO Download complete, target: Clickhouse
19422026-09-06T23:58:20.334ZAll builder prerequisites installed successfully, and PATH looks valid
19432026-09-06T23:58:20.338Z
19442026-09-06T23:58:20.338Zreal 1:53.885449379
19452026-09-06T23:58:20.338Zuser 7:50.292613990
19462026-09-06T23:58:20.338Zsys 2:53.088124643
19472026-09-06T23:58:20.338Ztrap 0.280107713
19482026-09-06T23:58:20.338Ztflt 1.282345838
19492026-09-06T23:58:20.338Zdflt 2.562966964
19502026-09-06T23:58:20.338Zkflt 0.024101554
19512026-09-06T23:58:20.338Zlock 31:13.188433170
19522026-09-06T23:58:20.338Zslp 20:03.407068718
19532026-09-06T23:58:20.338Zlat 21.214010937
19542026-09-06T23:58:20.338Zstop 7:29.690711001
19552026-09-06T23:58:20.338Z++ bmat factory name
19562026-09-06T23:58:20.345Z++ bmat factory private
19572026-09-06T23:58:20.353Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-050c2d3a42c1637ba '{
19582026-09-06T23:58:20.353Z buildomat: {
19592026-09-06T23:58:20.353Z factory: {
19602026-09-06T23:58:20.353Z name: $bmat_factory_name,
19612026-09-06T23:58:20.353Z private: $bmat_factory_private,
19622026-09-06T23:58:20.353Z },
19632026-09-06T23:58:20.353Z },
19642026-09-06T23:58:20.353Z }'
19652026-09-06T23:58:20.375Z+ banner ls-apis
19662026-09-06T23:58:20.378Z
19672026-09-06T23:58:20.378Z # #### ## ##### # ####
19682026-09-06T23:58:20.378Z # # # # # # # #
19692026-09-06T23:58:20.378Z # #### ##### # # # # # ####
19702026-09-06T23:58:20.378Z # # ###### ##### # #
19712026-09-06T23:58:20.378Z # # # # # # # # #
19722026-09-06T23:58:20.378Z ###### #### # # # # ####
19732026-09-06T23:58:20.378Z
19742026-09-06T23:58:20.381Z+ source ./tools/include/force-git-over-https.sh
19752026-09-06T23:58:20.381Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19762026-09-06T23:58:20.381Z++ (( i = 0 ))
19772026-09-06T23:58:20.381Z++ (( i < 5 ))
19782026-09-06T23:58:20.381Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19792026-09-06T23:58:20.386Z++ (( i++ ))
19802026-09-06T23:58:20.386Z++ (( i < 5 ))
19812026-09-06T23:58:20.386Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19822026-09-06T23:58:20.390Z++ (( i++ ))
19832026-09-06T23:58:20.390Z++ (( i < 5 ))
19842026-09-06T23:58:20.390Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19852026-09-06T23:58:20.390Z++ (( i++ ))
19862026-09-06T23:58:20.390Z++ (( i < 5 ))
19872026-09-06T23:58:20.390Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19882026-09-06T23:58:20.394Z++ (( i++ ))
19892026-09-06T23:58:20.394Z++ (( i < 5 ))
19902026-09-06T23:58:20.394Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19912026-09-06T23:58:20.401Z++ (( i++ ))
19922026-09-06T23:58:20.401Z++ (( i < 5 ))
19932026-09-06T23:58:20.401Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19942026-09-06T23:58:20.401Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19952026-09-06T23:58:20.401Z+ ptime -m cargo xtask ls-apis apis
19962026-09-06T23:58:20.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19972026-09-06T23:58:20.898Z Running `target/debug/xtask ls-apis apis`
19982026-09-06T23:58:21.695Z Compiling semver v0.1.20
19992026-09-06T23:58:21.815Z Compiling parse-display-derive v0.10.0
20002026-09-06T23:58:21.818Z Compiling topological-sort v0.2.2
20012026-09-06T23:58:21.818Z Compiling itertools v0.14.0
20022026-09-06T23:58:21.818Z Compiling indent_write v2.2.0
20032026-09-06T23:58:21.923Z Compiling omicron-zone-package v0.12.3
20042026-09-06T23:58:21.951Z Compiling rustc_version v0.1.7
20052026-09-06T23:58:22.145Z Compiling newtype_derive v0.1.6
20062026-09-06T23:58:22.430Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
20072026-09-06T23:58:22.977Z Compiling parse-display v0.10.0
20082026-09-06T23:58:23.112Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
20092026-09-06T23:58:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
20102026-09-06T23:58:27.773Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
20112026-09-06T23:58:27.773Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
20122026-09-06T23:58:27.892Z Running `target/debug/ls-apis apis`
20132026-09-06T23:58:27.906Zloading metadata for workspace omicron from current workspace
20142026-09-06T23:58:32.254Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
20152026-09-06T23:58:32.254Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
20162026-09-06T23:58:32.276Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20172026-09-06T23:58:32.279Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20182026-09-06T23:58:32.280Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20192026-09-06T23:58:32.280Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
20202026-09-06T23:58:32.280Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20212026-09-06T23:58:32.281Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20222026-09-06T23:58:59.488Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20232026-09-06T23:58:59.552Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20242026-09-06T23:58:59.851ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
20252026-09-06T23:58:59.851Z consumed by: wicketd (omicron/wicketd) via 1 path
20262026-09-06T23:58:59.851Z
20272026-09-06T23:58:59.851ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
20282026-09-06T23:58:59.851Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20292026-09-06T23:58:59.874Z
20302026-09-06T23:58:59.874ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
20312026-09-06T23:58:59.874Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20322026-09-06T23:58:59.874Z
20332026-09-06T23:58:59.875ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
20342026-09-06T23:58:59.875Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20352026-09-06T23:58:59.875Z
20362026-09-06T23:58:59.875ZCockroachDB Cluster Admin (client: cockroach-admin-client)
20372026-09-06T23:58:59.875Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20382026-09-06T23:58:59.875Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20392026-09-06T23:58:59.875Z
20402026-09-06T23:58:59.875ZCrucible Agent (client: crucible-agent-client)
20412026-09-06T23:58:59.875Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20422026-09-06T23:58:59.876Z
20432026-09-06T23:58:59.876ZCrucible Control (for testing only) (client: crucible-control-client)
20442026-09-06T23:58:59.876Z
20452026-09-06T23:58:59.876ZCrucible Pantry (client: crucible-pantry-client)
20462026-09-06T23:58:59.876Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20472026-09-06T23:58:59.876Z
20482026-09-06T23:58:59.876ZMaghemite DDM Admin (client: ddm-admin-client)
20492026-09-06T23:58:59.876Z consumed by: installinator (omicron/installinator) via 1 path
20502026-09-06T23:58:59.876Z consumed by: mgd (maghemite/mgd) via 1 path
20512026-09-06T23:58:59.876Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20522026-09-06T23:58:59.876Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20532026-09-06T23:58:59.876Z consumed by: sush-proxy (omicron/sush-proxy) via 1 path
20542026-09-06T23:58:59.876Z consumed by: wicketd (omicron/wicketd) via 1 path
20552026-09-06T23:58:59.877Z
20562026-09-06T23:58:59.877ZDNS Server (client: dns-service-client)
20572026-09-06T23:58:59.877Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20582026-09-06T23:58:59.877Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20592026-09-06T23:58:59.877Z
20602026-09-06T23:58:59.877ZDendrite DPD (client: dpd-client)
20612026-09-06T23:58:59.877Z consumed by: ddmd (maghemite/ddmd) via 2 paths
20622026-09-06T23:58:59.877Z consumed by: lldpd (lldp/lldpd) via 2 paths
20632026-09-06T23:58:59.877Z consumed by: mgd (maghemite/mgd) via 1 path
20642026-09-06T23:58:59.877Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20652026-09-06T23:58:59.877Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20662026-09-06T23:58:59.877Z consumed by: tfportd (dendrite/tfportd) via 2 paths
20672026-09-06T23:58:59.877Z consumed by: wicketd (omicron/wicketd) via 2 paths
20682026-09-06T23:58:59.877Z
20692026-09-06T23:58:59.877ZDownstairs Controller (debugging only) (client: dsc-client)
20702026-09-06T23:58:59.878Z
20712026-09-06T23:58:59.878ZManagement Gateway Service (client: gateway-client)
20722026-09-06T23:58:59.889Z consumed by: dpd (dendrite/dpd) via 1 path
20732026-09-06T23:58:59.889Z consumed by: lldpd (lldp/lldpd) via 1 path
20742026-09-06T23:58:59.889Z consumed by: mgd (maghemite/mgd) via 1 path
20752026-09-06T23:58:59.889Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20762026-09-06T23:58:59.889Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
20772026-09-06T23:58:59.889Z consumed by: sush-proxy (omicron/sush-proxy) via 1 path
20782026-09-06T23:58:59.889Z consumed by: wicketd (omicron/wicketd) via 3 paths
20792026-09-06T23:58:59.889Z
20802026-09-06T23:58:59.889ZWicketd Installinator (client: installinator-client)
20812026-09-06T23:58:59.889Z consumed by: installinator (omicron/installinator) via 1 path
20822026-09-06T23:58:59.889Z
20832026-09-06T23:58:59.890ZLLDP daemon (client: lldpd-client)
20842026-09-06T23:58:59.890Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20852026-09-06T23:58:59.890Z consumed by: tfportd (dendrite/tfportd) via 1 path
20862026-09-06T23:58:59.890Z
20872026-09-06T23:58:59.890ZMaghemite MG Admin (client: mg-admin-client)
20882026-09-06T23:58:59.890Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20892026-09-06T23:58:59.890Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20902026-09-06T23:58:59.890Z
20912026-09-06T23:58:59.890ZNexus Internal API (client: nexus-client)
20922026-09-06T23:58:59.890Z consumed by: crucible-pantry (crucible/pantry) via 1 path
20932026-09-06T23:58:59.890Z consumed by: dpd (dendrite/dpd) via 1 path
20942026-09-06T23:58:59.890Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20952026-09-06T23:58:59.890Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
20962026-09-06T23:58:59.890Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
20972026-09-06T23:58:59.890Z
20982026-09-06T23:58:59.890ZNexus Internal Lockstep API (client: nexus-lockstep-client)
20992026-09-06T23:58:59.890Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21002026-09-06T23:58:59.890Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
21012026-09-06T23:58:59.890Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
21022026-09-06T23:58:59.891Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
21032026-09-06T23:58:59.891Z
21042026-09-06T23:58:59.891ZNTP Admin (client: ntp-admin-client)
21052026-09-06T23:58:59.891Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21062026-09-06T23:58:59.891Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21072026-09-06T23:58:59.891Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
21082026-09-06T23:58:59.891Z
21092026-09-06T23:58:59.891ZExternal API (client: oxide-client)
21102026-09-06T23:58:59.891Z
21112026-09-06T23:58:59.891ZOximeter (client: oximeter-client)
21122026-09-06T23:58:59.891Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21132026-09-06T23:58:59.891Z
21142026-09-06T23:58:59.892ZPropolis (client: propolis-client)
21152026-09-06T23:58:59.892Z consumed by: omicron-nexus (omicron/nexus) via 1 path
21162026-09-06T23:58:59.892Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21172026-09-06T23:58:59.892Z
21182026-09-06T23:58:59.892ZCrucible Repair (client: repair-client)
21192026-09-06T23:58:59.892Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
21202026-09-06T23:58:59.892Z
21212026-09-06T23:58:59.892ZRepo Depot API (client: repo-depot-client)
21222026-09-06T23:58:59.892Z consumed by: omicron-nexus (omicron/nexus) via 1 path
21232026-09-06T23:58:59.892Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21242026-09-06T23:58:59.892Z
21252026-09-06T23:58:59.893ZSled Agent (client: sled-agent-client)
21262026-09-06T23:58:59.893Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
21272026-09-06T23:58:59.893Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
21282026-09-06T23:58:59.893Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
21292026-09-06T23:58:59.893Z
21302026-09-06T23:58:59.893ZWicketd (client: wicketd-client)
21312026-09-06T23:58:59.893Z
21322026-09-06T23:58:59.893ZWicketd Commission (client: wicketd-commission-client)
21332026-09-06T23:58:59.894Z
21342026-09-06T23:58:59.979Z
21352026-09-06T23:58:59.988Zreal 39.557561212
21362026-09-06T23:58:59.988Zuser 30.363715211
21372026-09-06T23:58:59.988Zsys 10.041404874
21382026-09-06T23:58:59.988Ztrap 0.003799570
21392026-09-06T23:58:59.988Ztflt 0.057475742
21402026-09-06T23:58:59.988Zdflt 0.079926200
21412026-09-06T23:58:59.988Zkflt 0.000050712
21422026-09-06T23:58:59.988Zlock 3:52.932262807
21432026-09-06T23:58:59.988Zslp 6:17.830868189
21442026-09-06T23:58:59.988Zlat 0.881818761
21452026-09-06T23:58:59.988Zstop 1.575006515
21462026-09-06T23:58:59.988Z+ ptime -m cargo xtask ls-apis deployment-units
21472026-09-06T23:59:00.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-09-06T23:59:00.507Z Running `target/debug/xtask ls-apis deployment-units`
21492026-09-06T23:59:01.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21502026-09-06T23:59:01.352Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21512026-09-06T23:59:01.352Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21522026-09-06T23:59:01.413Z Running `target/debug/ls-apis deployment-units`
21532026-09-06T23:59:01.470Zloading metadata for workspace omicron from current workspace
21542026-09-06T23:59:02.588Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
21552026-09-06T23:59:02.588Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
21562026-09-06T23:59:02.624Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
21572026-09-06T23:59:02.633Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
21582026-09-06T23:59:02.633Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
21592026-09-06T23:59:02.633Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
21602026-09-06T23:59:02.633Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
21612026-09-06T23:59:02.633Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21622026-09-06T23:59:05.279Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21632026-09-06T23:59:05.330Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21642026-09-06T23:59:05.665ZClickHouse
21652026-09-06T23:59:05.665Z omicron-clickhouse-admin (omicron/clickhouse-admin)
21662026-09-06T23:59:05.665Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21672026-09-06T23:59:05.665Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21682026-09-06T23:59:05.665Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21692026-09-06T23:59:05.665Z
21702026-09-06T23:59:05.665Z
21712026-09-06T23:59:05.665ZCockroach
21722026-09-06T23:59:05.665Z omicron-cockroach-admin (omicron/cockroach-admin)
21732026-09-06T23:59:05.666Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21742026-09-06T23:59:05.666Z
21752026-09-06T23:59:05.666Z
21762026-09-06T23:59:05.666ZCrucible
21772026-09-06T23:59:05.666Z crucible-agent (crucible/agent)
21782026-09-06T23:59:05.666Z exposes: Crucible Agent (client = crucible-agent-client)
21792026-09-06T23:59:05.666Z
21802026-09-06T23:59:05.666Z crucible-downstairs (crucible/downstairs)
21812026-09-06T23:59:05.719Z exposes: Crucible Repair (client = repair-client)
21822026-09-06T23:59:05.720Z consumes: repair-client
21832026-09-06T23:59:05.720Z
21842026-09-06T23:59:05.720Z
21852026-09-06T23:59:05.720ZCrucible Pantry
21862026-09-06T23:59:05.720Z crucible-pantry (crucible/pantry)
21872026-09-06T23:59:05.720Z exposes: Crucible Pantry (client = crucible-pantry-client)
21882026-09-06T23:59:05.720Z consumes: nexus-client
21892026-09-06T23:59:05.720Z
21902026-09-06T23:59:05.720Z
21912026-09-06T23:59:05.720ZDNS Server
21922026-09-06T23:59:05.720Z dns-server (omicron/dns-server)
21932026-09-06T23:59:05.720Z exposes: DNS Server (client = dns-service-client)
21942026-09-06T23:59:05.721Z
21952026-09-06T23:59:05.721Z
21962026-09-06T23:59:05.721ZHost OS
21972026-09-06T23:59:05.721Z ddmd (maghemite/ddmd)
21982026-09-06T23:59:05.721Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21992026-09-06T23:59:05.721Z consumes: dpd-client (intra-deployment-unit-only)
22002026-09-06T23:59:05.721Z
22012026-09-06T23:59:05.721Z dpd (dendrite/dpd)
22022026-09-06T23:59:05.721Z exposes: Dendrite DPD (client = dpd-client)
22032026-09-06T23:59:05.721Z consumes: gateway-client (intra-deployment-unit-only)
22042026-09-06T23:59:05.722Z consumes: nexus-client
22052026-09-06T23:59:05.722Z
22062026-09-06T23:59:05.722Z lldpd (lldp/lldpd)
22072026-09-06T23:59:05.725Z exposes: LLDP daemon (client = lldpd-client)
22082026-09-06T23:59:05.725Z consumes: dpd-client (intra-deployment-unit-only)
22092026-09-06T23:59:05.725Z consumes: gateway-client (intra-deployment-unit-only)
22102026-09-06T23:59:05.726Z
22112026-09-06T23:59:05.726Z mgd (maghemite/mgd)
22122026-09-06T23:59:05.726Z exposes: Maghemite MG Admin (client = mg-admin-client)
22132026-09-06T23:59:05.726Z consumes: ddm-admin-client (intra-deployment-unit-only)
22142026-09-06T23:59:05.726Z consumes: dpd-client (intra-deployment-unit-only)
22152026-09-06T23:59:05.726Z consumes: gateway-client (intra-deployment-unit-only)
22162026-09-06T23:59:05.726Z
22172026-09-06T23:59:05.726Z omicron-gateway (omicron/gateway)
22182026-09-06T23:59:05.726Z exposes: Management Gateway Service (client = gateway-client)
22192026-09-06T23:59:05.726Z
22202026-09-06T23:59:05.726Z omicron-sled-agent (omicron/sled-agent)
22212026-09-06T23:59:05.726Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22222026-09-06T23:59:05.726Z exposes: Repo Depot API (client = repo-depot-client)
22232026-09-06T23:59:05.726Z exposes: Sled Agent (client = sled-agent-client)
22242026-09-06T23:59:05.726Z consumes: ddm-admin-client (intra-deployment-unit-only)
22252026-09-06T23:59:05.726Z consumes: dpd-client (intra-deployment-unit-only)
22262026-09-06T23:59:05.727Z consumes: gateway-client (intra-deployment-unit-only)
22272026-09-06T23:59:05.727Z consumes: mg-admin-client (intra-deployment-unit-only)
22282026-09-06T23:59:05.727Z consumes: nexus-client
22292026-09-06T23:59:05.727Z consumes: nexus-lockstep-client
22302026-09-06T23:59:05.727Z consumes: ntp-admin-client
22312026-09-06T23:59:05.727Z consumes: propolis-client (intra-deployment-unit-only)
22322026-09-06T23:59:05.727Z consumes: repo-depot-client
22332026-09-06T23:59:05.727Z
22342026-09-06T23:59:05.727Z propolis-server (propolis/bin/propolis-server)
22352026-09-06T23:59:05.727Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22362026-09-06T23:59:05.727Z exposes: Propolis (client = propolis-client)
22372026-09-06T23:59:05.727Z consumes: nexus-client
22382026-09-06T23:59:05.727Z consumes: sled-agent-client (intra-deployment-unit-only)
22392026-09-06T23:59:05.727Z
22402026-09-06T23:59:05.727Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22412026-09-06T23:59:05.727Z consumes: cockroach-admin-client
22422026-09-06T23:59:05.727Z consumes: ddm-admin-client
22432026-09-06T23:59:05.727Z consumes: dns-service-client
22442026-09-06T23:59:05.727Z consumes: nexus-lockstep-client
22452026-09-06T23:59:05.727Z consumes: ntp-admin-client
22462026-09-06T23:59:05.727Z consumes: sled-agent-client
22472026-09-06T23:59:05.727Z
22482026-09-06T23:59:05.727Z sush-proxy (omicron/sush-proxy)
22492026-09-06T23:59:05.727Z consumes: ddm-admin-client (intra-deployment-unit-only)
22502026-09-06T23:59:05.727Z consumes: gateway-client (intra-deployment-unit-only)
22512026-09-06T23:59:05.727Z
22522026-09-06T23:59:05.727Z tfportd (dendrite/tfportd)
22532026-09-06T23:59:05.728Z consumes: dpd-client (intra-deployment-unit-only)
22542026-09-06T23:59:05.728Z consumes: lldpd-client (intra-deployment-unit-only)
22552026-09-06T23:59:05.728Z
22562026-09-06T23:59:05.728Z wicketd (omicron/wicketd)
22572026-09-06T23:59:05.728Z exposes: Wicketd Installinator (client = installinator-client)
22582026-09-06T23:59:05.728Z exposes: Wicketd (client = wicketd-client)
22592026-09-06T23:59:05.728Z exposes: Wicketd Commission (client = wicketd-commission-client)
22602026-09-06T23:59:05.728Z consumes: bootstrap-agent-lockstep-client
22612026-09-06T23:59:05.728Z consumes: ddm-admin-client (intra-deployment-unit-only)
22622026-09-06T23:59:05.728Z consumes: dpd-client (intra-deployment-unit-only)
22632026-09-06T23:59:05.728Z consumes: gateway-client (intra-deployment-unit-only)
22642026-09-06T23:59:05.728Z
22652026-09-06T23:59:05.728Z
22662026-09-06T23:59:05.729ZInstallinator
22672026-09-06T23:59:05.729Z installinator (omicron/installinator)
22682026-09-06T23:59:05.729Z consumes: ddm-admin-client
22692026-09-06T23:59:05.729Z consumes: installinator-client
22702026-09-06T23:59:05.729Z
22712026-09-06T23:59:05.729Z
22722026-09-06T23:59:05.729ZNTP
22732026-09-06T23:59:05.729Z omicron-ntp-admin (omicron/ntp-admin)
22742026-09-06T23:59:05.729Z exposes: NTP Admin (client = ntp-admin-client)
22752026-09-06T23:59:05.729Z
22762026-09-06T23:59:05.729Z
22772026-09-06T23:59:05.729ZNexus
22782026-09-06T23:59:05.729Z omicron-nexus (omicron/nexus)
22792026-09-06T23:59:05.729Z exposes: Nexus Internal API (client = nexus-client)
22802026-09-06T23:59:05.729Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22812026-09-06T23:59:05.747Z exposes: External API (client = oxide-client)
22822026-09-06T23:59:05.747Z consumes: clickhouse-admin-keeper-client
22832026-09-06T23:59:05.747Z consumes: clickhouse-admin-server-client
22842026-09-06T23:59:05.747Z consumes: clickhouse-admin-single-client
22852026-09-06T23:59:05.747Z consumes: cockroach-admin-client
22862026-09-06T23:59:05.747Z consumes: crucible-agent-client
22872026-09-06T23:59:05.748Z consumes: crucible-pantry-client
22882026-09-06T23:59:05.748Z consumes: dns-service-client
22892026-09-06T23:59:05.748Z consumes: dpd-client
22902026-09-06T23:59:05.748Z consumes: gateway-client
22912026-09-06T23:59:05.748Z consumes: lldpd-client
22922026-09-06T23:59:05.748Z consumes: mg-admin-client
22932026-09-06T23:59:05.755Z consumes: ntp-admin-client
22942026-09-06T23:59:05.756Z consumes: oximeter-client
22952026-09-06T23:59:05.756Z consumes: propolis-client
22962026-09-06T23:59:05.756Z consumes: repo-depot-client
22972026-09-06T23:59:05.756Z consumes: sled-agent-client
22982026-09-06T23:59:05.756Z
22992026-09-06T23:59:05.756Z
23002026-09-06T23:59:05.756ZOximeter
23012026-09-06T23:59:05.756Z oximeter-collector (omicron/oximeter/collector)
23022026-09-06T23:59:05.756Z exposes: Oximeter (client = oximeter-client)
23032026-09-06T23:59:05.757Z consumes: nexus-client
23042026-09-06T23:59:05.757Z
23052026-09-06T23:59:05.757Z
23062026-09-06T23:59:05.757Z
23072026-09-06T23:59:05.757Zreal 5.724902622
23082026-09-06T23:59:05.757Zuser 4.884801580
23092026-09-06T23:59:05.757Zsys 2.149192014
23102026-09-06T23:59:05.757Ztrap 0.000596697
23112026-09-06T23:59:05.757Ztflt 0.000039531
23122026-09-06T23:59:05.757Zdflt 0.001448382
23132026-09-06T23:59:05.758Zkflt 0.000011648
23142026-09-06T23:59:05.758Zlock 2.151128417
23152026-09-06T23:59:05.758Zslp 25.278420299
23162026-09-06T23:59:05.758Zlat 0.083264862
23172026-09-06T23:59:05.758Zstop 0.009033775
23182026-09-06T23:59:05.758Z+ ptime -m cargo xtask ls-apis servers
23192026-09-06T23:59:06.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
23202026-09-06T23:59:06.244Z Running `target/debug/xtask ls-apis servers`
23212026-09-06T23:59:07.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23222026-09-06T23:59:07.051Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23232026-09-06T23:59:07.051Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23242026-09-06T23:59:07.104Z Running `target/debug/ls-apis servers`
23252026-09-06T23:59:07.161Zloading metadata for workspace omicron from current workspace
23262026-09-06T23:59:08.204Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
23272026-09-06T23:59:08.204Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
23282026-09-06T23:59:08.217Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23292026-09-06T23:59:08.225Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
23302026-09-06T23:59:08.225Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23312026-09-06T23:59:08.225Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
23322026-09-06T23:59:08.225Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
23332026-09-06T23:59:08.225Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
23342026-09-06T23:59:10.663Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23352026-09-06T23:59:10.739Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23362026-09-06T23:59:11.088Zcrucible-agent (crucible/agent)
23372026-09-06T23:59:11.088Z exposes: Crucible Agent (client = crucible-agent-client)
23382026-09-06T23:59:11.088Z
23392026-09-06T23:59:11.088Zcrucible-downstairs (crucible/downstairs)
23402026-09-06T23:59:11.088Z exposes: Crucible Repair (client = repair-client)
23412026-09-06T23:59:11.109Z consumes: repair-client
23422026-09-06T23:59:11.109Z
23432026-09-06T23:59:11.109Zcrucible-pantry (crucible/pantry)
23442026-09-06T23:59:11.109Z exposes: Crucible Pantry (client = crucible-pantry-client)
23452026-09-06T23:59:11.109Z consumes: nexus-client
23462026-09-06T23:59:11.109Z
23472026-09-06T23:59:11.109Zddmd (maghemite/ddmd)
23482026-09-06T23:59:11.110Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
23492026-09-06T23:59:11.110Z consumes: dpd-client (intra-deployment-unit-only)
23502026-09-06T23:59:11.110Z
23512026-09-06T23:59:11.110Zdns-server (omicron/dns-server)
23522026-09-06T23:59:11.110Z exposes: DNS Server (client = dns-service-client)
23532026-09-06T23:59:11.110Z
23542026-09-06T23:59:11.110Zdpd (dendrite/dpd)
23552026-09-06T23:59:11.110Z exposes: Dendrite DPD (client = dpd-client)
23562026-09-06T23:59:11.110Z consumes: gateway-client (intra-deployment-unit-only)
23572026-09-06T23:59:11.110Z consumes: nexus-client
23582026-09-06T23:59:11.110Z
23592026-09-06T23:59:11.110Zinstallinator (omicron/installinator)
23602026-09-06T23:59:11.110Z consumes: ddm-admin-client
23612026-09-06T23:59:11.110Z consumes: installinator-client
23622026-09-06T23:59:11.110Z
23632026-09-06T23:59:11.111Zlldpd (lldp/lldpd)
23642026-09-06T23:59:11.111Z exposes: LLDP daemon (client = lldpd-client)
23652026-09-06T23:59:11.111Z consumes: dpd-client (intra-deployment-unit-only)
23662026-09-06T23:59:11.111Z consumes: gateway-client (intra-deployment-unit-only)
23672026-09-06T23:59:11.111Z
23682026-09-06T23:59:11.112Zmgd (maghemite/mgd)
23692026-09-06T23:59:11.112Z exposes: Maghemite MG Admin (client = mg-admin-client)
23702026-09-06T23:59:11.112Z consumes: ddm-admin-client (intra-deployment-unit-only)
23712026-09-06T23:59:11.112Z consumes: dpd-client (intra-deployment-unit-only)
23722026-09-06T23:59:11.112Z consumes: gateway-client (intra-deployment-unit-only)
23732026-09-06T23:59:11.112Z
23742026-09-06T23:59:11.112Zomicron-clickhouse-admin (omicron/clickhouse-admin)
23752026-09-06T23:59:11.112Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
23762026-09-06T23:59:11.112Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
23772026-09-06T23:59:11.112Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
23782026-09-06T23:59:11.112Z
23792026-09-06T23:59:11.112Zomicron-cockroach-admin (omicron/cockroach-admin)
23802026-09-06T23:59:11.112Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23812026-09-06T23:59:11.112Z
23822026-09-06T23:59:11.112Zomicron-gateway (omicron/gateway)
23832026-09-06T23:59:11.112Z exposes: Management Gateway Service (client = gateway-client)
23842026-09-06T23:59:11.113Z
23852026-09-06T23:59:11.113Zomicron-nexus (omicron/nexus)
23862026-09-06T23:59:11.113Z exposes: Nexus Internal API (client = nexus-client)
23872026-09-06T23:59:11.113Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23882026-09-06T23:59:11.113Z exposes: External API (client = oxide-client)
23892026-09-06T23:59:11.113Z consumes: clickhouse-admin-keeper-client
23902026-09-06T23:59:11.113Z consumes: clickhouse-admin-server-client
23912026-09-06T23:59:11.113Z consumes: clickhouse-admin-single-client
23922026-09-06T23:59:11.113Z consumes: cockroach-admin-client
23932026-09-06T23:59:11.114Z consumes: crucible-agent-client
23942026-09-06T23:59:11.114Z consumes: crucible-pantry-client
23952026-09-06T23:59:11.114Z consumes: dns-service-client
23962026-09-06T23:59:11.114Z consumes: dpd-client
23972026-09-06T23:59:11.114Z consumes: gateway-client
23982026-09-06T23:59:11.114Z consumes: lldpd-client
23992026-09-06T23:59:11.114Z consumes: mg-admin-client
24002026-09-06T23:59:11.115Z consumes: ntp-admin-client
24012026-09-06T23:59:11.115Z consumes: oximeter-client
24022026-09-06T23:59:11.115Z consumes: propolis-client
24032026-09-06T23:59:11.115Z consumes: repo-depot-client
24042026-09-06T23:59:11.115Z consumes: sled-agent-client
24052026-09-06T23:59:11.115Z
24062026-09-06T23:59:11.115Zomicron-ntp-admin (omicron/ntp-admin)
24072026-09-06T23:59:11.115Z exposes: NTP Admin (client = ntp-admin-client)
24082026-09-06T23:59:11.115Z
24092026-09-06T23:59:11.115Zomicron-sled-agent (omicron/sled-agent)
24102026-09-06T23:59:11.115Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
24112026-09-06T23:59:11.115Z exposes: Repo Depot API (client = repo-depot-client)
24122026-09-06T23:59:11.115Z exposes: Sled Agent (client = sled-agent-client)
24132026-09-06T23:59:11.115Z consumes: ddm-admin-client (intra-deployment-unit-only)
24142026-09-06T23:59:11.115Z consumes: dpd-client (intra-deployment-unit-only)
24152026-09-06T23:59:11.115Z consumes: gateway-client (intra-deployment-unit-only)
24162026-09-06T23:59:11.116Z consumes: mg-admin-client (intra-deployment-unit-only)
24172026-09-06T23:59:11.116Z consumes: nexus-client
24182026-09-06T23:59:11.116Z consumes: nexus-lockstep-client
24192026-09-06T23:59:11.116Z consumes: ntp-admin-client
24202026-09-06T23:59:11.116Z consumes: propolis-client (intra-deployment-unit-only)
24212026-09-06T23:59:11.116Z consumes: repo-depot-client
24222026-09-06T23:59:11.116Z
24232026-09-06T23:59:11.116Zoximeter-collector (omicron/oximeter/collector)
24242026-09-06T23:59:11.116Z exposes: Oximeter (client = oximeter-client)
24252026-09-06T23:59:11.116Z consumes: nexus-client
24262026-09-06T23:59:11.116Z
24272026-09-06T23:59:11.116Zpropolis-server (propolis/bin/propolis-server)
24282026-09-06T23:59:11.116Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
24292026-09-06T23:59:11.116Z exposes: Propolis (client = propolis-client)
24302026-09-06T23:59:11.117Z consumes: nexus-client
24312026-09-06T23:59:11.117Z consumes: sled-agent-client (intra-deployment-unit-only)
24322026-09-06T23:59:11.117Z
24332026-09-06T23:59:11.117Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
24342026-09-06T23:59:11.117Z consumes: cockroach-admin-client
24352026-09-06T23:59:11.117Z consumes: ddm-admin-client
24362026-09-06T23:59:11.117Z consumes: dns-service-client
24372026-09-06T23:59:11.117Z consumes: nexus-lockstep-client
24382026-09-06T23:59:11.117Z consumes: ntp-admin-client
24392026-09-06T23:59:11.117Z consumes: sled-agent-client
24402026-09-06T23:59:11.117Z
24412026-09-06T23:59:11.125Zsush-proxy (omicron/sush-proxy)
24422026-09-06T23:59:11.125Z consumes: ddm-admin-client (intra-deployment-unit-only)
24432026-09-06T23:59:11.125Z consumes: gateway-client (intra-deployment-unit-only)
24442026-09-06T23:59:11.125Z
24452026-09-06T23:59:11.125Ztfportd (dendrite/tfportd)
24462026-09-06T23:59:11.125Z consumes: dpd-client (intra-deployment-unit-only)
24472026-09-06T23:59:11.125Z consumes: lldpd-client (intra-deployment-unit-only)
24482026-09-06T23:59:11.125Z
24492026-09-06T23:59:11.125Zwicketd (omicron/wicketd)
24502026-09-06T23:59:11.125Z exposes: Wicketd Installinator (client = installinator-client)
24512026-09-06T23:59:11.125Z exposes: Wicketd (client = wicketd-client)
24522026-09-06T23:59:11.125Z exposes: Wicketd Commission (client = wicketd-commission-client)
24532026-09-06T23:59:11.125Z consumes: bootstrap-agent-lockstep-client
24542026-09-06T23:59:11.125Z consumes: ddm-admin-client (intra-deployment-unit-only)
24552026-09-06T23:59:11.125Z consumes: dpd-client (intra-deployment-unit-only)
24562026-09-06T23:59:11.125Z consumes: gateway-client (intra-deployment-unit-only)
24572026-09-06T23:59:11.125Z
24582026-09-06T23:59:11.179Z
24592026-09-06T23:59:11.179Zreal 5.407842967
24602026-09-06T23:59:11.179Zuser 4.804140212
24612026-09-06T23:59:11.179Zsys 1.907504260
24622026-09-06T23:59:11.204Ztrap 0.000446878
24632026-09-06T23:59:11.204Ztflt 0.000050708
24642026-09-06T23:59:11.204Zdflt 0.000468003
24652026-09-06T23:59:11.204Zkflt 0.000023818
24662026-09-06T23:59:11.204Zlock 2.092286101
24672026-09-06T23:59:11.204Zslp 23.352977049
24682026-09-06T23:59:11.204Zlat 0.038599479
24692026-09-06T23:59:11.204Zstop 0.009413525
24702026-09-06T23:59:11.204Z+ ptime -m cargo xtask ls-apis check
24712026-09-06T23:59:11.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
24722026-09-06T23:59:11.671Z Running `target/debug/xtask ls-apis check`
24732026-09-06T23:59:12.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24742026-09-06T23:59:12.450Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
24752026-09-06T23:59:12.450Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
24762026-09-06T23:59:12.512Z Running `target/debug/ls-apis check`
24772026-09-06T23:59:12.575Zloading metadata for workspace omicron from current workspace
24782026-09-06T23:59:13.652Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24792026-09-06T23:59:13.652Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24802026-09-06T23:59:13.668Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24812026-09-06T23:59:13.674Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24822026-09-06T23:59:13.674Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24832026-09-06T23:59:13.674Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24842026-09-06T23:59:13.674Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24852026-09-06T23:59:13.674Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24862026-09-06T23:59:16.141Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24872026-09-06T23:59:16.215Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24882026-09-06T23:59:16.650Z
24892026-09-06T23:59:16.650Z
24902026-09-06T23:59:16.650ZServer-managed APIs:
24912026-09-06T23:59:16.650Z
24922026-09-06T23:59:16.650Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
24932026-09-06T23:59:16.650Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
24942026-09-06T23:59:16.650Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
24952026-09-06T23:59:16.650Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
24962026-09-06T23:59:16.650Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
24972026-09-06T23:59:16.650Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
24982026-09-06T23:59:16.650Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
24992026-09-06T23:59:16.650Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
25002026-09-06T23:59:16.650Z DNS Server (dns-service-client, exposed by dns-server)
25012026-09-06T23:59:16.650Z Dendrite DPD (dpd-client, exposed by dpd)
25022026-09-06T23:59:16.650Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
25032026-09-06T23:59:16.650Z LLDP daemon (lldpd-client, exposed by lldpd)
25042026-09-06T23:59:16.650Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
25052026-09-06T23:59:16.650Z External API (oxide-client, exposed by omicron-nexus)
25062026-09-06T23:59:16.651Z Oximeter (oximeter-client, exposed by oximeter-collector)
25072026-09-06T23:59:16.651Z Propolis (propolis-client, exposed by propolis-server)
25082026-09-06T23:59:16.651Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
25092026-09-06T23:59:16.651Z Wicketd (wicketd-client, exposed by wicketd)
25102026-09-06T23:59:16.651Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
25112026-09-06T23:59:16.651Z
25122026-09-06T23:59:16.651Z
25132026-09-06T23:59:16.651ZClient-managed API:
25142026-09-06T23:59:16.651Z
25152026-09-06T23:59:16.651Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
25162026-09-06T23:59:16.651Z reason: wicketd can wind up calling into sled agent on different sleds
25172026-09-06T23:59:16.651Z Wicketd Installinator (installinator-client, exposed by wicketd)
25182026-09-06T23:59:16.651Z reason: client is provided implicitly by the operator
25192026-09-06T23:59:16.652Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
25202026-09-06T23:59:16.652Z reason: Circular dependencies between Nexus and other services
25212026-09-06T23:59:16.652Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
25222026-09-06T23:59:16.652Z reason: Circular dependencies between Nexus and other services
25232026-09-06T23:59:16.652Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
25242026-09-06T23:59:16.652Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
25252026-09-06T23:59:16.655Z
25262026-09-06T23:59:16.655Z Crucible Repair (repair-client, exposed by crucible-downstairs)
25272026-09-06T23:59:16.655Z reason: depends on itself (i.e., instances call each other)
25282026-09-06T23:59:16.655Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
25292026-09-06T23:59:16.656Z reason: depends on itself (i.e., instances call each other)
25302026-09-06T23:59:16.656Z
25312026-09-06T23:59:16.656Z
25322026-09-06T23:59:16.656ZAPIs with unknown version management: none
25332026-09-06T23:59:16.656Z
25342026-09-06T23:59:16.656Z
25352026-09-06T23:59:16.656ZAPIs that failed consumer checks: none
25362026-09-06T23:59:16.746Z
25372026-09-06T23:59:16.746Zreal 5.550009431
25382026-09-06T23:59:16.746Zuser 4.949105024
25392026-09-06T23:59:16.746Zsys 1.903475940
25402026-09-06T23:59:16.750Ztrap 0.000672527
25412026-09-06T23:59:16.750Ztflt 0.000100181
25422026-09-06T23:59:16.750Zdflt 0.001301862
25432026-09-06T23:59:16.750Zkflt 0.000000000
25442026-09-06T23:59:16.750Zlock 2.089759501
25452026-09-06T23:59:16.750Zslp 23.608759920
25462026-09-06T23:59:16.750Zlat 0.055450753
25472026-09-06T23:59:16.750Zstop 0.008976915
25482026-09-06T23:59:16.750Z+ ptime -m cargo xtask ls-apis adoc
25492026-09-06T23:59:17.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
25502026-09-06T23:59:17.223Z Running `target/debug/xtask ls-apis adoc`
25512026-09-06T23:59:18.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25522026-09-06T23:59:18.040Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25532026-09-06T23:59:18.040Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25542026-09-06T23:59:18.094Z Running `target/debug/ls-apis adoc`
25552026-09-06T23:59:18.149Zloading metadata for workspace omicron from current workspace
25562026-09-06T23:59:19.232Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
25572026-09-06T23:59:19.242Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
25582026-09-06T23:59:19.249Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
25592026-09-06T23:59:19.252Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
25602026-09-06T23:59:19.253Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
25612026-09-06T23:59:19.253Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
25622026-09-06T23:59:19.253Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
25632026-09-06T23:59:19.257Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
25642026-09-06T23:59:21.705Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
25652026-09-06T23:59:21.781Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
25662026-09-06T23:59:22.219Z
25672026-09-06T23:59:22.224Zreal 5.443410773
25682026-09-06T23:59:22.224Zuser 4.834136891
25692026-09-06T23:59:22.224Zsys 1.869095774
25702026-09-06T23:59:22.224Ztrap 0.000584476
25712026-09-06T23:59:22.224Ztflt 0.000078349
25722026-09-06T23:59:22.224Zdflt 0.000268942
25732026-09-06T23:59:22.224Zkflt 0.000000000
25742026-09-06T23:59:22.224Zlock 2.087087172
25752026-09-06T23:59:22.225Zslp 23.168044408
25762026-09-06T23:59:22.225Zlat 0.043721816
25772026-09-06T23:59:22.225Zstop 0.009273955
25782026-09-06T23:59:22.225Z+ banner build
25792026-09-06T23:59:22.226Z
25802026-09-06T23:59:22.226Z ##### # # # # #####
25812026-09-06T23:59:22.226Z # # # # # # # #
25822026-09-06T23:59:22.226Z ##### # # # # # #
25832026-09-06T23:59:22.226Z # # # # # # # #
25842026-09-06T23:59:22.226Z # # # # # # # #
25852026-09-06T23:59:22.226Z ##### #### # ###### #####
25862026-09-06T23:59:22.226Z
25872026-09-06T23:59:22.226Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25882026-09-06T23:59:22.226Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
25892026-09-06T23:59:22.226Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
25902026-09-06T23:59:22.226Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
25912026-09-06T23:59:22.226Z+ [[ illumos == \i\l\l\u\m\o\s ]]
25922026-09-06T23:59:22.226Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
25932026-09-06T23:59:22.226Z+ export TMPDIR=/var/tmp/omicron_tmp
25942026-09-06T23:59:22.226Z+ TMPDIR=/var/tmp/omicron_tmp
25952026-09-06T23:59:22.227Z+ export RUST_BACKTRACE=1
25962026-09-06T23:59:22.227Z+ RUST_BACKTRACE=1
25972026-09-06T23:59:22.227Z+ export CARGO_INCREMENTAL=0
25982026-09-06T23:59:22.227Z+ CARGO_INCREMENTAL=0
25992026-09-06T23:59:22.227Z+ export RUSTC_BOOTSTRAP=1
26002026-09-06T23:59:22.227Z+ RUSTC_BOOTSTRAP=1
26012026-09-06T23:59:22.227Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
26022026-09-06T23:59:24.436Z Compiling proc-macro2 v1.0.106
26032026-09-06T23:59:24.436Z Compiling unicode-ident v1.0.24
26042026-09-06T23:59:24.440Z Compiling quote v1.0.45
26052026-09-06T23:59:24.440Z Compiling serde_core v1.0.228
26062026-09-06T23:59:24.440Z Compiling libc v0.2.185
26072026-09-06T23:59:24.440Z Compiling serde v1.0.228
26082026-09-06T23:59:24.440Z Compiling cfg-if v1.0.4
26092026-09-06T23:59:24.440Z Compiling memchr v2.8.0
26102026-09-06T23:59:24.440Z Compiling smallvec v1.15.1
26112026-09-06T23:59:24.440Z Compiling itoa v1.0.17
26122026-09-06T23:59:24.440Z Compiling autocfg v1.5.0
26132026-09-06T23:59:24.440Z Compiling rand_core v0.10.0
26142026-09-06T23:59:24.744Z Compiling log v0.4.33
26152026-09-06T23:59:24.773Z Compiling getrandom v0.4.3
26162026-09-06T23:59:24.805Z Compiling subtle v2.6.1
26172026-09-06T23:59:24.809Z Compiling libm v0.2.16
26182026-09-06T23:59:24.809Z Compiling version_check v0.9.5
26192026-09-06T23:59:24.809Z Compiling zmij v1.0.21
26202026-09-06T23:59:24.809Z Compiling serde_json v1.0.151
26212026-09-06T23:59:24.809Z Compiling typenum v1.20.1
26222026-09-06T23:59:24.809Z Compiling scopeguard v1.2.0
26232026-09-06T23:59:24.809Z Compiling stable_deref_trait v1.2.1
26242026-09-06T23:59:24.809Z Compiling percent-encoding v2.3.2
26252026-09-06T23:59:24.809Z Compiling writeable v0.6.2
26262026-09-06T23:59:24.809Z Compiling litemap v0.8.1
26272026-09-06T23:59:24.809Z Compiling icu_properties_data v2.1.2
26282026-09-06T23:59:24.809Z Compiling portable-atomic v1.13.1
26292026-09-06T23:59:24.809Z Compiling icu_normalizer_data v2.1.1
26302026-09-06T23:59:24.841Z Compiling zerocopy v0.8.55
26312026-09-06T23:59:24.845Z Compiling critical-section v1.2.0
26322026-09-06T23:59:24.845Z Compiling utf8_iter v1.0.4
26332026-09-06T23:59:24.845Z Compiling parking_lot_core v0.9.12
26342026-09-06T23:59:24.845Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=eff1f8fecbd4a720 -C extra-filename=-4d5c245a9f254975 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-09-06T23:59:24.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdff7d5c55ce8982 -C extra-filename=-01edd4035b1021f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362026-09-06T23:59:24.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=278c25e440ebef30 -C extra-filename=-7eb0dd905166207c --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-09-06T23:59:24.846Z Running `/home/build/.rustup/toolchains/1.98.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=d6cb111b739d8bf5 -C extra-filename=-52dbaf466546b099 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382026-09-06T23:59:24.847Z Running `/home/build/.rustup/toolchains/1.98.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.185/build.rs --error-format=json --json=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=baca10cf77422a41 -C extra-filename=-59ccc56aafbf0dee --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-09-06T23:59:24.873Z Running `/home/build/.rustup/toolchains/1.98.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=6e23ea87548b7c00 -C extra-filename=-c8afeb56cacd505f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-09-06T23:59:24.876Z Running `/home/build/.rustup/toolchains/1.98.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=db2b4c88475f9eeb -C extra-filename=-a721ae0a0e216d28 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-09-06T23:59:24.876Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ed7c868cdd8ed63c -C extra-filename=-054bf847d36a6b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-09-06T23:59:24.876Z Running `/home/build/.rustup/toolchains/1.98.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"' --cfg 'feature="union"' --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=fa747fe1346b6112 -C extra-filename=-42d369e13ef719c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-09-06T23:59:24.876Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5515520553f3fffc -C extra-filename=-70a8cc5d2f870e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-09-06T23:59:24.877Z Running `/home/build/.rustup/toolchains/1.98.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=d2fe1b0869a7ad2a -C extra-filename=-fc9e674395cc0336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-09-06T23:59:24.907Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "std"))' -C metadata=c9eabd266ecba1f4 -C extra-filename=-d7caaea247884269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-09-06T23:59:24.940Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-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("alloc", "default", "either"))' -C metadata=b09221e007ae2e3f -C extra-filename=-831282bd72d11aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-09-06T23:59:24.947Z Running `/home/build/.rustup/toolchains/1.98.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.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("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=8ec8bb269a2a01ef -C extra-filename=-e6dc7524b59a8579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-09-06T23:59:25.004Z Running `/home/build/.rustup/toolchains/1.98.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=913ed3aa362ff81a -C extra-filename=-d0b0ab0364544907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-09-06T23:59:25.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f222acdbe3227652 -C extra-filename=-7846492b1f457808 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-09-06T23:59:25.013Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.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="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=e4980f390cff7734 -C extra-filename=-038fdb619aeba623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-09-06T23:59:25.014Z Running `/home/build/.rustup/toolchains/1.98.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.151/build.rs --error-format=json --json=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=1fcd1a2c398dd224 -C extra-filename=-fcb363d9cd48bf9e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-09-06T23:59:25.014Z Running `/home/build/.rustup/toolchains/1.98.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.55/build.rs --error-format=json --json=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=87f70b652e128df0 -C extra-filename=-1c23f20d219beeec --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-09-06T23:59:25.014Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-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("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=be4d40f737e493ce -C extra-filename=-b46158ee2a5fb370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-09-06T23:59:25.014Z Running `/home/build/.rustup/toolchains/1.98.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=a0e2495a65581c65 -C extra-filename=-464edf1bc7384a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-09-06T23:59:25.014Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.33/src/lib.rs --error-format=json --json=diagnostic-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("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=5cde84225f47f960 -C extra-filename=-a96344eae1a3d1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-09-06T23:59:25.074Z Running `/home/build/.rustup/toolchains/1.98.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=9630b88813a4d048 -C extra-filename=-0bf5a646b561519f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-09-06T23:59:25.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-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=fc748f7a345c77c6 -C extra-filename=-6634508604fedff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-09-06T23:59:25.114Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --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"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2aa7e931676576d8 -C extra-filename=-d6d6fa3208e2d173 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-09-06T23:59:25.114Z Running `/home/build/.rustup/toolchains/1.98.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.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("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=e946b6f84d33fbfc -C extra-filename=-f3e2da0a7a1e8d07 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-09-06T23:59:25.114Z Running `/home/build/.rustup/toolchains/1.98.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=741a381567fd97ef -C extra-filename=-4670cbe31edcf09a --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-09-06T23:59:25.114Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=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(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=159fa6ef02e84e40 -C extra-filename=-4f49ed15b552742a --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-09-06T23:59:25.114Z Running `/home/build/.rustup/toolchains/1.98.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="const-generics"' --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=9cee82e0478ef9cd -C extra-filename=-a2d4823f85931691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-09-06T23:59:25.114Z Running `/home/build/.rustup/toolchains/1.98.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.13.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 '--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_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --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_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --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)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --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-privileged", "unsafe-assume-single-core"))' -C metadata=953f09365347315c -C extra-filename=-d8b6e87ac2b99dd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-09-06T23:59:25.115Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae19c5f6de8e59b4 -C extra-filename=-eb0a4b29e4e8f5ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652026-09-06T23:59:25.115Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e539b7d702ead5 -C extra-filename=-ba99a556c12daa03 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-09-06T23:59:25.115Z Compiling allocator-api2 v0.2.21
26672026-09-06T23:59:25.224Z Compiling lock_api v0.4.14
26682026-09-06T23:59:25.228Z Compiling thiserror v2.0.18
26692026-09-06T23:59:25.228Z Running `/home/build/.rustup/toolchains/1.98.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=28a4742a485d31ce -C extra-filename=-ee51dc0aff59f99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-09-06T23:59:25.382Z Compiling pin-project-lite v0.2.17
26712026-09-06T23:59:25.382Z Compiling rustversion v1.0.22
26722026-09-06T23:59:25.386Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=736aa312794faafc -C extra-filename=-2be7686a7f17e267 --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-fc9e674395cc0336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-09-06T23:59:25.386Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=34303ef156bb76f0 -C extra-filename=-c94bf9a52c4a59e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-09-06T23:59:25.497Z Compiling form_urlencoded v1.2.2
26752026-09-06T23:59:25.678Z Compiling equivalent v1.0.2
26762026-09-06T23:59:25.684Z Compiling shlex v1.3.0
26772026-09-06T23:59:25.684Z Compiling iana-time-zone v0.1.65
26782026-09-06T23:59:25.794Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975/build-script-build`
26792026-09-06T23:59:25.798Z Running `/home/build/.rustup/toolchains/1.98.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=41c0e9f8527bd413 -C extra-filename=-8aa858b87be605f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-09-06T23:59:25.798Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c/build-script-build`
26812026-09-06T23:59:25.798Z Running `/home/build/.rustup/toolchains/1.98.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.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=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::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--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=38a1af704727c7f5 -C extra-filename=-1a825e29b69bcb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822026-09-06T23:59:25.798Z Running `/home/build/.rustup/toolchains/1.98.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=3a7fcbcc10519076 -C extra-filename=-31aa278f1a6bdad7 --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-0bf5a646b561519f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-09-06T23:59:25.800Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee/build-script-build`
26842026-09-06T23:59:25.800Z Compiling heck v0.5.0
26852026-09-06T23:59:25.800Z Compiling find-msvc-tools v0.1.9
26862026-09-06T23:59:25.828Z Compiling fnv v1.0.7
26872026-09-06T23:59:25.831Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099/build-script-build`
26882026-09-06T23:59:25.831Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28/build-script-build`
26892026-09-06T23:59:25.831Z Running `/home/build/.rustup/toolchains/1.98.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=5e1dc2ce3429e0e6 -C extra-filename=-72c76abd933b7579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-09-06T23:59:25.869Z Compiling foldhash v0.2.0
26912026-09-06T23:59:26.131Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37543ec6e47eb6ec -C extra-filename=-105b7605ca84744e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-09-06T23:59:26.136Z Running `/home/build/.rustup/toolchains/1.98.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=2206bef1d24e2826 -C extra-filename=-6319ee8dca09070d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-09-06T23:59:26.137Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec/build-script-build`
26942026-09-06T23:59:26.137Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8/build-script-build`
26952026-09-06T23:59:26.208Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a/build-script-build`
26962026-09-06T23:59:26.247Z Running `/home/build/.rustup/toolchains/1.98.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=18818b4a75764b50 -C extra-filename=-483bdc5c7d1e0898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972026-09-06T23:59:26.283Z Running `/home/build/.rustup/toolchains/1.98.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.65/src/lib.rs --error-format=json --json=diagnostic-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=962b0906ac7c4abc -C extra-filename=-5c37a5d9e78cfea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-09-06T23:59:26.317Z Running `/home/build/.rustup/toolchains/1.98.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=d33f52f891f7f5f4 -C extra-filename=-ebc869414e836213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-09-06T23:59:26.320Z Compiling num-traits v0.2.19
27002026-09-06T23:59:26.348Z Compiling regex-syntax v0.8.10
27012026-09-06T23:59:26.353Z Compiling dyn-clone v1.0.20
27022026-09-06T23:59:26.353Z Compiling schemars v0.8.22
27032026-09-06T23:59:26.353Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03/build-script-build`
27042026-09-06T23:59:26.353Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07/build-script-build`
27052026-09-06T23:59:26.427Z Running `/home/build/.rustup/toolchains/1.98.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=217e03ba05ee4fc4 -C extra-filename=-b4d67f07919ede1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-09-06T23:59:26.747Z Compiling rustix v1.1.4
27072026-09-06T23:59:26.747Z Compiling strsim v0.11.1
27082026-09-06T23:59:26.751Z Compiling futures-core v0.3.32
27092026-09-06T23:59:26.751Z Compiling getrandom v0.3.4
27102026-09-06T23:59:26.751Z Compiling generic-array v0.14.7
27112026-09-06T23:59:26.751Z Compiling aho-corasick v1.1.4
27122026-09-06T23:59:26.813Z Running `/home/build/.rustup/toolchains/1.98.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=aa1e62ea0345c604 -C extra-filename=-0dc38356c3619fbf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-09-06T23:59:26.817Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4/build-script-build`
27142026-09-06T23:59:26.817Z Running `/home/build/.rustup/toolchains/1.98.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.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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --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=3a814ffa061d763d -C extra-filename=-be5734abe16157a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152026-09-06T23:59:26.818Z Running `/home/build/.rustup/toolchains/1.98.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=b276b71d5ee098db -C extra-filename=-ab58984db8b52f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-09-06T23:59:26.818Z Running `/home/build/.rustup/toolchains/1.98.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=52c7afaa7c7edf10 -C extra-filename=-f77c7ec0b81575da --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-09-06T23:59:27.241Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173/build-script-build`
27182026-09-06T23:59:27.241Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a/build-script-build`
27192026-09-06T23:59:27.241Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e/build-script-build`
27202026-09-06T23:59:27.245Z Compiling hashbrown v0.17.0
27212026-09-06T23:59:27.245Z Compiling cmov v0.5.4
27222026-09-06T23:59:27.245Z Compiling byteorder v1.5.0
27232026-09-06T23:59:27.245Z Compiling futures-sink v0.3.32
27242026-09-06T23:59:27.245Z Compiling syn v1.0.109
27252026-09-06T23:59:27.245Z Compiling slab v0.4.12
27262026-09-06T23:59:27.273Z Compiling futures-io v0.3.32
27272026-09-06T23:59:27.291Z Compiling futures-task v0.3.32
27282026-09-06T23:59:27.291Z Running `/home/build/.rustup/toolchains/1.98.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.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=28646de923522346 -C extra-filename=-dbb806304b87bd02 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292026-09-06T23:59:27.304Z Running `/home/build/.rustup/toolchains/1.98.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=7e94529c6ae2a160 -C extra-filename=-a98408623e42d77d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302026-09-06T23:59:27.320Z Running `/home/build/.rustup/toolchains/1.98.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=b28c3dbc736a777d -C extra-filename=-d934b30833b4740b --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-09-06T23:59:27.321Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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="process"' --cfg 'feature="pty"' --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=909dedd238d056a1 -C extra-filename=-558786b97e9b4602 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-558786b97e9b4602 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-09-06T23:59:27.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=79d9452c78ac39e6 -C extra-filename=-f57b0cec2750c1f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-09-06T23:59:27.322Z Running `/home/build/.rustup/toolchains/1.98.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=6e573f7e8f1571c0 -C extra-filename=-fa292b067dfc6275 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-09-06T23:59:27.323Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808/build-script-build`
27352026-09-06T23:59:27.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c8adc41d2f6f5ed0 -C extra-filename=-e22f03653f92d3a5 --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-01edd4035b1021f2.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)'`
27362026-09-06T23:59:27.740Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf/build-script-build`
27372026-09-06T23:59:27.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-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=dfbf55cddbba2e15 -C extra-filename=-f36ac586621dabce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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_picolibc)' --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(musl_redir_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"))'`
27382026-09-06T23:59:27.745Z Running `/home/build/.rustup/toolchains/1.98.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=55bbb4adfa869646 -C extra-filename=-a85bc2f7a054eda7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392026-09-06T23:59:27.745Z Running `/home/build/.rustup/toolchains/1.98.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=5ab6354d5f2deb7b -C extra-filename=-26aea309b97267ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27402026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-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 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --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=2bb86056f67aac1b -C extra-filename=-db2c9870c4b2b56b --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-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-09-06T23:59:27.746Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2/build-script-build`
27422026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.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-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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=669b0dd3d365cdd8 -C extra-filename=-61c6d1584c7256b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(icu4c_enable_renaming)'`
27432026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2962a084eaa5f6b8 -C extra-filename=-f96d4d9a8f48e01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmov --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmov-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b445b93cb3529d6c -C extra-filename=-a843f509c91f4323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=8c6a286fbc651902 -C extra-filename=-e55e71c291e4b5cf --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d473e4cef631de24 -C extra-filename=-8b18dc3fcc726a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-09-06T23:59:27.746Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=bc7031b5eaeea05d -C extra-filename=-9fa4513e97eb15c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-09-06T23:59:27.747Z Compiling const-oid v0.9.6
27492026-09-06T23:59:27.747Z Compiling base64ct v1.8.3
27502026-09-06T23:59:27.747Z Compiling thiserror v1.0.69
27512026-09-06T23:59:27.747Z Compiling anyhow v1.0.104
27522026-09-06T23:59:27.747Z Compiling ident_case v1.0.1
27532026-09-06T23:59:27.747Z Compiling base64 v0.22.1
27542026-09-06T23:59:27.747Z Compiling utf8parse v0.2.2
27552026-09-06T23:59:27.935Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=b53d18b6206b0cfe -C extra-filename=-99d474ad3e9ebc5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-09-06T23:59:28.167Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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 --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=bbaaf1d00e6e1bb0 -C extra-filename=-9e37edfd50945af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
27572026-09-06T23:59:28.167Z Running `/home/build/.rustup/toolchains/1.98.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.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 '--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_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --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_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --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)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --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-privileged", "unsafe-assume-single-core"))' -C metadata=5da1858723a3d578 -C extra-filename=-e914187787332acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,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_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,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_privileged,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","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
27582026-09-06T23:59:28.168Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da/build-script-build`
27592026-09-06T23:59:28.184Z Running `/home/build/.rustup/toolchains/1.98.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=45f419fa07cfe647 -C extra-filename=-ba57704941fdbd49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602026-09-06T23:59:28.184Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6e4ca56af19a2a3b -C extra-filename=-4641a7d020b1e261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:28.184Z Running `/home/build/.rustup/toolchains/1.98.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=116f88f327af8ec7 -C extra-filename=-ad6d2671832a8532 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622026-09-06T23:59:28.184Z Running `/home/build/.rustup/toolchains/1.98.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-2.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(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea6e370cee928ca -C extra-filename=-f1a23d347140c6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(icu4c_enable_renaming)'`
27632026-09-06T23:59:28.185Z Compiling errno v0.3.14
27642026-09-06T23:59:28.185Z Compiling jobserver v0.1.34
27652026-09-06T23:59:28.186Z Compiling mio v1.2.0
27662026-09-06T23:59:28.186Z Compiling socket2 v0.6.3
27672026-09-06T23:59:28.186Z Running `/home/build/.rustup/toolchains/1.98.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=3d13e96c6e5649d9 -C extra-filename=-b10675cfb7ec95f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-09-06T23:59:28.186Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs --error-format=json --json=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=0c3eebc1a1fe5cde -C extra-filename=-8a4eddfcf964c7be --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-09-06T23:59:28.186Z Running `/home/build/.rustup/toolchains/1.98.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=3348cab73b18a22e -C extra-filename=-a99736055d4f315d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-09-06T23:59:28.187Z Running `/home/build/.rustup/toolchains/1.98.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=4a23e13c6a9a5c7e -C extra-filename=-1b18f00722dff513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-09-06T23:59:28.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=565db8cb791f76ec -C extra-filename=-9f7f7ad8e15df9d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
27722026-09-06T23:59:28.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=39e891b1220cd51b -C extra-filename=-db9c655ed119b5fc --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732026-09-06T23:59:28.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --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"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3998e2d38bd456ee -C extra-filename=-21201851a35fa059 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742026-09-06T23:59:28.534Z Compiling once_cell v1.21.3
27752026-09-06T23:59:28.534Z Compiling getrandom v0.2.17
27762026-09-06T23:59:28.534Z Compiling ctutils v0.4.2
27772026-09-06T23:59:28.535Z Compiling regex-automata v0.4.14
27782026-09-06T23:59:28.535Z Compiling futures-channel v0.3.32
27792026-09-06T23:59:28.560Z Compiling pkg-config v0.3.32
27802026-09-06T23:59:28.563Z Compiling anstyle v1.0.14
27812026-09-06T23:59:28.563Z Compiling either v1.15.0
27822026-09-06T23:59:28.591Z Compiling cpufeatures v0.2.17
27832026-09-06T23:59:28.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=f608093c9ae4e2c6 -C extra-filename=-c243bc8ed432d803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27842026-09-06T23:59:28.595Z Running `/home/build/.rustup/toolchains/1.98.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.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("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=486cee5729854767 -C extra-filename=-5fd82b43770c3168 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
27852026-09-06T23:59:28.595Z Running `/home/build/.rustup/toolchains/1.98.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=144507cf23ab378a -C extra-filename=-284f66ec6731db10 --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"))'`
27862026-09-06T23:59:28.595Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-558786b97e9b4602/build-script-build`
27872026-09-06T23:59:28.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=1fa37d14e3a88c67 -C extra-filename=-242fe92aa751b4a7 --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-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-09-06T23:59:28.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a1beb30097547538 -C extra-filename=-7e24caacc7ed35d6 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-09-06T23:59:28.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c8de607e5bdc300 -C extra-filename=-1a9bf65f19ab372e --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-09-06T23:59:28.867Z Running `/home/build/.rustup/toolchains/1.98.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=f791864e7803ad27 -C extra-filename=-0875c71ea664a892 --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-e6dc7524b59a8579.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-09-06T23:59:28.870Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=a04fb0fcc7be87dd -C extra-filename=-53a24cd2896410db --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-09-06T23:59:28.870Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275/build-script-build`
27932026-09-06T23:59:28.870Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b/build-script-build`
27942026-09-06T23:59:28.870Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=21f816aad3a469f2 -C extra-filename=-ed883849b59715f2 --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-dbb806304b87bd02.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952026-09-06T23:59:28.870Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ctutils --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctutils-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=7b1d8f87635c4e8d -C extra-filename=-2d1a5e6b7b265c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cmov=/work/oxidecomputer/omicron/target/debug/deps/libcmov-a843f509c91f4323.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-09-06T23:59:28.871Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf/build-script-build`
27972026-09-06T23:59:28.871Z Running `/home/build/.rustup/toolchains/1.98.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.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=ba7a960ece17a333 -C extra-filename=-62584c7c957af197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-09-06T23:59:28.871Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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=e5d47a426e78fe70 -C extra-filename=-5f8bf403f358d16e --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-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992026-09-06T23:59:28.871Z Compiling syn v2.0.117
28002026-09-06T23:59:28.904Z Compiling cc v1.2.56
28012026-09-06T23:59:28.910Z Compiling anstyle-query v1.1.5
28022026-09-06T23:59:28.910Z Compiling colorchoice v1.0.4
28032026-09-06T23:59:28.910Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=d056624e459561d8 -C extra-filename=-603d68126913dae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-09-06T23:59:28.911Z Running `/home/build/.rustup/toolchains/1.98.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=5fd87871233723b6 -C extra-filename=-2f892cc0986a716b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-09-06T23:59:28.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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_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_enums' '--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=223ce94e544075dd -C extra-filename=-665243e242fcd7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-09-06T23:59:29.212Z Compiling parking_lot v0.12.5
28072026-09-06T23:59:29.212Z Compiling signal-hook-registry v1.4.8
28082026-09-06T23:59:29.215Z Compiling is_terminal_polyfill v1.70.2
28092026-09-06T23:59:29.215Z Compiling tracing-core v0.1.36
28102026-09-06T23:59:29.215Z Compiling fastrand v2.3.0
28112026-09-06T23:59:29.215Z Compiling anstyle-parse v1.0.0
28122026-09-06T23:59:29.215Z Compiling camino v1.2.5
28132026-09-06T23:59:29.215Z Compiling num-conv v0.2.0
28142026-09-06T23:59:29.246Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532/build-script-build`
28152026-09-06T23:59:29.358Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be/build-script-build`
28162026-09-06T23:59:29.361Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e23b4fde93893f26 -C extra-filename=-cd77af2648c8a150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172026-09-06T23:59:29.361Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-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=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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=346de54934357d2f -C extra-filename=-82fab9bd56c6df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-09-06T23:59:29.361Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=5a5bdbc7fc2ee86c -C extra-filename=-8f5da3de5601b39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-105b7605ca84744e.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1a9bf65f19ab372e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6319ee8dca09070d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192026-09-06T23:59:29.504Z Running `/home/build/.rustup/toolchains/1.98.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.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=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_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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66fb1fe002ceb825 -C extra-filename=-b6ced3121f21ed06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202026-09-06T23:59:29.581Z Running `/home/build/.rustup/toolchains/1.98.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=6339779b437d7a2d -C extra-filename=-6c9795a397cfc660 --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-9e37edfd50945af7.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)'`
28212026-09-06T23:59:29.582Z Running `/home/build/.rustup/toolchains/1.98.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.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::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc7d88576542cf88 -C extra-filename=-c51f7d7de78d568c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-09-06T23:59:29.582Z Running `/home/build/.rustup/toolchains/1.98.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.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"' --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=417dd1770db0e76e -C extra-filename=-4056e83616638594 --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-2be7686a7f17e267.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-5fd82b43770c3168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-09-06T23:59:29.582Z Running `/home/build/.rustup/toolchains/1.98.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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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=1fd0eb6d90a62b10 -C extra-filename=-aee7d2f8582b61aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
28242026-09-06T23:59:29.582Z Running `/home/build/.rustup/toolchains/1.98.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.2/src/lib.rs --error-format=json --json=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=3d6b3c1a4dbbba44 -C extra-filename=-dc90f2da1eb003f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-09-06T23:59:29.586Z Compiling bitflags v2.11.0
28262026-09-06T23:59:29.586Z Compiling semver v1.0.28
28272026-09-06T23:59:29.586Z Compiling uuid v1.23.4
28282026-09-06T23:59:29.586Z Compiling indexmap v2.14.0
28292026-09-06T23:59:29.587Z Compiling rand_core v0.6.4
28302026-09-06T23:59:29.587Z Compiling slog v2.8.2
28312026-09-06T23:59:29.587Z Compiling powerfmt v0.2.0
28322026-09-06T23:59:29.587Z Compiling time-core v0.1.8
28332026-09-06T23:59:29.587Z Compiling const-oid v0.10.2
28342026-09-06T23:59:29.614Z Compiling num_threads v0.1.7
28352026-09-06T23:59:29.617Z Compiling crossbeam-utils v0.8.21
28362026-09-06T23:59:29.617Z Compiling clap_lex v1.0.0
28372026-09-06T23:59:29.617Z Running `/home/build/.rustup/toolchains/1.98.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=fa1a14cf410d025e -C extra-filename=-57b0c00d3db266c2 --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-0875c71ea664a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382026-09-06T23:59:29.650Z Running `/home/build/.rustup/toolchains/1.98.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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e19da624bfe01df6 -C extra-filename=-39d7504629a50697 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-09-06T23:59:29.650Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=d62f6c6456990544 -C extra-filename=-34d1a9f7e69a4e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-09-06T23:59:29.655Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-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 --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_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_enums' '--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=c7aa6a9523a715a9 -C extra-filename=-9231d100e14fd7c3 --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-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-09-06T23:59:29.655Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ad2f5ba7356448 -C extra-filename=-72f6ba79b9b42a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-09-06T23:59:29.992Z Running `/home/build/.rustup/toolchains/1.98.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.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=184337f44cad6dee -C extra-filename=-532d036334051a2d --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-eb0a4b29e4e8f5ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-c243bc8ed432d803.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"))'`
28432026-09-06T23:59:30.004Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f333b118ce4360c7 -C extra-filename=-f8202ba387c5b3d8 --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-09-06T23:59:30.004Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=0db2b9390b427b70 -C extra-filename=-6742a619450b5c82 --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-72c76abd933b7579.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-db2c9870c4b2b56b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-09-06T23:59:30.004Z Running `/home/build/.rustup/toolchains/1.98.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=8959d611795622f4 -C extra-filename=-5d1a82fc3b083576 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462026-09-06T23:59:30.005Z Running `/home/build/.rustup/toolchains/1.98.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=7851b7b4e2ac8221 -C extra-filename=-17046eb3c00e41fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-09-06T23:59:30.005Z Running `/home/build/.rustup/toolchains/1.98.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=44227535c71e1139 -C extra-filename=-17ea58d785b61f8d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-09-06T23:59:30.005Z Running `/home/build/.rustup/toolchains/1.98.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=c1df8a5ca807b543 -C extra-filename=-23b680fb0aad4548 --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-53a24cd2896410db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-09-06T23:59:30.005Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-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="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=5bd82745be231c58 -C extra-filename=-3948ba2719554b61 --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-09-06T23:59:30.006Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-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("arbitrary", "db"))' -C metadata=d09f7b38e8c166a7 -C extra-filename=-11ea691932e08d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:30.006Z Running `/home/build/.rustup/toolchains/1.98.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=5b06c882a6cb9f36 -C extra-filename=-f460c5ff6f6b122e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522026-09-06T23:59:30.025Z Compiling anstream v1.0.0
28532026-09-06T23:59:30.029Z Compiling httparse v1.10.1
28542026-09-06T23:59:30.029Z Compiling dunce v1.0.5
28552026-09-06T23:59:30.030Z Compiling cpufeatures v0.3.0
28562026-09-06T23:59:30.030Z Compiling fs_extra v1.3.0
28572026-09-06T23:59:30.030Z Compiling pem-rfc7468 v0.7.0
28582026-09-06T23:59:30.030Z Compiling simd-adler32 v0.3.8
28592026-09-06T23:59:30.030Z Compiling spin v0.9.8
28602026-09-06T23:59:30.061Z Running `/home/build/.rustup/toolchains/1.98.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=69809c1991d82c20 -C extra-filename=-42000150f7e481c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9 -L 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-09-06T23:59:30.064Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=9ba3405723376a93 -C extra-filename=-069f3179a2f51b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-09-06T23:59:30.092Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.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 --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=1237376318a04b18 -C extra-filename=-5bc5d85a6925978a --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-21201851a35fa059.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-09-06T23:59:30.092Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-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 --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_enums' '--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=2ead2b4259bc68cd -C extra-filename=-854c69d882081280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-09-06T23:59:30.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-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=3306be5ee7424942 -C extra-filename=-ec93dfa18e4d1a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
28652026-09-06T23:59:30.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-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 --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_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_enums' '--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=7cf7ac22c8bc474b -C extra-filename=-33fcee68a14d49cc --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-665243e242fcd7e8.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9231d100e14fd7c3.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b6ced3121f21ed06.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-82fab9bd56c6df6e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dc90f2da1eb003f4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-09-06T23:59:30.422Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=61582aacfa632260 -C extra-filename=-79be83d21dfc4ed9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9 -L 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-09-06T23:59:30.423Z Compiling time-macros v0.2.27
28682026-09-06T23:59:30.423Z Compiling cmake v0.1.57
28692026-09-06T23:59:30.423Z Compiling rustc_version v0.4.1
28702026-09-06T23:59:30.423Z Compiling aws-lc-rs v1.16.3
28712026-09-06T23:59:30.423Z Compiling adler2 v2.0.1
28722026-09-06T23:59:30.423Z Compiling flagset v0.4.7
28732026-09-06T23:59:30.423Z Compiling unicode-segmentation v1.12.0
28742026-09-06T23:59:30.423Z Running `/home/build/.rustup/toolchains/1.98.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=be0ad4bb1850a86e -C extra-filename=-892e1dde2629fdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-09-06T23:59:30.423Z Running `/home/build/.rustup/toolchains/1.98.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=98522014bda6a3f5 -C extra-filename=-6e51a3a64baf0661 --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-2be7686a7f17e267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-09-06T23:59:30.423Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=596d7475628ca501 -C extra-filename=-6d8939dd719dc12a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:30.423Z Running `/home/build/.rustup/toolchains/1.98.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=e2b7962e7942113e -C extra-filename=-a5e2c81e63550500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-09-06T23:59:30.423Z Running `/home/build/.rustup/toolchains/1.98.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=977514f9bcf3ce32 -C extra-filename=-38397fbafff5fe1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:30.423Z Running `/home/build/.rustup/toolchains/1.98.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=5e0c94ee393076b3 -C extra-filename=-e5eba79edd904ff5 --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-4641a7d020b1e261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-09-06T23:59:30.764Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.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(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="process"' --cfg 'feature="pty"' --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=854032105b9c06f3 -C extra-filename=-9f2a07a9c04136a1 --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-3948ba2719554b61.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28812026-09-06T23:59:30.764Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18230caa1bc1b59b -C extra-filename=-94409ab330f41ab5 --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-8f5da3de5601b39f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-09-06T23:59:30.769Z Compiling rand_core v0.9.5
28832026-09-06T23:59:30.769Z Compiling deranged v0.5.8
28842026-09-06T23:59:30.769Z Compiling unicode-width v0.2.0
28852026-09-06T23:59:30.769Z Compiling ryu v1.0.23
28862026-09-06T23:59:30.769Z Compiling untrusted v0.7.1
28872026-09-06T23:59:30.769Z Compiling atomic-waker v1.1.2
28882026-09-06T23:59:30.769Z Compiling try-lock v0.2.5
28892026-09-06T23:59:30.769Z Compiling httpdate v1.0.3
28902026-09-06T23:59:30.769Z Running `/home/build/.rustup/toolchains/1.98.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=6ec6f17eeb66ee58 -C extra-filename=-1cf7962b48132cfa --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-f8202ba387c5b3d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-09-06T23:59:30.769Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=f1e1b0b8bcef599a -C extra-filename=-d8c84279e16f801a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-09-06T23:59:30.769Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.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("serde", "std"))' -C metadata=53ca928c56df7ee0 -C extra-filename=-16d6623f4672f2fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:30.769Z Running `/home/build/.rustup/toolchains/1.98.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=5387948b4fa9d7d8 -C extra-filename=-4d84c6dfacc56ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942026-09-06T23:59:30.769Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697/build-script-build`
28952026-09-06T23:59:30.769Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.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="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=eeac82456242cac0 -C extra-filename=-df619af35adeb6b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-09-06T23:59:30.769Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=841aca67b6139460 -C extra-filename=-17db910add66ebb4 --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-72f6ba79b9b42a33.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-069f3179a2f51b93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-09-06T23:59:31.094Z Running `/home/build/.rustup/toolchains/1.98.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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=2743979b6df352fd -C extra-filename=-b1a582d5d32c7dad --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-5d1a82fc3b083576.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-09-06T23:59:31.098Z Compiling ucd-trie v0.1.7
28992026-09-06T23:59:31.098Z Compiling untrusted v0.9.0
29002026-09-06T23:59:31.098Z Compiling pretty-hex v0.4.1
29012026-09-06T23:59:31.098Z Compiling tower-service v0.3.3
29022026-09-06T23:59:31.098Z Compiling rustls v0.23.41
29032026-09-06T23:59:31.098Z Compiling tower-layer v0.3.3
29042026-09-06T23:59:31.098Z Compiling plain v0.2.3
29052026-09-06T23:59:31.099Z Compiling socket2 v0.5.10
29062026-09-06T23:59:31.099Z Compiling mime v0.3.17
29072026-09-06T23:59:31.129Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--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", "rand010", "rand08", "rand09", "serde"))' -C metadata=89d303eeab9801b7 -C extra-filename=-bad4ffece6ed362e --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-17046eb3c00e41fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-09-06T23:59:31.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.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("no-panic", "small"))' -C metadata=20b145d211eb9f61 -C extra-filename=-a148b278610c4987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-09-06T23:59:31.132Z Running `/home/build/.rustup/toolchains/1.98.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=1797273921da0803 -C extra-filename=-36761043cea7cc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-09-06T23:59:31.132Z Running `/home/build/.rustup/toolchains/1.98.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=2d77bcf4737340e0 -C extra-filename=-692ed4188cb39e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-09-06T23:59:31.132Z Running `/home/build/.rustup/toolchains/1.98.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=f0d8b8e46c8bc7c0 -C extra-filename=-fb66b428f1def7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-09-06T23:59:31.132Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9/build-script-build`
29132026-09-06T23:59:31.132Z Running `/home/build/.rustup/toolchains/1.98.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=0b05ceb53b71eaf7 -C extra-filename=-eed8ca722b0b9c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-09-06T23:59:31.132Z Running `/home/build/.rustup/toolchains/1.98.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=c1ded3fb1874bd1f -C extra-filename=-7249ba36cce462fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-09-06T23:59:31.491Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d/build-script-build`
29162026-09-06T23:59:31.494Z Running `/home/build/.rustup/toolchains/1.98.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=dee1d6d4d37df9aa -C extra-filename=-aa4831acdc29ad27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-09-06T23:59:31.494Z Running `/home/build/.rustup/toolchains/1.98.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=21b14b6dd77d3e67 -C extra-filename=-69f8bc73e07c6f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182026-09-06T23:59:31.495Z Running `/home/build/.rustup/toolchains/1.98.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.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=0f98e1533ffca2c6 -C extra-filename=-715694e95d145a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-09-06T23:59:31.495Z Running `/home/build/.rustup/toolchains/1.98.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=13a1e2faca2611d3 -C extra-filename=-b2f36f2f8b96cae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202026-09-06T23:59:31.495Z Running `/home/build/.rustup/toolchains/1.98.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=f3d7ce67f8ac962a -C extra-filename=-bfcce4bf6af055f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-09-06T23:59:31.495Z Running `/home/build/.rustup/toolchains/1.98.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=858f03b637f45eef -C extra-filename=-a13000477c8c657d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-09-06T23:59:31.495Z Running `/home/build/.rustup/toolchains/1.98.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=e21d76c24e889353 -C extra-filename=-7edcd96b9fe11faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:31.496Z Compiling regex v1.12.3
29242026-09-06T23:59:31.496Z Compiling miniz_oxide v0.8.9
29252026-09-06T23:59:31.496Z Compiling want v0.3.1
29262026-09-06T23:59:31.496Z Compiling is-terminal v0.4.17
29272026-09-06T23:59:31.496Z Compiling paste v1.0.15
29282026-09-06T23:59:31.496Z Compiling crc32fast v1.5.0
29292026-09-06T23:59:31.496Z Compiling bit-vec v0.8.0
29302026-09-06T23:59:31.496Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=2b45bc9662d937c8 -C extra-filename=-369847ab087cf11d --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
29312026-09-06T23:59:31.497Z Running `/home/build/.rustup/toolchains/1.98.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=533435796bafe7bb -C extra-filename=-b757ef982f295bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-09-06T23:59:31.497Z Running `/home/build/.rustup/toolchains/1.98.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=e92e9dcc3d119f7a -C extra-filename=-783429a7deba1990 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-09-06T23:59:31.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6cc2c1b5390ce4e8 -C extra-filename=-3ea966f899aa2968 --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-dbb806304b87bd02.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-09-06T23:59:31.830Z Compiling terminal_size v0.4.3
29352026-09-06T23:59:31.831Z Compiling tempfile v3.27.0
29362026-09-06T23:59:31.831Z Compiling aws-lc-sys v0.40.0
29372026-09-06T23:59:31.831Z Compiling pest v2.8.6
29382026-09-06T23:59:31.831Z Compiling openssl-probe v0.2.1
29392026-09-06T23:59:31.831Z Compiling wait-timeout v0.2.1
29402026-09-06T23:59:31.831Z Compiling encoding_rs v0.8.35
29412026-09-06T23:59:31.831Z Compiling lazy_static v1.5.0
29422026-09-06T23:59:31.832Z Compiling vcpkg v0.2.15
29432026-09-06T23:59:31.832Z Compiling static_assertions v1.1.0
29442026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.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=2b34fc47f4aeacbc -C extra-filename=-7b97fdc37ca84041 --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-7249ba36cce462fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.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=4069021d30cb2d4c -C extra-filename=-cda1970780979c88 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=31a320f545b81e17 -C extra-filename=-13cc0b362fdc862a --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.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.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=8ba08b2e49dd6290 -C extra-filename=-b3006f7ed630068b --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=5e0ccf650e157c5d -C extra-filename=-62db240d7db1f22c --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-d8c84279e16f801a.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-09-06T23:59:31.832Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9/build-script-build`
29502026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.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=d28d4ad71e78326d -C extra-filename=-a956c70c78a65af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-09-06T23:59:31.832Z Running `/home/build/.rustup/toolchains/1.98.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=e00f315d26e7776e -C extra-filename=-50e9efe714b4e28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
29522026-09-06T23:59:32.195Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42ac17da5061fb86 -C extra-filename=-c9c8b90086cebcbf --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-9f2a07a9c04136a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-09-06T23:59:32.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d341ab16a23f329a -C extra-filename=-7b6f4163c4f1a892 --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-34d1a9f7e69a4e38.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-09-06T23:59:32.195Z Running `/home/build/.rustup/toolchains/1.98.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.40.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("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=dcd91cdd8d54a37f -C extra-filename=-39d7d25c446ac464 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-94409ab330f41ab5.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-a5e2c81e63550500.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-38397fbafff5fe1b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-09-06T23:59:32.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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 --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=e0a215d7b51f4e3a -C extra-filename=-5509e3414066e499 --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-054bf847d36a6b9e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-7edcd96b9fe11faa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-09-06T23:59:32.198Z Compiling synstructure v0.13.2
29572026-09-06T23:59:32.198Z Compiling serde_derive_internals v0.29.1
29582026-09-06T23:59:32.198Z Compiling quick-error v1.2.3
29592026-09-06T23:59:32.198Z Compiling darling_core v0.23.0
29602026-09-06T23:59:32.198Z Compiling rand_xorshift v0.4.0
29612026-09-06T23:59:32.198Z Compiling hashbrown v0.16.1
29622026-09-06T23:59:32.198Z Compiling ahash v0.8.12
29632026-09-06T23:59:32.198Z Compiling unarray v0.1.4
29642026-09-06T23:59:32.198Z Compiling num-integer v0.1.46
29652026-09-06T23:59:32.226Z Compiling sync_wrapper v1.0.2
29662026-09-06T23:59:32.231Z Compiling object v0.37.3
29672026-09-06T23:59:32.231Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3c8d31ba12bbb41 -C extra-filename=-1ec388523af25689 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-09-06T23:59:32.231Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-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=ce8ae2620fe348b5 -C extra-filename=-e6035df34c91ab17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-09-06T23:59:32.231Z Running `/home/build/.rustup/toolchains/1.98.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=dc43440c02642c1f -C extra-filename=-f2541ba6c8c9160c --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-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702026-09-06T23:59:32.231Z Running `/home/build/.rustup/toolchains/1.98.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=3c79c2f942e5f05c -C extra-filename=-3b81e8a9236fb0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-09-06T23:59:32.231Z Running `/home/build/.rustup/toolchains/1.98.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=847f0e3742cd98ab -C extra-filename=-bfc5ccdff2db0195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-09-06T23:59:32.231Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=262407d90f98df11 -C extra-filename=-249b13598140a28a --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-09-06T23:59:32.490Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b3d37b7d052f173b -C extra-filename=-18fc2f869f36d7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-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(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=2d099352dda84fa7 -C extra-filename=-6b7d616efe01bc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
29752026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=be982f8c0951d5aa -C extra-filename=-9b9383e555f45b6e --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-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.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=7b11eca9ce98804b -C extra-filename=-96bca92fa6dc19c5 --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-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.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=0e71c4e785aa9e5f -C extra-filename=-44fca5d5d5631476 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.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=ba1879d89b48b554 -C extra-filename=-f309fedca03935e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=ff83566716697268 -C extra-filename=-e2a83220b9d5e4ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.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=fcd0cd9ce5cbd2dc -C extra-filename=-a41abd4285f6e18b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-09-06T23:59:32.495Z Running `/home/build/.rustup/toolchains/1.98.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=69203689136e6a26 -C extra-filename=-b0555bb82bde59ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-09-06T23:59:32.496Z Compiling time v0.3.47
29832026-09-06T23:59:32.524Z Compiling bit-set v0.8.0
29842026-09-06T23:59:32.529Z Compiling zlib-rs v0.6.2
29852026-09-06T23:59:32.529Z Compiling iri-string v0.7.10
29862026-09-06T23:59:32.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=57fcef4d4c0159c4 -C extra-filename=-02d6c90f6149f3b5 --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-f57b0cec2750c1f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-09-06T23:59:32.561Z Running `/home/build/.rustup/toolchains/1.98.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=cc990adef4b5aa87 -C extra-filename=-1af496fd5ab035aa --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-09-06T23:59:32.561Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=d9c56a69b9aeb666 -C extra-filename=-44777e468ee2c7b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-09-06T23:59:32.820Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88/build-script-build`
29902026-09-06T23:59:32.823Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=acc749fde801cf44 -C extra-filename=-c6ed9aaa77e72a1f --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-bad4ffece6ed362e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72f6ba79b9b42a33.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f460c5ff6f6b122e.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-17046eb3c00e41fd.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-069f3179a2f51b93.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-17db910add66ebb4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-09-06T23:59:32.823Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a/build-script-build`
29922026-09-06T23:59:32.824Z Running `/home/build/.rustup/toolchains/1.98.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=f1e23edd02886562 -C extra-filename=-cbc2b3f9eeb20f18 --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-a956c70c78a65af2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-09-06T23:59:32.857Z Running `/home/build/.rustup/toolchains/1.98.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.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 --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=da04d6f3f174b9cc -C extra-filename=-929113ada83810d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-09-06T23:59:32.862Z Compiling clap_builder v4.6.0
29952026-09-06T23:59:32.862Z Compiling rusty-fork v0.3.1
29962026-09-06T23:59:32.862Z Compiling syn v3.0.3
29972026-09-06T23:59:32.862Z Compiling winnow v1.0.3
29982026-09-06T23:59:32.862Z Compiling unicode-width v0.1.14
29992026-09-06T23:59:32.862Z Compiling tinyvec_macros v0.1.1
30002026-09-06T23:59:32.862Z Compiling crossbeam-channel v0.5.15
30012026-09-06T23:59:32.862Z Compiling cookie v0.18.1
30022026-09-06T23:59:32.862Z Running `/home/build/.rustup/toolchains/1.98.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=d23567c797cefb00 -C extra-filename=-7c6e631bb9ea4f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-09-06T23:59:33.151Z Compiling litrs v1.0.0
30042026-09-06T23:59:33.151Z Compiling psl-types v2.0.11
30052026-09-06T23:59:33.158Z Compiling base64 v0.21.7
30062026-09-06T23:59:33.158Z Compiling num-iter v0.1.45
30072026-09-06T23:59:33.158Z Compiling heck v0.4.1
30082026-09-06T23:59:33.158Z Compiling thread_local v1.1.9
30092026-09-06T23:59:33.158Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.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 --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_enums' '--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=b4964301a1a1418a -C extra-filename=-fa4fb00ebebcf463 --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-33fcee68a14d49cc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-854c69d882081280.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-c9c8b90086cebcbf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102026-09-06T23:59:33.158Z Running `/home/build/.rustup/toolchains/1.98.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=2e98731752be8aec -C extra-filename=-ac02d16f97a48ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-09-06T23:59:33.158Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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", "test", "visit", "visit-mut"))' -C metadata=718c2bf48d14a46a -C extra-filename=-081daffe3abb4d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-09-06T23:59:33.159Z Running `/home/build/.rustup/toolchains/1.98.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=329707c672900107 -C extra-filename=-b1b702e16edda7b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-09-06T23:59:33.159Z Running `/home/build/.rustup/toolchains/1.98.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=0ae73d8542771562 -C extra-filename=-3ac8cce29e469e73 --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-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-09-06T23:59:33.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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=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_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_enums' '--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="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a4b10db77b839dd5 -C extra-filename=-60c06c134eae0ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-09-06T23:59:33.195Z Running `/home/build/.rustup/toolchains/1.98.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=0d57bb6e0fb447d7 -C extra-filename=-fbbbabd5511e76ad --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-09-06T23:59:33.197Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-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=95b94f8f37c5a85f -C extra-filename=-0cd436edc6dd07cf --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-483bdc5c7d1e0898.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a41abd4285f6e18b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1ec388523af25689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-09-06T23:59:33.275Z Running `/home/build/.rustup/toolchains/1.98.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=0c779f805091c57e -C extra-filename=-3abc053f4411f86b --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"))'`
30182026-09-06T23:59:33.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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", "nightly", "std"))' -C metadata=da8990fe60d47db7 -C extra-filename=-0d1d74eea2047571 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
30192026-09-06T23:59:33.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=515b98f3b8b8cf42 -C extra-filename=-2c58839f0410ffab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:33.279Z Running `/work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9/build-script-build`
30212026-09-06T23:59:33.279Z Compiling pest_meta v2.8.6
30222026-09-06T23:59:33.279Z Compiling tinyvec v1.11.0
30232026-09-06T23:59:33.279Z Compiling num-bigint-dig v0.8.6
30242026-09-06T23:59:33.279Z Compiling usdt-impl v0.6.0
30252026-09-06T23:59:33.279Z Compiling winnow v0.7.14
30262026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.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=3970b9e9d50456d5 -C extra-filename=-e61b83dc464b788d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-09-06T23:59:33.279Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476/build-script-build`
30282026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.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=63952f7e26151fa9 -C extra-filename=-70747a5d8c73dcfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.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=bfe0bdc1b289a9f0 -C extra-filename=-7a57feef8f4f1781 --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.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.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("nightly"))' -C metadata=8ac2e971259601bf -C extra-filename=-aafa4677b5f79a63 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.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=8dcf89415b94ad09 -C extra-filename=-2408c3d4c6d3556f --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-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.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.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("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=bc64f0beba458c73 -C extra-filename=-b369e9307e40c2d2 --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-5509e3414066e499.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-09-06T23:59:33.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "defmt", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=34a615c8486e9571 -C extra-filename=-3b4a47b0474a8a1b --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-b1b702e16edda7b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-09-06T23:59:33.280Z Running `/home/build/.rustup/toolchains/1.98.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=60c359ad356c4b9b -C extra-filename=-5b8af7081b531717 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717 -L 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-09-06T23:59:33.288Z Compiling serde_derive v1.0.228
30362026-09-06T23:59:33.288Z Compiling zeroize_derive v1.5.0
30372026-09-06T23:59:33.288Z Compiling zerofrom-derive v0.1.6
30382026-09-06T23:59:33.288Z Running `/home/build/.rustup/toolchains/1.98.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=49989e7697b7704f -C extra-filename=-49a742cd0cbe8da8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-09-06T23:59:33.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d7400c18c2057f50 -C extra-filename=-ef6a3cbdcba96902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-09-06T23:59:33.289Z Running `/home/build/.rustup/toolchains/1.98.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=fbf355e1c95a004a -C extra-filename=-2aa2fe389e081ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-09-06T23:59:33.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dc234ba8defa911 -C extra-filename=-65c6fb0dce7fb93d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-09-06T23:59:33.289Z Running `/home/build/.rustup/toolchains/1.98.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.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=0ab669322db351ee -C extra-filename=-4db333f953151858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-18fc2f869f36d7d8.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-09-06T23:59:33.308Z Compiling yoke-derive v0.8.1
30442026-09-06T23:59:33.357Z Running `/home/build/.rustup/toolchains/1.98.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.8.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=9b6a7695c7b4f86b -C extra-filename=-0793914d31ee94a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-18fc2f869f36d7d8.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-09-06T23:59:33.431Z Compiling zerovec-derive v0.11.2
30462026-09-06T23:59:33.474Z Running `/home/build/.rustup/toolchains/1.98.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.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=d32c899de45ff81c -C extra-filename=-37ce909735d697ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-09-06T23:59:33.510Z Compiling displaydoc v0.2.5
30482026-09-06T23:59:33.516Z Compiling zerocopy-derive v0.8.55
30492026-09-06T23:59:33.700Z Compiling thiserror-impl v2.0.18
30502026-09-06T23:59:33.703Z Compiling tokio-macros v2.7.0
30512026-09-06T23:59:33.703Z Compiling schemars_derive v0.8.22
30522026-09-06T23:59:33.703Z Compiling futures-macro v0.3.32
30532026-09-06T23:59:33.703Z Running `/home/build/.rustup/toolchains/1.98.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=82dea22087862caa -C extra-filename=-6aa49b7467246d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-09-06T23:59:33.703Z Running `/home/build/.rustup/toolchains/1.98.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.55/src/lib.rs --error-format=json --json=diagnostic-rendered-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_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71768ab587ad591c -C extra-filename=-2c77c7c780369f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-09-06T23:59:33.837Z Compiling thiserror-impl v1.0.69
30562026-09-06T23:59:33.841Z Compiling tracing-attributes v0.1.31
30572026-09-06T23:59:33.841Z Compiling clap_derive v4.6.1
30582026-09-06T23:59:33.841Z Compiling der_derive v0.7.3
30592026-09-06T23:59:33.841Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b685eaa961831e42 -C extra-filename=-5a9a112ad62cfa59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-09-06T23:59:33.866Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=a568eb1b205fb4f4 -C extra-filename=-1e793322d04571aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-09-06T23:59:33.869Z Running `/home/build/.rustup/toolchains/1.98.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=633ee54201c2d7a0 -C extra-filename=-3fa9d02613c84bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b0555bb82bde59ac.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-09-06T23:59:33.869Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-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=1b4cba061ebaac57 -C extra-filename=-829ced9ae8526f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-09-06T23:59:33.978Z Compiling async-trait v0.1.89
30642026-09-06T23:59:33.982Z Running `/home/build/.rustup/toolchains/1.98.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=48ff2934301ce91c -C extra-filename=-7ec7a236d06ab34e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-09-06T23:59:33.982Z Running `/home/build/.rustup/toolchains/1.98.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=2ab83b422aa27a7c -C extra-filename=-07a44ad3c99fcd08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662026-09-06T23:59:34.013Z Running `/home/build/.rustup/toolchains/1.98.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.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=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=26cbddc6f673f10e -C extra-filename=-c3aa4a4e66e04b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672026-09-06T23:59:34.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.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 --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_enums' '--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=63c8104e0e90d1c1 -C extra-filename=-cb62f4ea7ce90e2f --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682026-09-06T23:59:34.049Z Running `/home/build/.rustup/toolchains/1.98.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=a5d4442e9161b086 -C extra-filename=-e5ce56e8506f5b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-09-06T23:59:34.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=08ea2a2d1b30b303 -C extra-filename=-1a603f14caba9997 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
30702026-09-06T23:59:34.158Z Compiling toml_parser v1.1.2+spec-1.1.0
30712026-09-06T23:59:34.199Z Compiling scroll_derive v0.13.1
30722026-09-06T23:59:34.202Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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", "unsafe"))' -C metadata=c09f0fe64c81cac5 -C extra-filename=-ac055e08eed95de1 --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-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-09-06T23:59:34.203Z Running `/home/build/.rustup/toolchains/1.98.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=1314932bed6e1064 -C extra-filename=-218fda0bc5f33c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-09-06T23:59:34.241Z Compiling hubpack_derive v0.1.1
30752026-09-06T23:59:34.244Z Running `/home/build/.rustup/toolchains/1.98.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=0cb9956355de6cd9 -C extra-filename=-6b2a96f397f531cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-09-06T23:59:34.280Z Compiling document-features v0.2.12
30772026-09-06T23:59:34.334Z Running `/home/build/.rustup/toolchains/1.98.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.12/lib.rs --error-format=json --json=diagnostic-rendered-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=9f296213b00ce86f -C extra-filename=-38c8abdc4967a9fd --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-2c58839f0410ffab.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782026-09-06T23:59:34.338Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad/build-script-build`
30792026-09-06T23:59:34.410Z Compiling strum_macros v0.26.4
30802026-09-06T23:59:34.413Z Running `/home/build/.rustup/toolchains/1.98.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=e6492bca8f1ee8e2 -C extra-filename=-f1cefca1df0fdd9f --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-09-06T23:59:34.481Z Compiling data-encoding v2.10.0
30822026-09-06T23:59:34.485Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=49d32c6c866ab2c0 -C extra-filename=-f9cb17c5fc4ad8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832026-09-06T23:59:34.659Z Compiling pest_generator v2.8.6
30842026-09-06T23:59:34.750Z Compiling slog-async v2.8.0
30852026-09-06T23:59:34.750Z Running `/home/build/.rustup/toolchains/1.98.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6b953fe2f24afce6 -C extra-filename=-e1194c3af1ae44ea --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-5509e3414066e499.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-b369e9307e40c2d2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-09-06T23:59:34.750Z Running `/home/build/.rustup/toolchains/1.98.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=c78619f1f13085a4 -C extra-filename=-ab6d974370c756f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-09-06T23:59:34.750Z Running `/home/build/.rustup/toolchains/1.98.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=24ba85175059a579 -C extra-filename=-6ae3743cbf3b1fa1 --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-0bf5a646b561519f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-09-06T23:59:34.921Z Compiling darling_macro v0.23.0
30892026-09-06T23:59:34.925Z Running `/home/build/.rustup/toolchains/1.98.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.23.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=8bdcd557d4dd1606 -C extra-filename=-bad776cbc6972a57 --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-e2a83220b9d5e4ab.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-09-06T23:59:35.030Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8/build-script-build`
30912026-09-06T23:59:35.070Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717/build-script-build`
30922026-09-06T23:59:35.122Z Compiling thread-id v5.1.0
30932026-09-06T23:59:35.122Z Running `/home/build/.rustup/toolchains/1.98.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.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=a28e498c1748f9ce -C extra-filename=-ac7d1c721be7840a --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-09-06T23:59:35.159Z Compiling memmap2 v0.9.10
30952026-09-06T23:59:35.163Z Compiling term v1.2.1
30962026-09-06T23:59:35.163Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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("stable_deref_trait"))' -C metadata=48f5e301370a0bba -C extra-filename=-d120f903bf8bdcfa --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-09-06T23:59:35.164Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=df8cfe1e4c3b5f0b -C extra-filename=-945a748c455c944a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:35.233Z Compiling take_mut v0.2.2
30992026-09-06T23:59:35.238Z Compiling curve25519-dalek-derive v0.1.1
31002026-09-06T23:59:35.238Z Running `/home/build/.rustup/toolchains/1.98.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=99cc9cb0906e3bb6 -C extra-filename=-bb31f29497925026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-09-06T23:59:35.239Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7/build-script-build`
31022026-09-06T23:59:35.239Z Running `/home/build/.rustup/toolchains/1.98.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=275ff05d675ae34c -C extra-filename=-196d928273ea45ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-09-06T23:59:35.344Z Compiling darling_core v0.20.11
31042026-09-06T23:59:35.353Z Running `/home/build/.rustup/toolchains/1.98.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=ea5c00075282dc61 -C extra-filename=-ea67a510f66021a2 --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-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-09-06T23:59:35.403Z Compiling ff v0.13.1
31062026-09-06T23:59:35.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=3ed4ac4b527614c3 -C extra-filename=-9483917ec6c54662 --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-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-09-06T23:59:35.430Z Compiling unicode-linebreak v0.1.5
31082026-09-06T23:59:35.435Z Running `/home/build/.rustup/toolchains/1.98.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=f59976147c5a7909 -C extra-filename=-b521b019e6348dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-09-06T23:59:35.474Z Compiling smawk v0.3.2
31102026-09-06T23:59:35.478Z Compiling zerofrom v0.1.6
31112026-09-06T23:59:35.478Z Compiling base16ct v0.2.0
31122026-09-06T23:59:35.512Z Compiling rustix v0.38.44
31132026-09-06T23:59:35.516Z Running `/home/build/.rustup/toolchains/1.98.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=ef315e6c59007fe8 -C extra-filename=-2f1ac1795b4a6054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-09-06T23:59:35.516Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-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="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=ebbc08d6beaa49ce -C extra-filename=-2135dbedf7644b4d --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-4db333f953151858.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152026-09-06T23:59:35.549Z Running `/home/build/.rustup/toolchains/1.98.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=ae77ce1e83ce4aeb -C extra-filename=-9a7d9066824188ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-09-06T23:59:35.589Z Compiling flate2 v1.1.9
31172026-09-06T23:59:35.595Z Running `/home/build/.rustup/toolchains/1.98.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.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --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=52bf928382fdf0d7 -C extra-filename=-6c9b5673dab6cffb --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-09-06T23:59:35.677Z Compiling futures-util v0.3.32
31192026-09-06T23:59:35.680Z Compiling scroll_derive v0.12.1
31202026-09-06T23:59:35.680Z Compiling crossbeam-epoch v0.9.18
31212026-09-06T23:59:35.680Z Compiling bstr v1.12.1
31222026-09-06T23:59:35.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=ced648edebb4016b -C extra-filename=-4eb8e677ff21afe8 --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-0d1d74eea2047571.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-929113ada83810d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-09-06T23:59:35.829Z Compiling yoke v0.8.1
31242026-09-06T23:59:35.832Z Compiling pest_derive v2.8.6
31252026-09-06T23:59:35.832Z Compiling scroll v0.13.0
31262026-09-06T23:59:35.832Z Compiling group v0.13.0
31272026-09-06T23:59:35.832Z Compiling memoffset v0.9.1
31282026-09-06T23:59:35.832Z Compiling gimli v0.32.3
31292026-09-06T23:59:35.832Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="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", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=178a7d228e2a5848 -C extra-filename=-20dba1b7e6ddb3f5 --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-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-829ced9ae8526f6e.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-09-06T23:59:35.833Z Running `/home/build/.rustup/toolchains/1.98.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.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=52329fcab92e0815 -C extra-filename=-beb54f9495c439b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-09-06T23:59:35.833Z Running `/home/build/.rustup/toolchains/1.98.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=f1c3fff75d7489c5 -C extra-filename=-c2ea5a3e72737bc1 --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-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-09-06T23:59:35.833Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-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 --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=227e362e8f7d253c -C extra-filename=-61dca3a0d5526e42 --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-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-09-06T23:59:36.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-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="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=36e3bee210462595 -C extra-filename=-4673f4a2cd94231b --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-d7caaea247884269.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-0793914d31ee94a2.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-09-06T23:59:36.025Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=6158733dae5950b4 -C extra-filename=-2f9d0caace36ac0f --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-5509e3414066e499.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-e1194c3af1ae44ea.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-09-06T23:59:36.025Z Compiling darling v0.23.0
31362026-09-06T23:59:36.025Z Compiling winnow v0.5.40
31372026-09-06T23:59:36.025Z Compiling is_ci v1.2.0
31382026-09-06T23:59:36.025Z Compiling zerocopy-derive v0.7.35
31392026-09-06T23:59:36.102Z Running `/home/build/.rustup/toolchains/1.98.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=eec3a012a6719989 -C extra-filename=-da7dcf137cf25882 --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-218fda0bc5f33c4e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-09-06T23:59:36.106Z Running `/home/build/.rustup/toolchains/1.98.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=19de732c24b401fa -C extra-filename=-f7d5bb92ee537cee --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-09-06T23:59:36.106Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-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=15efefa4fb2e2baa -C extra-filename=-0d3807dce36deb61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-09-06T23:59:36.106Z Running `/home/build/.rustup/toolchains/1.98.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=5493d6dbaf5109e6 -C extra-filename=-af4f34762ba19bdb --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-9483917ec6c54662.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-09-06T23:59:36.229Z Compiling tracing v0.1.44
31442026-09-06T23:59:36.229Z Compiling openssl-sys v0.9.117
31452026-09-06T23:59:36.247Z Compiling siphasher v1.0.2
31462026-09-06T23:59:36.247Z Compiling rustc-demangle v0.1.27
31472026-09-06T23:59:36.247Z Running `/home/build/.rustup/toolchains/1.98.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=6f64b14c62ae73b2 -C extra-filename=-5d3153e00557971b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-09-06T23:59:36.247Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-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 --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=42f13a95181aebb8 -C extra-filename=-7a1835c470d020cf --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-e2a83220b9d5e4ab.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bad776cbc6972a57.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492026-09-06T23:59:36.247Z Running `/home/build/.rustup/toolchains/1.98.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=6ded9d33ef7d73c3 -C extra-filename=-91b38562d1ef3a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-09-06T23:59:36.263Z Running `/home/build/.rustup/toolchains/1.98.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=531ff8f28bce58c0 -C extra-filename=-3f0f7f831c7b8867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-09-06T23:59:36.416Z Running `/home/build/.rustup/toolchains/1.98.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=9568e66f6575d130 -C extra-filename=-df2e14f6fdb1e2e8 --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-7ec7a236d06ab34e.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)'`
31522026-09-06T23:59:36.421Z Compiling zerovec v0.11.5
31532026-09-06T23:59:36.421Z Compiling zerotrie v0.2.3
31542026-09-06T23:59:36.421Z Compiling curve25519-dalek v4.1.3
31552026-09-06T23:59:36.421Z Compiling usdt-impl v0.5.0
31562026-09-06T23:59:36.421Z Compiling radium v0.7.0
31572026-09-06T23:59:36.421Z Compiling ciborium-io v0.2.2
31582026-09-06T23:59:36.421Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --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=e9f60844af3350ba -C extra-filename=-24cc06f08e4187a2 --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-a96344eae1a3d1f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-c3aa4a4e66e04b36.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-57b0c00d3db266c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592026-09-06T23:59:36.421Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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="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=ba41782c0c192509 -C extra-filename=-e6fa838db755993a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-09-06T23:59:36.421Z Running `/home/build/.rustup/toolchains/1.98.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=928d8898c1c743e1 -C extra-filename=-966036ad516e884b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-09-06T23:59:36.421Z Running `/home/build/.rustup/toolchains/1.98.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.117/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", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=d6dfe1e8e7fa8ef8 -C extra-filename=-432dcd33cdb9dc15 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-3b81e8a9236fb0cd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-09-06T23:59:36.569Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=d7ad07b421f57524 -C extra-filename=-e69b49528aef5fb7 --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-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-37ce909735d697ce.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632026-09-06T23:59:36.572Z Compiling clap v4.6.1
31642026-09-06T23:59:36.598Z Compiling goblin v0.10.5
31652026-09-06T23:59:36.635Z Compiling cfg_aliases v0.2.1
31662026-09-06T23:59:36.638Z Compiling structmeta-derive v0.3.0
31672026-09-06T23:59:36.667Z Compiling itertools v0.13.0
31682026-09-06T23:59:36.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/src/lib.rs --error-format=json --json=diagnostic-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=2aab6bbda93edfdb -C extra-filename=-a2fb83154a192d98 --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-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_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(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'`
31692026-09-06T23:59:36.670Z Running `/home/build/.rustup/toolchains/1.98.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=ea6823d6b8e2e190 -C extra-filename=-d3dd0034db2fb6be --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-09-06T23:59:36.670Z Running `/home/build/.rustup/toolchains/1.98.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=c596d6a3fa516108 -C extra-filename=-d36d8fa1e5e410b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712026-09-06T23:59:36.671Z Running `/home/build/.rustup/toolchains/1.98.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=9dabe46d7fa9f27f -C extra-filename=-60e771f33a118eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-09-06T23:59:36.671Z Running `/home/build/.rustup/toolchains/1.98.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=262690cfb159fb87 -C extra-filename=-b2502bef2aebb0b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-09-06T23:59:36.671Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb/build-script-build`
31742026-09-06T23:59:36.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e1775df8583d6c2 -C extra-filename=-f88a6f7528205999 --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-5a9a112ad62cfa59.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)'`
31752026-09-06T23:59:36.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-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="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=79e31f1f6d39504a -C extra-filename=-c981fcd302e1ca14 --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-6aa49b7467246d4f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-09-06T23:59:36.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.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 --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_enums' '--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=17681025302ab391 -C extra-filename=-212ada304539612d --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-fa4fb00ebebcf463.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-cb62f4ea7ce90e2f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-09-06T23:59:36.821Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee/build-script-build`
31782026-09-06T23:59:36.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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=a5a8018881cc38b9 -C extra-filename=-17c02fb23655c5aa --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-a96344eae1a3d1f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-bfcce4bf6af055f7.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-da7dcf137cf25882.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-09-06T23:59:36.827Z Running `/home/build/.rustup/toolchains/1.98.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=ce8719f5c89620e3 -C extra-filename=-16962c5a73fe125d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-09-06T23:59:36.938Z Compiling dtrace-parser v0.3.0
31812026-09-06T23:59:36.973Z Compiling scroll v0.12.0
31822026-09-06T23:59:36.976Z Compiling dtrace-parser v0.2.0
31832026-09-06T23:59:36.976Z Compiling thread-id v4.2.2
31842026-09-06T23:59:36.977Z Compiling env_filter v2.0.0
31852026-09-06T23:59:36.977Z Running `/home/build/.rustup/toolchains/1.98.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=a4dfa5513326a308 -C extra-filename=-c487fd55e9c6a4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-09-06T23:59:36.977Z Running `/home/build/.rustup/toolchains/1.98.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=850c40267deb4ff1 -C extra-filename=-daa2bccd3b7a4092 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-09-06T23:59:37.194Z Running `/home/build/.rustup/toolchains/1.98.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=f055d5947f6435a5 -C extra-filename=-2afee2a861e8e53c --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-5509e3414066e499.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f9d0caace36ac0f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-09-06T23:59:37.198Z Compiling tinystr v0.8.2
31892026-09-06T23:59:37.198Z Compiling potential_utf v0.1.4
31902026-09-06T23:59:37.198Z Compiling daft-derive v0.1.8
31912026-09-06T23:59:37.198Z Compiling strum v0.26.3
31922026-09-06T23:59:37.198Z Compiling keccak v0.1.6
31932026-09-06T23:59:37.198Z Running `/home/build/.rustup/toolchains/1.98.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=62ce156c640e2d16 -C extra-filename=-31b709477d5dc016 --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-beb54f9495c439b7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-09-06T23:59:37.198Z Running `/home/build/.rustup/toolchains/1.98.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=eea3a0b74feb1208 -C extra-filename=-9567e8974bbf19e5 --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-5509e3414066e499.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f9d0caace36ac0f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-09-06T23:59:37.230Z Running `/home/build/.rustup/toolchains/1.98.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=04d671b725db7035 -C extra-filename=-3d067f196d23a77c --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-09-06T23:59:37.233Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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 --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_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_enums' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex", "std"))' -C metadata=7dae4b2226c9bd3b -C extra-filename=-f619fccc27f9c392 --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-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-09-06T23:59:37.418Z Compiling nix v0.31.2
31982026-09-06T23:59:37.429Z Compiling owo-colors v4.3.0
31992026-09-06T23:59:37.429Z Compiling tap v1.0.1
32002026-09-06T23:59:37.429Z Compiling maybe-uninit v2.0.0
32012026-09-06T23:59:37.429Z Compiling crossbeam-deque v0.8.6
32022026-09-06T23:59:37.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=24cfed595f13791e -C extra-filename=-f63717eab160eab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-09-06T23:59:37.429Z Running `/home/build/.rustup/toolchains/1.98.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=562bc4efe00d02cb -C extra-filename=-8a4732afddef8a4f --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-f1cefca1df0fdd9f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-09-06T23:59:37.430Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=f8b88996bb844024 -C extra-filename=-7e323279e0b63add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-09-06T23:59:37.430Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.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 --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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --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=9e91911eee7280cb -C extra-filename=-43e5ccdc1ddefd3d --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-3948ba2719554b61.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
32062026-09-06T23:59:37.431Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9dd8ae4bea31541 -C extra-filename=-fb85b7233ccc5508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-09-06T23:59:37.431Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=061a66be826346f3 -C extra-filename=-e276809161f73e6d --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-6aa49b7467246d4f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-09-06T23:59:37.528Z Running `/home/build/.rustup/toolchains/1.98.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=e054f9afe64e25f6 -C extra-filename=-d54ce1c3939a9e89 --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-26aea309b97267ee.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.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)'`
32092026-09-06T23:59:37.533Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6/build-script-build`
32102026-09-06T23:59:37.533Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4/build-script-build`
32112026-09-06T23:59:37.533Z Compiling zerocopy v0.7.35
32122026-09-06T23:59:37.533Z Compiling goblin v0.8.2
32132026-09-06T23:59:37.533Z Compiling env_logger v0.11.11
32142026-09-06T23:59:37.566Z Compiling zerocopy-derive v0.6.6
32152026-09-06T23:59:37.602Z Running `/home/build/.rustup/toolchains/1.98.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=a38e4b640bc20c08 -C extra-filename=-81bfcc691738ccd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-09-06T23:59:37.606Z Running `/home/build/.rustup/toolchains/1.98.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=70f79681bc7323e0 -C extra-filename=-138b29acaddf18fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172026-09-06T23:59:37.606Z Running `/home/build/.rustup/toolchains/1.98.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.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 '--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=6def1cbfc353e579 -C extra-filename=-30a1da2db0dd111b --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-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-09-06T23:59:37.606Z Running `/home/build/.rustup/toolchains/1.98.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.31.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="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=0a362a3d6446a3b2 -C extra-filename=-74e5085af0e66537 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-16962c5a73fe125d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-09-06T23:59:37.606Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be/build-script-build`
32202026-09-06T23:59:37.606Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15/build-script-main`
32212026-09-06T23:59:37.606Z Running `/home/build/.rustup/toolchains/1.98.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=f092c80b4c5dc256 -C extra-filename=-183ba5d0e4927680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
32222026-09-06T23:59:37.606Z Running `/home/build/.rustup/toolchains/1.98.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=0073a057e5c07f99 -C extra-filename=-8be165e65cbc0d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b -L 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-09-06T23:59:37.642Z Running `/home/build/.rustup/toolchains/1.98.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=e42f9d77d63ae204 -C extra-filename=-d40e0f10fdbd1b25 --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-a96344eae1a3d1f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-bfcce4bf6af055f7.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-31b709477d5dc016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-09-06T23:59:37.645Z Running `/home/build/.rustup/toolchains/1.98.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="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=0998297cea410de1 -C extra-filename=-a77f1d0da5196ce7 --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-a85bc2f7a054eda7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-91b38562d1ef3a5b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-09-06T23:59:37.645Z Running `/home/build/.rustup/toolchains/1.98.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.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_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_enums' '--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=10b3eec7eb5a4bfd -C extra-filename=-fff538b88af305f1 --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-33fcee68a14d49cc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-f619fccc27f9c392.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-09-06T23:59:37.646Z Compiling icu_locale_core v2.1.1
32272026-09-06T23:59:37.646Z Running `/home/build/.rustup/toolchains/1.98.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=8d12a4cd3d5b3d26 -C extra-filename=-b105a825c66f3f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-09-06T23:59:37.791Z Compiling icu_collections v2.1.1
32292026-09-06T23:59:37.805Z Compiling addr2line v0.25.1
32302026-09-06T23:59:37.806Z Compiling wyz v0.5.1
32312026-09-06T23:59:37.806Z Compiling bzip2-sys v0.1.13+1.0.8
32322026-09-06T23:59:37.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=e0871a8b340b1a42 -C extra-filename=-da3cd9319ebaf75f --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-6aa49b7467246d4f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-b46158ee2a5fb370.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-e276809161f73e6d.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-831282bd72d11aa0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-09-06T23:59:37.889Z Compiling cargo-platform v0.3.2
32342026-09-06T23:59:37.895Z Compiling funty v2.0.0
32352026-09-06T23:59:37.895Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=a6ef2f7ad24197a8 -C extra-filename=-e3128ff555d16438 --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-6aa49b7467246d4f.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-f63717eab160eab5.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-09-06T23:59:37.895Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=f7a568612d97ff82 -C extra-filename=-fdf664c73e18c9a7 --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-0d3807dce36deb61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-09-06T23:59:37.895Z Running `/home/build/.rustup/toolchains/1.98.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=8d0e3f8fb07ae301 -C extra-filename=-bf1e5137060bf1a9 --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-138b29acaddf18fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-09-06T23:59:37.895Z Running `/home/build/.rustup/toolchains/1.98.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=a5028731e6fe29cb -C extra-filename=-6dc51611975c86b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-09-06T23:59:37.966Z Compiling futures-executor v0.3.32
32402026-09-06T23:59:37.971Z Compiling darling_macro v0.20.11
32412026-09-06T23:59:37.971Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464/build-script-main`
32422026-09-06T23:59:38.037Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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 '--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=036e943dc05d807e -C extra-filename=-b09abe0dcda7160f --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-09-06T23:59:38.040Z Running `/home/build/.rustup/toolchains/1.98.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=601cb506bc6fb98b -C extra-filename=-b599b2a6c2af0461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-09-06T23:59:38.155Z Compiling zeroize v1.9.0
32452026-09-06T23:59:38.186Z Compiling bytes v1.11.1
32462026-09-06T23:59:38.190Z Compiling chrono v0.4.45
32472026-09-06T23:59:38.190Z Running `/home/build/.rustup/toolchains/1.98.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=955a6588d3805ef0 -C extra-filename=-34158cbdd8c8d525 --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-ea67a510f66021a2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-09-06T23:59:38.190Z Running `/home/build/.rustup/toolchains/1.98.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=4b1c8a0a24e8c4bb -C extra-filename=-709fe0813cae1ec8 --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-f57b0cec2750c1f6.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-09-06T23:59:38.459Z Compiling erased-serde v0.3.31
32502026-09-06T23:59:38.459Z Compiling ipnet v2.12.0
32512026-09-06T23:59:38.467Z Compiling serde_tokenstream v0.2.3
32522026-09-06T23:59:38.467Z Compiling hex v0.4.3
32532026-09-06T23:59:38.467Z Compiling serde_urlencoded v0.7.1
32542026-09-06T23:59:38.467Z Compiling futures v0.3.32
32552026-09-06T23:59:38.467Z Compiling openapiv3 v2.2.0
32562026-09-06T23:59:38.467Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=5b8da6e3c2e842b0 -C extra-filename=-47cd8f8dc9e7b1a0 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-09-06T23:59:38.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=aac6953ee88158fb -C extra-filename=-1e0124cd6fc62769 --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-5c37a5d9e78cfea7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582026-09-06T23:59:38.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --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=e90da851485d7d10 -C extra-filename=-ac553e214bd65ed1 --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-d54ce1c3939a9e89.rmeta --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-65c6fb0dce7fb93d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-09-06T23:59:38.723Z Running `/home/build/.rustup/toolchains/1.98.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=462e5c04b9ab0d38 -C extra-filename=-f7e2f1cabe5e5fb0 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-09-06T23:59:38.723Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d9fefbc0dffc48 -C extra-filename=-67c7166b182ad1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-09-06T23:59:38.723Z Running `/home/build/.rustup/toolchains/1.98.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=5ecb529cae660dcb -C extra-filename=-4d6255ea0ebdcbd9 --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-31aa278f1a6bdad7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-09-06T23:59:38.727Z Compiling hybrid-array v0.4.13
32632026-09-06T23:59:38.727Z Compiling rustls-pki-types v1.14.0
32642026-09-06T23:59:38.728Z Compiling der v0.7.10
32652026-09-06T23:59:38.728Z Compiling serde_spanned v0.6.9
32662026-09-06T23:59:38.728Z Compiling toml_datetime v0.6.11
32672026-09-06T23:59:38.728Z Compiling hubpack v0.1.2
32682026-09-06T23:59:38.728Z Compiling backtrace v0.3.76
32692026-09-06T23:59:38.728Z Compiling ron v0.8.1
32702026-09-06T23:59:38.728Z Running `/home/build/.rustup/toolchains/1.98.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=cac340f2237939fb -C extra-filename=-ade94dc2aa29b75c --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-09-06T23:59:38.756Z Running `/home/build/.rustup/toolchains/1.98.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=1b1b96db045b8872 -C extra-filename=-b7d245b0064f8782 --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-6742a619450b5c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-09-06T23:59:38.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "schemars08", "schemars1", "ser_as_str", "serde", "std"))' -C metadata=077841304940e3e6 -C extra-filename=-b38ea0edf80b482b --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-09-06T23:59:38.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="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", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=2d216b50164d5192 -C extra-filename=-ee0df92789a44cc2 --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-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-709fe0813cae1ec8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742026-09-06T23:59:38.943Z Running `/home/build/.rustup/toolchains/1.98.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=0ba35a935e51d4a9 -C extra-filename=-646c77236a189ca0 --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-038fdb619aeba623.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
32752026-09-06T23:59:38.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=0b5e9a6fd744bb32 -C extra-filename=-591a1b9c6c02bd3c --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-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-09-06T23:59:38.946Z Running `/home/build/.rustup/toolchains/1.98.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=5c249dc84680b0a8 -C extra-filename=-e723dca237d80cfa --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-ba57704941fdbd49.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-07a44ad3c99fcd08.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-09-06T23:59:38.946Z Running `/home/build/.rustup/toolchains/1.98.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=489b8d9c34b1bd17 -C extra-filename=-a9ceb95a06fa005a --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-09-06T23:59:38.947Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=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", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=5accfff08a54f513 -C extra-filename=-016a146c76daa131 --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-fdf664c73e18c9a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-966036ad516e884b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-09-06T23:59:38.948Z Compiling structmeta v0.3.0
32802026-09-06T23:59:38.975Z Compiling same-file v1.0.6
32812026-09-06T23:59:38.978Z Compiling packed_struct v0.10.1
32822026-09-06T23:59:39.014Z Running `/home/build/.rustup/toolchains/1.98.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=2c4ff360ff3e182a -C extra-filename=-0f5539a2457549e4 --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-6b2a96f397f531cf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-09-06T23:59:39.021Z Running `/home/build/.rustup/toolchains/1.98.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=8cb979ac28a23357 -C extra-filename=-3288b4da69667601 --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-70747a5d8c73dcfb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-09-06T23:59:39.021Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5/build-script-build`
32852026-09-06T23:59:39.021Z Running `/home/build/.rustup/toolchains/1.98.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=bd48380359719339 -C extra-filename=-bb6290b6392337d1 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-09-06T23:59:39.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="extra-sizes"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=b4f371b61fa8b7dd -C extra-filename=-325176a3dca9d981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-09-06T23:59:39.023Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b/build-script-build`
32882026-09-06T23:59:39.225Z Running `/home/build/.rustup/toolchains/1.98.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=04e4a72090528c11 -C extra-filename=-2007d13244c798a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
32892026-09-06T23:59:39.228Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537/build-script-build`
32902026-09-06T23:59:39.228Z Compiling icu_provider v2.1.1
32912026-09-06T23:59:39.257Z Compiling tokio v1.52.1
32922026-09-06T23:59:39.260Z Compiling http v1.4.2
32932026-09-06T23:59:39.260Z Running `/home/build/.rustup/toolchains/1.98.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=9ba6ddfc792a7837 -C extra-filename=-db17082947442a0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c487fd55e9c6a4d8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-09-06T23:59:39.452Z Running `/home/build/.rustup/toolchains/1.98.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=2a4cb3a1fdc59b38 -C extra-filename=-15f2f478d7e48606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-09-06T23:59:39.465Z Running `/home/build/.rustup/toolchains/1.98.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=a2ecd4e5680dcf3a -C extra-filename=-f910c5d6b9404948 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-09-06T23:59:39.466Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-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="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=d1efda521b9cec83 -C extra-filename=-bfc48c237ceeed03 --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-6aa49b7467246d4f.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-da3cd9319ebaf75f.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-831282bd72d11aa0.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-c981fcd302e1ca14.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972026-09-06T23:59:39.466Z Compiling crypto-common v0.1.7
32982026-09-06T23:59:39.467Z Compiling block-buffer v0.10.4
32992026-09-06T23:59:39.467Z Compiling crypto-bigint v0.5.5
33002026-09-06T23:59:39.467Z Compiling toml_edit v0.19.15
33012026-09-06T23:59:39.467Z Compiling darling v0.20.11
33022026-09-06T23:59:39.467Z Compiling crc-catalog v2.4.0
33032026-09-06T23:59:39.467Z Compiling debug-ignore v1.0.5
33042026-09-06T23:59:39.467Z Compiling zerocopy v0.6.6
33052026-09-06T23:59:39.467Z Compiling cargo_metadata v0.23.1
33062026-09-06T23:59:39.479Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=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=c8a6aaf1e9e45391 -C extra-filename=-14ee0969c84fd393 --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-47cd8f8dc9e7b1a0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c51f7d7de78d568c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e793322d04571aa.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-09-06T23:59:39.483Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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", "std"))' -C metadata=638c4428eb9f4c63 -C extra-filename=-8d95c26cce95bfcf --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-47cd8f8dc9e7b1a0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-09-06T23:59:39.483Z Running `/home/build/.rustup/toolchains/1.98.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=326f1f4d64b1c09a -C extra-filename=-813617d6527196ad --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-f7e2f1cabe5e5fb0.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.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)'`
33092026-09-06T23:59:39.631Z Running `/home/build/.rustup/toolchains/1.98.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.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="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ca35c237f41b2575 -C extra-filename=-2485650c47585fb6 --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-646c77236a189ca0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-09-06T23:59:39.636Z Running `/home/build/.rustup/toolchains/1.98.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="default"' --cfg 'feature="generic-array"' --cfg 'feature="rand"' --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=7f4025cb2aee537d -C extra-filename=-bd5d6c28322af6ad --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-646c77236a189ca0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-09-06T23:59:39.637Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.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=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=b4a5b90d35cf1285 -C extra-filename=-52003c65ae49ceb4 --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-ea67a510f66021a2.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-34158cbdd8c8d525.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122026-09-06T23:59:39.637Z Running `/home/build/.rustup/toolchains/1.98.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=b854636df137b408 -C extra-filename=-a2ec87662b48ce66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:39.637Z Running `/home/build/.rustup/toolchains/1.98.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=6b47cf0b53c0990e -C extra-filename=-1453aaee161363d5 --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-6742a619450b5c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5d3153e00557971b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-09-06T23:59:39.637Z Running `/home/build/.rustup/toolchains/1.98.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=0c3761237f052789 -C extra-filename=-071196465dd7522c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:39.637Z Compiling ppv-lite86 v0.2.21
33162026-09-06T23:59:39.667Z Compiling rustls-native-certs v0.8.3
33172026-09-06T23:59:39.670Z Running `/home/build/.rustup/toolchains/1.98.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=43be4fac7b3b2007 -C extra-filename=-91d54e90df6c771d --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-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-09-06T23:59:39.670Z Running `/home/build/.rustup/toolchains/1.98.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.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=cbdf73e7e2103bf7 -C extra-filename=-5155e9a22ee90aa4 --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-369847ab087cf11d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b09abe0dcda7160f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-09-06T23:59:39.670Z Running `/home/build/.rustup/toolchains/1.98.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=6fec30d2f4d5fedb -C extra-filename=-a514348d97366fd6 --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-a85bc2f7a054eda7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b105a825c66f3f5a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-09-06T23:59:39.670Z Running `/home/build/.rustup/toolchains/1.98.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=7d26f0c9233d150d -C extra-filename=-c0129d5f1595a13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33212026-09-06T23:59:39.670Z Running `/home/build/.rustup/toolchains/1.98.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=87de2ec591a77faf -C extra-filename=-d04f08a445a4a0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
33222026-09-06T23:59:39.819Z Compiling icu_properties v2.1.2
33232026-09-06T23:59:39.825Z Compiling icu_normalizer v2.1.1
33242026-09-06T23:59:39.825Z Compiling dof v0.4.0
33252026-09-06T23:59:39.825Z Running `/home/build/.rustup/toolchains/1.98.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.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=b2e9d0dccbfc253c -C extra-filename=-1e72ad4c1b7f7547 --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-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-09-06T23:59:39.857Z Running `/home/build/.rustup/toolchains/1.98.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=66d81f9b66d34bed -C extra-filename=-002d1b10f06c31e0 --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-c8afeb56cacd505f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.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)'`
33272026-09-06T23:59:39.932Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8f40cd63f83bdfb -C extra-filename=-e0981140425bbf3a --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-e6035df34c91ab17.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-09-06T23:59:40.085Z Compiling crypto-common v0.2.2
33292026-09-06T23:59:40.085Z Compiling digest v0.10.7
33302026-09-06T23:59:40.088Z Compiling block-buffer v0.12.1
33312026-09-06T23:59:40.088Z Compiling spki v0.7.3
33322026-09-06T23:59:40.089Z Compiling block-padding v0.4.2
33332026-09-06T23:59:40.089Z Compiling slog-term v2.9.2
33342026-09-06T23:59:40.089Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=d98d6b381a776371 -C extra-filename=-a7b2283d3db24b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e3128ff555d16438.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-61c6d1584c7256b5.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-bfc48c237ceeed03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-09-06T23:59:40.089Z Running `/home/build/.rustup/toolchains/1.98.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=e345c03e6dc22f20 -C extra-filename=-b859805c6827e7d0 --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-17c02fb23655c5aa.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-09-06T23:59:40.089Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=1aec9e339a810951 -C extra-filename=-f240a10da207c2d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e3128ff555d16438.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-da3cd9319ebaf75f.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-f1a23d347140c6d4.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-bfc48c237ceeed03.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-c981fcd302e1ca14.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-09-06T23:59:40.348Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=f8a22051ac34243b -C extra-filename=-fbb8059747997d16 --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-21201851a35fa059.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-09-06T23:59:40.351Z Compiling rand_chacha v0.9.0
33392026-09-06T23:59:40.351Z Compiling http-body v1.0.1
33402026-09-06T23:59:40.351Z Compiling rand_chacha v0.3.1
33412026-09-06T23:59:40.351Z Compiling derive_builder_core v0.20.2
33422026-09-06T23:59:40.351Z Compiling half v2.7.1
33432026-09-06T23:59:40.351Z Compiling dof v0.3.0
33442026-09-06T23:59:40.351Z Compiling backtrace-ext v0.2.1
33452026-09-06T23:59:40.351Z Compiling hashbrown v0.14.5
33462026-09-06T23:59:40.351Z Compiling crc v3.4.0
33472026-09-06T23:59:40.351Z Running `/home/build/.rustup/toolchains/1.98.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=bcc44b30b20e2c29 -C extra-filename=-bb74a95d46416a86 --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-91d54e90df6c771d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-09-06T23:59:40.351Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-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 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=9a0359e87bda2c3e -C extra-filename=-37daa10e1f3ebda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-09-06T23:59:40.351Z Running `/home/build/.rustup/toolchains/1.98.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=484d3199a16b2424 -C extra-filename=-f6b86edc8e4de159 --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-3ac8cce29e469e73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-bb31f29497925026.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-aafa4677b5f79a63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33502026-09-06T23:59:40.352Z Running `/home/build/.rustup/toolchains/1.98.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=21637c21cca9dbe6 -C extra-filename=-6a506355d13e7db4 --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-1e0124cd6fc62769.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-945a748c455c944a.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-aafa4677b5f79a63.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-09-06T23:59:40.353Z Running `/home/build/.rustup/toolchains/1.98.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=ebd4bca25c7b1f4e -C extra-filename=-ca73f97f20f6f002 --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-e723dca237d80cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-09-06T23:59:40.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=ed9f263033b074b6 -C extra-filename=-791bef4dfc294168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-09-06T23:59:40.534Z Running `/home/build/.rustup/toolchains/1.98.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=16b986d6a8da7540 -C extra-filename=-7e176df3b6534cf3 --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-1e72ad4c1b7f7547.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-09-06T23:59:40.540Z Compiling pkcs8 v0.10.2
33552026-09-06T23:59:40.541Z Compiling x509-cert v0.2.5
33562026-09-06T23:59:40.541Z Compiling bitvec v1.0.1
33572026-09-06T23:59:40.541Z Compiling walkdir v2.5.0
33582026-09-06T23:59:40.541Z Running `/home/build/.rustup/toolchains/1.98.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=5cb91c1bec7511aa -C extra-filename=-d644b20bad4f0ec3 --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-52003c65ae49ceb4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592026-09-06T23:59:40.572Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.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("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=590585e92f4d6bed -C extra-filename=-5a009ad2811b19b2 --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-c8afeb56cacd505f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602026-09-06T23:59:40.576Z Running `/home/build/.rustup/toolchains/1.98.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=0d4b337534559d68 -C extra-filename=-a764ef419381a297 --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-002d1b10f06c31e0.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ee51dc0aff59f99d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-09-06T23:59:40.576Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3070df8c574edef0 -C extra-filename=-f1cae9b1accadfdd --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-a2ec87662b48ce66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-09-06T23:59:40.576Z Running `/home/build/.rustup/toolchains/1.98.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=759a743b90fccd0d -C extra-filename=-4c3621c4263fa118 --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-d40e0f10fdbd1b25.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a77f1d0da5196ce7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-09-06T23:59:40.576Z Running `/home/build/.rustup/toolchains/1.98.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=2367d3453de1cb40 -C extra-filename=-b9d4b49ec22055e5 --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-47cd8f8dc9e7b1a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-09-06T23:59:40.576Z Running `/home/build/.rustup/toolchains/1.98.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=6d9f86f50cffaf47 -C extra-filename=-3c2ed44b185bba47 --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-1e72ad4c1b7f7547.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-09-06T23:59:40.576Z Running `/home/build/.rustup/toolchains/1.98.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=159d62e7610a89d8 -C extra-filename=-38e2638fe132a04f --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-016a146c76daa131.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-09-06T23:59:40.711Z Running `/home/build/.rustup/toolchains/1.98.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="pem"' --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=5f30a0092345fea0 -C extra-filename=-9e98da6c93bead74 --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-e723dca237d80cfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-09-06T23:59:40.714Z Compiling inout v0.2.2
33682026-09-06T23:59:40.714Z Compiling sha2 v0.10.9
33692026-09-06T23:59:40.748Z Running `/home/build/.rustup/toolchains/1.98.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=29a9d0a4b210ae20 -C extra-filename=-80d53d386835554d --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-b599b2a6c2af0461.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-2007d13244c798a5.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-138b29acaddf18fb.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-bf1e5137060bf1a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-09-06T23:59:40.753Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948/build-script-build`
33712026-09-06T23:59:40.753Z Running `/home/build/.rustup/toolchains/1.98.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=e81d251efd9b0277 -C extra-filename=-32d617f53e2154a1 --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-15f2f478d7e48606.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-09-06T23:59:40.753Z Running `/home/build/.rustup/toolchains/1.98.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=403c3a1c7aa511a5 -C extra-filename=-e02a3c7c21da7b34 --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-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-09-06T23:59:40.895Z Compiling rand v0.9.2
33742026-09-06T23:59:40.899Z Compiling rand v0.8.6
33752026-09-06T23:59:40.899Z Compiling http-body-util v0.1.3
33762026-09-06T23:59:40.899Z Compiling signature v2.2.0
33772026-09-06T23:59:40.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding"))' -C metadata=07a900a785568422 -C extra-filename=-1bb058025b3020a0 --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-37daa10e1f3ebda5.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-09-06T23:59:40.899Z Running `/home/build/.rustup/toolchains/1.98.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=b28d9f46805d1a52 -C extra-filename=-f1853e84268f82e1 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-09-06T23:59:41.124Z Compiling idna_adapter v1.2.1
33802026-09-06T23:59:41.137Z Compiling digest v0.11.3
33812026-09-06T23:59:41.137Z Compiling hmac v0.12.1
33822026-09-06T23:59:41.137Z Compiling sha1 v0.10.6
33832026-09-06T23:59:41.146Z Running `/home/build/.rustup/toolchains/1.98.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=d1bbbf80600bf06c -C extra-filename=-4bc5b75ea998daa7 --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-7e176df3b6534cf3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-09-06T23:59:41.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=1a88018578d9c71b -C extra-filename=-e08634a0971964ae --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-f36ac586621dabce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-09-06T23:59:41.171Z Running `/home/build/.rustup/toolchains/1.98.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=29f4965513aae143 -C extra-filename=-5a14ea5f2cd7e3d6 --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-bb74a95d46416a86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-09-06T23:59:41.178Z Running `/home/build/.rustup/toolchains/1.98.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=4b35e5f89999af2c -C extra-filename=-76b21f4539bd46e3 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-09-06T23:59:41.246Z Compiling cipher v0.5.2
33882026-09-06T23:59:41.246Z Compiling pkcs1 v0.7.5
33892026-09-06T23:59:41.253Z Compiling sec1 v0.7.3
33902026-09-06T23:59:41.253Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-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=9d6c147b02def12c -C extra-filename=-21ad4b70c9f5f624 --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-a7b2283d3db24b50.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f240a10da207c2d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-09-06T23:59:41.253Z Running `/home/build/.rustup/toolchains/1.98.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=04c3898cf7ae3269 -C extra-filename=-656a16477c3e4dd7 --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-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-09-06T23:59:41.254Z Running `/home/build/.rustup/toolchains/1.98.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=fb409c466c9634bf -C extra-filename=-35fb0b5687fedf25 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-09-06T23:59:41.254Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=0196c35e33c25fe4 -C extra-filename=-93a1365be822cb8b --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-791bef4dfc294168.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-11ea691932e08d12.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-09-06T23:59:41.406Z Compiling idna v1.1.0
33952026-09-06T23:59:41.406Z Compiling ciborium-ll v0.2.2
33962026-09-06T23:59:41.410Z Compiling sha3 v0.10.8
33972026-09-06T23:59:41.410Z Compiling ed25519 v2.2.3
33982026-09-06T23:59:41.410Z Compiling chumsky v0.9.3
33992026-09-06T23:59:41.410Z Compiling serde_with_macros v3.21.0
34002026-09-06T23:59:41.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="rand_core"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=16c26a3914b04ee6 -C extra-filename=-b3b8a042fb99e0b6 --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-791bef4dfc294168.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-09-06T23:59:41.411Z Running `/home/build/.rustup/toolchains/1.98.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=20f137fcda51d762 -C extra-filename=-9c189ce5c9bd69c2 --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-a85bc2f7a054eda7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2afee2a861e8e53c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ac7d1c721be7840a.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)'`
34022026-09-06T23:59:41.412Z Running `/home/build/.rustup/toolchains/1.98.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=be96d4c03b785be5 -C extra-filename=-8775af81cf80cc80 --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-9a7d9066824188ca.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032026-09-06T23:59:41.412Z Running `/home/build/.rustup/toolchains/1.98.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=f662c2051f5c9aaf -C extra-filename=-60ab2566f28430f4 --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-e723dca237d80cfa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-09-06T23:59:41.601Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-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="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=0b8866ee2d3c3bfd -C extra-filename=-059c2757b06868c4 --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-21ad4b70c9f5f624.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d0b0ab0364544907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-09-06T23:59:41.607Z Running `/home/build/.rustup/toolchains/1.98.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=29707b913f1a8ca2 -C extra-filename=-47fec743cf8f2a3e --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-a85bc2f7a054eda7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-3d067f196d23a77c.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`
34062026-09-06T23:59:41.607Z Compiling hkdf v0.12.4
34072026-09-06T23:59:41.635Z Compiling derive_builder_macro v0.20.2
34082026-09-06T23:59:41.639Z Compiling rfc6979 v0.4.0
34092026-09-06T23:59:41.640Z Compiling textwrap v0.16.2
34102026-09-06T23:59:41.640Z Compiling unicode-normalization v0.1.25
34112026-09-06T23:59:41.667Z Compiling packed_struct_codegen v0.10.1
34122026-09-06T23:59:41.670Z Running `/home/build/.rustup/toolchains/1.98.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=b88ac8d51d3287f8 -C extra-filename=-33a612e01df7a250 --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-a764ef419381a297.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-09-06T23:59:41.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ccbbb8a88830e750 -C extra-filename=-70d26705e78829f0 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-183ba5d0e4927680.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"))'`
34142026-09-06T23:59:41.670Z Running `/home/build/.rustup/toolchains/1.98.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.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --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::disallowed_methods' '--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=5264b211666ae0e6 -C extra-filename=-fb143a79f6c7587e --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-7a1835c470d020cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-09-06T23:59:41.670Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3/build-script-build`
34162026-09-06T23:59:41.671Z Running `/home/build/.rustup/toolchains/1.98.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=865300b150db4b5b -C extra-filename=-88a99d1038365c4d --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-9e98da6c93bead74.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-09-06T23:59:41.671Z Running `/home/build/.rustup/toolchains/1.98.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=76cd44592bc8cdf6 -C extra-filename=-e890e3b948629081 --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-bb74a95d46416a86.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-7e323279e0b63add.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-09-06T23:59:41.671Z Running `/home/build/.rustup/toolchains/1.98.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=5ecddb7e23df5a03 -C extra-filename=-d3b13ba2ae292ea3 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-196d928273ea45ee.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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"'`
34192026-09-06T23:59:41.671Z Running `/home/build/.rustup/toolchains/1.98.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=d03a1f507338275f -C extra-filename=-0241039e4448ef40 --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-d36d8fa1e5e410b5.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-5a009ad2811b19b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-09-06T23:59:41.807Z Running `/home/build/.rustup/toolchains/1.98.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=f716bb95f75683d4 -C extra-filename=-95edfa4d5112085a --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-656a16477c3e4dd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-09-06T23:59:41.811Z Running `/home/build/.rustup/toolchains/1.98.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=eea36d3dca1f5ad0 -C extra-filename=-49e0983cd498e488 --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-d644b20bad4f0ec3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-09-06T23:59:41.811Z Running `/home/build/.rustup/toolchains/1.98.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=abc1afc0a69c603e -C extra-filename=-549de6888512a606 --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-656a16477c3e4dd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-09-06T23:59:41.811Z Compiling proptest v1.11.0
34242026-09-06T23:59:41.811Z Compiling bitfield-macros v0.19.4
34252026-09-06T23:59:41.835Z Running `/home/build/.rustup/toolchains/1.98.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.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee7f9cf8d27bef09 -C extra-filename=-44732fa43f584adb --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-3b4a47b0474a8a1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-09-06T23:59:41.839Z Running `/home/build/.rustup/toolchains/1.98.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=b14407fb99ef2e4c -C extra-filename=-36ffbe0b5fefef1b --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-2f1ac1795b4a6054.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-c9c8b90086cebcbf.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b521b019e6348dd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-09-06T23:59:41.871Z Running `/home/build/.rustup/toolchains/1.98.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=00c27c0d603c306e -C extra-filename=-14230ff4ec889705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-09-06T23:59:42.096Z Compiling ciborium v0.2.2
34292026-09-06T23:59:42.096Z Compiling vergen-lib v9.1.0
34302026-09-06T23:59:42.099Z Compiling indexmap v1.9.3
34312026-09-06T23:59:42.099Z Compiling foldhash v0.1.5
34322026-09-06T23:59:42.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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="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", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=64bd13aceebbcd47 -C extra-filename=-247c01bdd5a432f8 --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-cbc2b3f9eeb20f18.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a956c70c78a65af2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-96bca92fa6dc19c5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-0cd436edc6dd07cf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-f309fedca03935e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-09-06T23:59:42.099Z Running `/home/build/.rustup/toolchains/1.98.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.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=145efa89399ddb95 -C extra-filename=-f0bcec8321b18b24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-09-06T23:59:42.301Z Running `/home/build/.rustup/toolchains/1.98.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=5537cf7cc171a7ed -C extra-filename=-2a1262ab6b9fbdde --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-f2541ba6c8c9160c.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-9e37edfd50945af7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
34352026-09-06T23:59:42.314Z Compiling url v2.5.8
34362026-09-06T23:59:42.314Z Compiling publicsuffix v2.3.0
34372026-09-06T23:59:42.314Z Compiling usdt-attr-macro v0.6.0
34382026-09-06T23:59:42.314Z Compiling usdt-macro v0.6.0
34392026-09-06T23:59:42.314Z Compiling foreign-types-shared v0.1.1
34402026-09-06T23:59:42.314Z Compiling signal-hook v0.3.18
34412026-09-06T23:59:42.314Z Running `/home/build/.rustup/toolchains/1.98.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=8f14761f4b2f0f16 -C extra-filename=-ddef13110ccf1ec1 --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-d36d8fa1e5e410b5.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0241039e4448ef40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-09-06T23:59:42.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --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=f085a5075f1c3b1f -C extra-filename=-2eb8a040b435d114 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-09-06T23:59:42.315Z Running `/home/build/.rustup/toolchains/1.98.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=ba7d216205c0fe62 -C extra-filename=-a9977f31c560700c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-09-06T23:59:42.315Z Running `/home/build/.rustup/toolchains/1.98.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=305dd3feccb96767 -C extra-filename=-7ac815ec94aa9886 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-09-06T23:59:42.407Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=0119b9e531328c1d -C extra-filename=-26d4ba25b0a38a06 --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-31aa278f1a6bdad7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-09-06T23:59:42.421Z Compiling elliptic-curve v0.13.8
34472026-09-06T23:59:42.421Z Compiling nodrop v0.1.14
34482026-09-06T23:59:42.421Z Compiling openssl v0.10.80
34492026-09-06T23:59:42.421Z Compiling rayon-core v1.13.0
34502026-09-06T23:59:42.421Z Running `/home/build/.rustup/toolchains/1.98.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=4cd94e2e8dc0f416 -C extra-filename=-73ca31f34c0d6d34 --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-2afee2a861e8e53c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-09-06T23:59:42.421Z Running `/home/build/.rustup/toolchains/1.98.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=e5b22906f046f0bb -C extra-filename=-a42a8e97da0946a3 --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-2afee2a861e8e53c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-09-06T23:59:42.441Z Running `/home/build/.rustup/toolchains/1.98.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=522606216af5da0b -C extra-filename=-097d9a3951b2aedc --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-09-06T23:59:42.445Z Running `/home/build/.rustup/toolchains/1.98.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=0092b2c5f5cc10f0 -C extra-filename=-87733d6a210289d5 --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-059c2757b06868c4.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-e61b83dc464b788d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-09-06T23:59:42.445Z Running `/home/build/.rustup/toolchains/1.98.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=e9affca7070675e8 -C extra-filename=-0e655366da8084e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-09-06T23:59:42.561Z Running `/home/build/.rustup/toolchains/1.98.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=a4d342bb36a2e039 -C extra-filename=-1ddb02a3288ea216 --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-9a7d9066824188ca.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8775af81cf80cc80.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-09-06T23:59:42.566Z Compiling hashbrown v0.15.5
34572026-09-06T23:59:42.566Z Compiling ed25519-dalek v2.2.0
34582026-09-06T23:59:42.566Z Running `/home/build/.rustup/toolchains/1.98.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=bb8e97798ae63a77 -C extra-filename=-4cff53e36a1f0ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-09-06T23:59:42.566Z Running `/home/build/.rustup/toolchains/1.98.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.80/build.rs --error-format=json --json=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", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d85fcbea342440fb -C extra-filename=-08314eeb4d8ca19a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-09-06T23:59:42.567Z Running `/home/build/.rustup/toolchains/1.98.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.13.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("web_spin_lock"))' -C metadata=c1d3635e1b0e6410 -C extra-filename=-7103965e71045a3f --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-09-06T23:59:42.757Z Compiling foreign-types v0.3.2
34622026-09-06T23:59:42.757Z Compiling usdt-macro v0.5.0
34632026-09-06T23:59:42.762Z Compiling usdt-attr-macro v0.5.0
34642026-09-06T23:59:42.762Z Compiling smallvec v0.6.14
34652026-09-06T23:59:42.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="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=bd603bc43f40f295 -C extra-filename=-24e9546b5dd3595e --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-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a9977f31c560700c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-09-06T23:59:42.762Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=bf0558be364ba581 -C extra-filename=-2aae56dabc2c1819 --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-d3b13ba2ae292ea3.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-88a99d1038365c4d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-09-06T23:59:42.904Z Running `/home/build/.rustup/toolchains/1.98.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=c9e3cf1781461c2c -C extra-filename=-d56efcae292944d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-50edb6e3051984da/out/lib -l static=bz2`
34682026-09-06T23:59:42.908Z Compiling derive_builder v0.20.2
34692026-09-06T23:59:42.908Z Compiling array-init v0.0.4
34702026-09-06T23:59:42.908Z Compiling supports-color v3.0.2
34712026-09-06T23:59:42.909Z Compiling openssl-macros v0.1.1
34722026-09-06T23:59:42.941Z Compiling vergen v9.1.0
34732026-09-06T23:59:42.945Z Running `/home/build/.rustup/toolchains/1.98.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=abe4bb362369f498 -C extra-filename=-85ae77d0c1087839 --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-9567e8974bbf19e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-09-06T23:59:42.983Z Running `/home/build/.rustup/toolchains/1.98.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=25cd9e06d52390aa -C extra-filename=-1f1661ffe702406c --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-0e655366da8084e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-09-06T23:59:42.989Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886/build-script-build`
34762026-09-06T23:59:42.989Z Running `/home/build/.rustup/toolchains/1.98.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.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=bf67ca484a7049bc -C extra-filename=-8989cd298eafc0c4 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --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_SRTP", "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(awslc_pregenerated)' --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(libressl420)' --check-cfg 'cfg(libressl430)' --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)' --check-cfg 'cfg(ossl400)'`
34772026-09-06T23:59:42.989Z Running `/home/build/.rustup/toolchains/1.98.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=7feb82353dcd79d7 -C extra-filename=-42a7ddd070b228a3 --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-9567e8974bbf19e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-09-06T23:59:42.989Z Running `/home/build/.rustup/toolchains/1.98.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=eb6dc18347bae028 -C extra-filename=-e7328c09e6ae5f3f --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-c0129d5f1595a13a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-09-06T23:59:43.085Z Running `/home/build/.rustup/toolchains/1.98.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=790689d63cb883de -C extra-filename=-44255a8e505b18de --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-49e0983cd498e488.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-09-06T23:59:43.090Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114/build-script-build`
34812026-09-06T23:59:43.090Z Running `/home/build/.rustup/toolchains/1.98.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=e95d4b84317fed8b -C extra-filename=-97cd1b190f753ebd --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-3f0f7f831c7b8867.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-09-06T23:59:43.090Z Running `/home/build/.rustup/toolchains/1.98.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=903573b8801ee40a -C extra-filename=-9e1d752c9c9bfa64 --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-4cff53e36a1f0ef5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-09-06T23:59:43.123Z Running `/home/build/.rustup/toolchains/1.98.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=73c6a85caf7a6942 -C extra-filename=-f5451cc911ecfa1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-09-06T23:59:43.161Z Compiling ecdsa v0.16.9
34852026-09-06T23:59:43.164Z Compiling primeorder v0.13.6
34862026-09-06T23:59:43.194Z Compiling bitfield v0.19.4
34872026-09-06T23:59:43.236Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --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=68904622bfbf883e -C extra-filename=-e041a9dc21b96dc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-09-06T23:59:43.431Z Running `/home/build/.rustup/toolchains/1.98.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="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=e0e2ff648ab0a9a2 -C extra-filename=-7d372c980f2f7930 --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-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-549de6888512a606.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-09-06T23:59:43.431Z Running `/home/build/.rustup/toolchains/1.98.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=277dad98a82dcde1 -C extra-filename=-ab77845a74795748 --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-1ddb02a3288ea216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-09-06T23:59:43.436Z Compiling tokio-util v0.7.18
34912026-09-06T23:59:43.436Z Compiling tower v0.5.3
34922026-09-06T23:59:43.436Z Compiling cookie_store v0.22.1
34932026-09-06T23:59:43.437Z Compiling rsa v0.9.10
34942026-09-06T23:59:43.437Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f/build-script-build`
34952026-09-06T23:59:43.437Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.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=5580d080a08ac5d6 -C extra-filename=-0838bba19a0ab684 --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-f0bcec8321b18b24.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-09-06T23:59:43.437Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a/build-script-build`
34972026-09-06T23:59:43.615Z Compiling proc-macro-error-attr2 v2.0.0
34982026-09-06T23:59:43.616Z Compiling memmap v0.7.0
34992026-09-06T23:59:43.619Z Compiling bitflags v1.3.2
35002026-09-06T23:59:43.619Z Compiling hashbrown v0.12.3
35012026-09-06T23:59:43.619Z Compiling bzip2 v0.4.4
35022026-09-06T23:59:43.619Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35032026-09-06T23:59:43.619Z Running `/home/build/.rustup/toolchains/1.98.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=a4dd0a30bc27b877 -C extra-filename=-a860071c032350b4 --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-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3fa9d02613c84bf6.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
35042026-09-06T23:59:43.651Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-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 --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("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=afb276c75a5d919d -C extra-filename=-1ce13fa38c3edde3 --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-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-09-06T23:59:43.655Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-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 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=620a1b23f556a745 -C extra-filename=-a7ecbd92a5d6f0c6 --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-ba57704941fdbd49.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2a1262ab6b9fbdde.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-60ab2566f28430f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-09-06T23:59:43.655Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=38350c90550f238e -C extra-filename=-e32ee5c12d36af1b --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-6ae3743cbf3b1fa1.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-38c8abdc4967a9fd.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-87733d6a210289d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072026-09-06T23:59:43.656Z Running `/home/build/.rustup/toolchains/1.98.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.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=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="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --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", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=241ac71d57efaabe -C extra-filename=-dff7b73424f652a5 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-09-06T23:59:43.966Z Running `/home/build/.rustup/toolchains/1.98.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=d9586e7f38bd3de5 -C extra-filename=-0ffcd82b6bc17d65 --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-80d53d386835554d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-14230ff4ec889705.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-09-06T23:59:43.971Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc/build-script-build`
35102026-09-06T23:59:43.971Z Running `/home/build/.rustup/toolchains/1.98.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=a8c20a949d561050 -C extra-filename=-6cf863394335e8e0 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-09-06T23:59:43.971Z Running `/home/build/.rustup/toolchains/1.98.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=57db017c09c84838 -C extra-filename=-b0c20064e4257887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:43.971Z Compiling usdt v0.6.0
35132026-09-06T23:59:43.971Z Compiling serde-hex v0.1.0
35142026-09-06T23:59:43.971Z Compiling toml v0.7.8
35152026-09-06T23:59:43.971Z Compiling hashbrown v0.13.2
35162026-09-06T23:59:43.971Z Compiling derive-ex v0.1.8
35172026-09-06T23:59:43.971Z Compiling miette-derive v7.6.0
35182026-09-06T23:59:43.971Z Compiling enum-as-inner v0.6.1
35192026-09-06T23:59:43.971Z Running `/home/build/.rustup/toolchains/1.98.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=4a95cac62f7bb9b2 -C extra-filename=-00d8a25da3af13a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-09-06T23:59:43.971Z Running `/home/build/.rustup/toolchains/1.98.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=3ba936432b58b402 -C extra-filename=-c075f75501faa05c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-09-06T23:59:43.971Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9/build-script-build`
35222026-09-06T23:59:43.971Z Running `/home/build/.rustup/toolchains/1.98.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=990b0cf978495ad4 -C extra-filename=-f811267b32f7f23f --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-a85bc2f7a054eda7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232026-09-06T23:59:43.971Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.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(coverage,coverage_nightly)' --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=e5bb247e1b440f6a -C extra-filename=-40afdbdf68519d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
35242026-09-06T23:59:43.972Z Running `/home/build/.rustup/toolchains/1.98.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=6aa79e51f2aee36c -C extra-filename=-6df587a19f68a5b7 --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-d56efcae292944d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-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-50edb6e3051984da/out/lib`
35252026-09-06T23:59:44.262Z Running `/home/build/.rustup/toolchains/1.98.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=77782ffc440dfbe0 -C extra-filename=-49e733439b69b674 --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-b859805c6827e7d0.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-17c02fb23655c5aa.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-73ca31f34c0d6d34.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a42a8e97da0946a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262026-09-06T23:59:44.267Z Compiling p384 v0.13.1
35272026-09-06T23:59:44.268Z Compiling zstd-sys v2.0.16+zstd.1.5.7
35282026-09-06T23:59:44.268Z Compiling managed v0.8.0
35292026-09-06T23:59:44.268Z Compiling native-tls v0.2.18
35302026-09-06T23:59:44.268Z Compiling supports-unicode v3.0.0
35312026-09-06T23:59:44.268Z Compiling ref-cast v1.0.25
35322026-09-06T23:59:44.268Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-rendered-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", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0105c08e43706229 -C extra-filename=-6cce0bc98f3e1f35 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f5451cc911ecfa1e.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --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_SRTP", "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(awslc_fips)' --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(libressl420)' --check-cfg 'cfg(libressl430)' --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)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
35332026-09-06T23:59:44.268Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.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=6569150aa0812ba2 -C extra-filename=-f3d0dc707ff0d392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-09-06T23:59:44.268Z Running `/home/build/.rustup/toolchains/1.98.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=fc2e06022b264bc7 -C extra-filename=-9b68d25ca1e9f8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352026-09-06T23:59:44.268Z Running `/home/build/.rustup/toolchains/1.98.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=31484143e22a0044 -C extra-filename=-3c20ccdf19b31186 --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-002d1b10f06c31e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-09-06T23:59:44.268Z Running `/home/build/.rustup/toolchains/1.98.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=b414e7bf050ea691 -C extra-filename=-33914e6d8b4c14ed --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-09-06T23:59:44.298Z Running `/home/build/.rustup/toolchains/1.98.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=aaa83710d6c87f4b -C extra-filename=-4a44900a9e3136ce --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-9e1d752c9c9bfa64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e7328c09e6ae5f3f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-09-06T23:59:44.302Z Running `/home/build/.rustup/toolchains/1.98.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=55ef53ae48cb4c94 -C extra-filename=-52def44da63a9d7a --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-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1453aaee161363d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-09-06T23:59:44.527Z Running `/home/build/.rustup/toolchains/1.98.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=b6eac35eb6c47f9f -C extra-filename=-95c60d69048b2f72 --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-f36ac586621dabce.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c51f7d7de78d568c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-09-06T23:59:44.527Z Running `/home/build/.rustup/toolchains/1.98.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.16+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=3e538a79e9a21d81 -C extra-filename=-2fae62f1d380a410 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-09-06T23:59:44.528Z Running `/home/build/.rustup/toolchains/1.98.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=b930694d25795e7e -C extra-filename=-1a883e6055b44435 --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-7d372c980f2f7930.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ab77845a74795748.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-09-06T23:59:44.528Z Running `/home/build/.rustup/toolchains/1.98.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=fd04f040b738cfa4 -C extra-filename=-62c61abfd0e56c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-09-06T23:59:44.532Z Compiling h2 v0.4.15
35442026-09-06T23:59:44.532Z Compiling tower-http v0.6.8
35452026-09-06T23:59:44.532Z Compiling usdt v0.5.0
35462026-09-06T23:59:44.532Z Compiling supports-hyperlinks v3.2.0
35472026-09-06T23:59:44.532Z Compiling salty v0.3.0
35482026-09-06T23:59:44.532Z Compiling crc-any v2.5.0
35492026-09-06T23:59:44.532Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=3c11a279e5019abb -C extra-filename=-a3bdd89defa23ea2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-09-06T23:59:44.532Z Running `/home/build/.rustup/toolchains/1.98.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=1093117b5ede7f07 -C extra-filename=-a5ff8459b25c7b81 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-09-06T23:59:44.532Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-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=4f60ccf7c4b715e0 -C extra-filename=-423b7004db5555b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-09-06T23:59:44.756Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=d2078466ed9af002 -C extra-filename=-b0bcfa1f4cefff13 --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-36761043cea7cc10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-09-06T23:59:44.760Z Compiling ipnetwork v0.21.1
35542026-09-06T23:59:44.760Z Compiling newtype-uuid v1.3.2
35552026-09-06T23:59:44.761Z Compiling serde_with v3.21.0
35562026-09-06T23:59:44.761Z Compiling proc-macro-error2 v2.0.1
35572026-09-06T23:59:44.761Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35582026-09-06T23:59:44.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=5ffa736e55292ed6 -C extra-filename=-992b67c263b6d652 --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-3948ba2719554b61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-7c6e631bb9ea4f0c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-1ce13fa38c3edde3.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-09-06T23:59:44.762Z Running `/home/build/.rustup/toolchains/1.98.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=523216996aa2ac72 -C extra-filename=-3d28bc88537118e1 --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-4c3621c4263fa118.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-d40e0f10fdbd1b25.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6cf863394335e8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-42a7ddd070b228a3.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-85ae77d0c1087839.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-09-06T23:59:44.762Z Running `/home/build/.rustup/toolchains/1.98.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=903261755bcca4ff -C extra-filename=-2ff74c92ddb7e788 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-09-06T23:59:44.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-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=2df97f88cbe83ad2 -C extra-filename=-071a683de170e1bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-09-06T23:59:44.762Z Running `/home/build/.rustup/toolchains/1.98.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=1b323c45aab9ad58 -C extra-filename=-38df1fc9f326a20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632026-09-06T23:59:44.943Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35642026-09-06T23:59:44.978Z Compiling zip v0.6.6
35652026-09-06T23:59:44.982Z Running `/home/build/.rustup/toolchains/1.98.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=8b56061e5ebb3f9a -C extra-filename=-aea237dd1abc5aa3 --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-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-09-06T23:59:44.983Z Running `/home/build/.rustup/toolchains/1.98.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.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=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --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::disallowed_methods' '--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", "base58", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hashbrown_0_17", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=680851755137a082 -C extra-filename=-8703345717947861 --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-ade94dc2aa29b75c.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-fb143a79f6c7587e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-09-06T23:59:44.983Z Running `/home/build/.rustup/toolchains/1.98.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=55e56cbd791bbf59 -C extra-filename=-8af706e8917935ad --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-3288b4da69667601.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-09-06T23:59:44.983Z Running `/home/build/.rustup/toolchains/1.98.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=180efbae85f6b90a -C extra-filename=-4d9390a364a21ca3 --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-00d8a25da3af13a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-09-06T23:59:44.983Z Running `/home/build/.rustup/toolchains/1.98.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=f93758d5774a6704 -C extra-filename=-13cbce147cce3405 --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-c075f75501faa05c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
35702026-09-06T23:59:44.983Z Running `/home/build/.rustup/toolchains/1.98.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=12f3f2b33a91d237 -C extra-filename=-c6a4a62171fb5249 --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-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-09-06T23:59:45.164Z Compiling chacha20 v0.10.0
35722026-09-06T23:59:45.164Z Compiling phf_shared v0.11.3
35732026-09-06T23:59:45.168Z Compiling globset v0.4.18
35742026-09-06T23:59:45.168Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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=f3205c8dacf0493d -C extra-filename=-a3f4af9fb7adc7dd --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-0838bba19a0ab684.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-09-06T23:59:45.169Z Running `/home/build/.rustup/toolchains/1.98.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=8400b88dd99a07ba -C extra-filename=-9f3dce73c987bafb --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-a85bc2f7a054eda7.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6df587a19f68a5b7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --cap-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-50edb6e3051984da/out/lib`
35762026-09-06T23:59:45.169Z Running `/home/build/.rustup/toolchains/1.98.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.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b9e3bf1497b0a233 -C extra-filename=-9037290892bc41dc --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-30a1da2db0dd111b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772026-09-06T23:59:45.169Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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(coverage,coverage_nightly)' --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=1a079ce73c93685d -C extra-filename=-0cd717b01a63ee1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
35782026-09-06T23:59:45.340Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2/build-script-build`
35792026-09-06T23:59:45.347Z Compiling oxnet v0.1.6
35802026-09-06T23:59:45.347Z Compiling ref-cast-impl v1.0.25
35812026-09-06T23:59:45.348Z Compiling pin-project-internal v1.1.11
35822026-09-06T23:59:45.348Z Compiling fs-err v3.3.0
35832026-09-06T23:59:45.348Z Compiling path-slash v0.1.5
35842026-09-06T23:59:45.348Z Compiling precomputed-hash v0.1.1
35852026-09-06T23:59:45.348Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81/build-script-build`
35862026-09-06T23:59:45.348Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=6c52a6feef03f540 -C extra-filename=-0e0538b367848f2a --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-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-09-06T23:59:45.348Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=1a24e584f5c6e378 -C extra-filename=-87f203a022ee981a --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-dbb806304b87bd02.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-09-06T23:59:45.348Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="cipher"' --cfg 'feature="legacy"' --cfg 'feature="rng"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8537e006e3a4a5b0 -C extra-filename=-457119b7b5d0ad55 --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-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-09-06T23:59:45.380Z Compiling object v0.30.4
35902026-09-06T23:59:45.385Z Compiling knus-derive v3.4.0
35912026-09-06T23:59:45.385Z Compiling fixedbitset v0.4.2
35922026-09-06T23:59:45.385Z Compiling new_debug_unreachable v1.0.6
35932026-09-06T23:59:45.385Z Compiling signal-hook-mio v0.2.5
35942026-09-06T23:59:45.385Z Compiling toml_write v0.1.2
35952026-09-06T23:59:45.412Z Compiling zstd-safe v7.2.4
35962026-09-06T23:59:45.495Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=289647bfa885b966 -C extra-filename=-8060d56960a9df22 --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-aea237dd1abc5aa3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-09-06T23:59:45.507Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410/build-script-build`
35982026-09-06T23:59:45.507Z Running `/home/build/.rustup/toolchains/1.98.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=1988b453f3b628dc -C extra-filename=-5a8a42aa1c779634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-09-06T23:59:45.507Z Running `/home/build/.rustup/toolchains/1.98.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=278d6f3251b78970 -C extra-filename=-f6384fa8b47385bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-09-06T23:59:45.507Z Running `/home/build/.rustup/toolchains/1.98.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.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 '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --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::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--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=c4102597448cd280 -C extra-filename=-8de843062e18a7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-09-06T23:59:45.507Z Running `/home/build/.rustup/toolchains/1.98.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.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=f49ebbbf6d5d323f -C extra-filename=-21139e730fc7b80b --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-09-06T23:59:45.508Z Running `/home/build/.rustup/toolchains/1.98.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=4ba67cbce4884de9 -C extra-filename=-2a9037a83e53d4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032026-09-06T23:59:45.508Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788/build-script-build`
36042026-09-06T23:59:45.508Z Running `/home/build/.rustup/toolchains/1.98.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=20860061365232b7 -C extra-filename=-a19bb701981b0cac --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-0d1d74eea2047571.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3c20ccdf19b31186.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-13cbce147cce3405.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-09-06T23:59:45.509Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knus_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-derive-3.4.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 --allow=unused_assignments --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adb0f296d85d4ade -C extra-filename=-0937861cf4ba085d --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-b4d67f07919ede1e.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-4d9390a364a21ca3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-09-06T23:59:45.509Z Running `/home/build/.rustup/toolchains/1.98.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=5869943d4f818c7d -C extra-filename=-97fd0f1b9d7531fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-09-06T23:59:45.509Z Running `/home/build/.rustup/toolchains/1.98.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=c5d02f9211442b64 -C extra-filename=-427d88e1fb2adc7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-09-06T23:59:45.509Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=980c60068ff4051a -C extra-filename=-dd81de431cc0c257 --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-f36ac586621dabce.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092026-09-06T23:59:45.509Z Running `/home/build/.rustup/toolchains/1.98.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=ad90396eb7e5f68a -C extra-filename=-d71576c81b445b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102026-09-06T23:59:45.509Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=c14229f0340527ce -C extra-filename=-1dbd92cf24d34d87 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-09-06T23:59:45.562Z Compiling jiff-core v0.1.0
36122026-09-06T23:59:45.582Z Running `/home/build/.rustup/toolchains/1.98.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=ccdf14f8977faa9e -C extra-filename=-77840e6b6e2d2bdd --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-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
36132026-09-06T23:59:45.582Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-core-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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "logging", "std", "tz-fat"))' -C metadata=564aa78aff621fa0 -C extra-filename=-bce2fb3ca4db63b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-09-06T23:59:45.685Z Compiling miette v7.6.0
36152026-09-06T23:59:45.709Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.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="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=3efbc625b193ba97 -C extra-filename=-6d6c58d99ec6aa2e --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-016a146c76daa131.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-38e2638fe132a04f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-f3d0dc707ff0d392.so --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-071a683de170e1bd.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-423b7004db5555b5.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-c9c8b90086cebcbf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-09-06T23:59:45.717Z Compiling daft v0.1.8
36172026-09-06T23:59:45.717Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=50e5b4684e885ad5 -C extra-filename=-cec375fe56ae7184 --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-fb85b7233ccc5508.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-09-06T23:59:45.799Z Compiling toml_edit v0.22.27
36192026-09-06T23:59:45.813Z Compiling inout v0.1.4
36202026-09-06T23:59:45.886Z Compiling petgraph v0.6.5
36212026-09-06T23:59:45.899Z Compiling snafu-derive v0.8.9
36222026-09-06T23:59:45.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-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 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("block-padding", "std"))' -C metadata=97aa6be2e63e1174 -C extra-filename=-4d8336ecaf92709f --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-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-09-06T23:59:45.899Z Running `/home/build/.rustup/toolchains/1.98.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=9492d85860afe321 -C extra-filename=-dbf464cace64d1b9 --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-6742a619450b5c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-d71576c81b445b76.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ef6a3cbdcba96902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-09-06T23:59:45.989Z Compiling heapless v0.7.17
36252026-09-06T23:59:45.995Z Compiling pem v3.0.6
36262026-09-06T23:59:45.995Z Compiling arrayvec v0.7.6
36272026-09-06T23:59:46.051Z Running `/home/build/.rustup/toolchains/1.98.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=749174fe08981eb2 -C extra-filename=-6324502ac22b92e6 --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-97fd0f1b9d7531fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-09-06T23:59:46.058Z Running `/home/build/.rustup/toolchains/1.98.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.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 --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=15bf913076e81802 -C extra-filename=-79b5bbc978b98ab1 --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-2408c3d4c6d3556f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292026-09-06T23:59:46.100Z Compiling string_cache v0.8.9
36302026-09-06T23:59:46.227Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36312026-09-06T23:59:46.227Z Compiling fixedbitset v0.5.7
36322026-09-06T23:59:46.227Z Running `/home/build/.rustup/toolchains/1.98.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=b1fd061140d940e5 -C extra-filename=-6c1517e20e2bdc73 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-09-06T23:59:46.228Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=79b884c8598dc0b1 -C extra-filename=-bad34ca77d4ced2b --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-a99736055d4f315d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-09-06T23:59:46.228Z Running `/home/build/.rustup/toolchains/1.98.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=fc977d1dd8308f15 -C extra-filename=-b641eb45e77125e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:46.252Z Compiling lalrpop-util v0.19.12
36362026-09-06T23:59:46.252Z Compiling arrayref v0.3.9
36372026-09-06T23:59:46.252Z Compiling constant_time_eq v0.4.2
36382026-09-06T23:59:46.277Z Running `/home/build/.rustup/toolchains/1.98.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=818c0cfc1db5cffa -C extra-filename=-e91abaf8b893a3e1 --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-427d88e1fb2adc7b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0e0538b367848f2a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5a8a42aa1c779634.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-09-06T23:59:46.295Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37bf81c0a7344ef0 -C extra-filename=-2c565afa591740ee --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-09-06T23:59:46.295Z Running `/home/build/.rustup/toolchains/1.98.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=e15d744b92145932 -C extra-filename=-495c4a330cb2088e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412026-09-06T23:59:46.380Z Running `/home/build/.rustup/toolchains/1.98.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=91e1c23b634988f0 -C extra-filename=-af56003b6d749e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-09-06T23:59:46.401Z Compiling test-strategy v0.4.5
36432026-09-06T23:59:46.401Z Compiling crossterm v0.28.1
36442026-09-06T23:59:46.401Z Running `/home/build/.rustup/toolchains/1.98.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=9e776ac4e5fde2af -C extra-filename=-fd2fe092f597efe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-09-06T23:59:46.416Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-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 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("count_instructions_test", "default", "std"))' -C metadata=66d0100793e5ee25 -C extra-filename=-51a3b6ea9f09faea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-09-06T23:59:46.447Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b/build-script-build`
36472026-09-06T23:59:46.456Z Running `/home/build/.rustup/toolchains/1.98.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.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())' -C metadata=a3994f1dfe75c251 -C extra-filename=-891ca3a037c7bc9a --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-9b68d25ca1e9f8a6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-09-06T23:59:46.456Z Running `/home/build/.rustup/toolchains/1.98.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=9049b0a71cd8785c -C extra-filename=-787924a301230b23 --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-3948ba2719554b61.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dd81de431cc0c257.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-09-06T23:59:46.530Z Compiling petgraph v0.8.3
36502026-09-06T23:59:46.544Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=2e43d6a6899f72ad -C extra-filename=-7cb5975a6bcf5be0 --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-a96344eae1a3d1f9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6035df34c91ab17.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
36512026-09-06T23:59:46.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.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 '--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=997e4984bae5acd0 -C extra-filename=-e5e6672e5c6fdd9f --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-495c4a330cb2088e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-09-06T23:59:46.712Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36532026-09-06T23:59:46.722Z Compiling cipher v0.4.4
36542026-09-06T23:59:46.830Z Running `/home/build/.rustup/toolchains/1.98.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=a8f13cac406a4485 -C extra-filename=-5f249a94a98632d0 --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-2a9037a83e53d4a1.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)'`
36552026-09-06T23:59:46.835Z Compiling serde_plain v1.0.2
36562026-09-06T23:59:46.835Z Compiling serde-big-array v0.5.1
36572026-09-06T23:59:46.835Z Compiling similar v2.7.0
36582026-09-06T23:59:46.835Z Running `/home/build/.rustup/toolchains/1.98.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=1a1122cbbdc0ce51 -C extra-filename=-96f85c928ddbad8a --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-ddef13110ccf1ec1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-09-06T23:59:46.835Z Running `/home/build/.rustup/toolchains/1.98.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="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=a10ff7a2947f5054 -C extra-filename=-6daee57debadb2fd --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-2485650c47585fb6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d8336ecaf92709f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-09-06T23:59:46.988Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee/build-script-build`
36612026-09-06T23:59:47.011Z Running `/home/build/.rustup/toolchains/1.98.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=414ee27dc8026d9f -C extra-filename=-59df7aa68e900ac7 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-09-06T23:59:47.011Z Compiling async-recursion v1.1.1
36632026-09-06T23:59:47.011Z Compiling serde_repr v0.1.20
36642026-09-06T23:59:47.012Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36652026-09-06T23:59:47.012Z Compiling derive-where v1.6.0
36662026-09-06T23:59:47.012Z Running `/home/build/.rustup/toolchains/1.98.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=6fff986b4c8b850d -C extra-filename=-1a0dffbe7c673471 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-09-06T23:59:47.012Z Running `/home/build/.rustup/toolchains/1.98.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=5f40eaa9ea6f93af -C extra-filename=-4d8274df01164ebc --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-61dca3a0d5526e42.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-09-06T23:59:47.039Z Running `/home/build/.rustup/toolchains/1.98.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.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=edee6869f0144ea4 -C extra-filename=-730d11fe6574c1ba --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
36692026-09-06T23:59:47.073Z Running `/home/build/.rustup/toolchains/1.98.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=34d767cd9a9faa0a -C extra-filename=-75cb42a0302df866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-09-06T23:59:47.094Z Running `/home/build/.rustup/toolchains/1.98.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50ab5ad1c9967ff4 -C extra-filename=-25994cd4633785c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712026-09-06T23:59:47.094Z Compiling jiff v0.2.34
36722026-09-06T23:59:47.094Z Compiling tokio-native-tls v0.3.1
36732026-09-06T23:59:47.094Z Running `/home/build/.rustup/toolchains/1.98.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=2714c5cff659f9f9 -C extra-filename=-a8d1cd8906920083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-09-06T23:59:47.094Z Running `/home/build/.rustup/toolchains/1.98.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.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("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=9b4d2a07ceba3cbb -C extra-filename=-b204df21dbd8d7dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-09-06T23:59:47.157Z Compiling convert_case v0.10.0
36762026-09-06T23:59:47.167Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --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", "defmt", "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=cc8995935b339648 -C extra-filename=-6f3ab8716908876b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jcore=/work/oxidecomputer/omicron/target/debug/deps/libjiff_core-bce2fb3ca4db63b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-09-06T23:59:47.168Z Running `/home/build/.rustup/toolchains/1.98.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=90b88f2aa21d0c6b -C extra-filename=-5b50efc1481b4aaa --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-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36782026-09-06T23:59:47.241Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73/build-script-build`
36792026-09-06T23:59:47.256Z Compiling blake3 v1.8.5
36802026-09-06T23:59:47.256Z Compiling hash32 v0.2.1
36812026-09-06T23:59:47.257Z Running `/home/build/.rustup/toolchains/1.98.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.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=ab30bd51544530d2 -C extra-filename=-9359d755b6e446b3 --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-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-09-06T23:59:47.411Z Compiling predicates-core v1.0.10
36832026-09-06T23:59:47.424Z Compiling linked-hash-map v0.5.6
36842026-09-06T23:59:47.424Z Compiling smoltcp v0.9.1
36852026-09-06T23:59:47.424Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=ff6741e72b5cd953 -C extra-filename=-04676f7424b905a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-09-06T23:59:47.424Z Running `/home/build/.rustup/toolchains/1.98.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=ec1f96c47677352c -C extra-filename=-a2c6dd723898de27 --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-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-09-06T23:59:47.489Z Running `/home/build/.rustup/toolchains/1.98.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.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=2885fd78d2824442 -C extra-filename=-1b991c95fd524a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882026-09-06T23:59:47.500Z Compiling unicode-bidi v0.3.18
36892026-09-06T23:59:47.501Z Compiling typed-path v0.9.3
36902026-09-06T23:59:47.501Z Running `/home/build/.rustup/toolchains/1.98.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=9b1bb7db9fc1f4e0 -C extra-filename=-0334b12b2f545292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-09-06T23:59:47.501Z Running `/home/build/.rustup/toolchains/1.98.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=65138c18c15419f9 -C extra-filename=-f335f3d2a56a5464 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-09-06T23:59:47.564Z Compiling knus v3.4.0
36932026-09-06T23:59:47.578Z Compiling pin-project v1.1.11
36942026-09-06T23:59:47.618Z Running `/home/build/.rustup/toolchains/1.98.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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=fe43cd0980913ef5 -C extra-filename=-d38b4d3ed92ef448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-09-06T23:59:47.647Z Running `/home/build/.rustup/toolchains/1.98.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=6b8ea8f8f4e24844 -C extra-filename=-7bb1c14244deebc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-09-06T23:59:47.684Z Compiling bumpalo v3.20.2
36972026-09-06T23:59:47.699Z Compiling unicode-properties v0.1.4
36982026-09-06T23:59:47.699Z Compiling libbz2-rs-sys v0.2.2
36992026-09-06T23:59:47.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knus --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-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 --allow=unused_assignments --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knus-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knus-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=dc91cbf9c417d463 -C extra-filename=-f6a0a54089104b57 --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-a99736055d4f315d.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-33a612e01df7a250.rmeta --extern knus_derive=/work/oxidecomputer/omicron/target/debug/deps/libknus_derive-0937861cf4ba085d.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-09-06T23:59:47.699Z Running `/home/build/.rustup/toolchains/1.98.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.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=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --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::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::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--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=48e98d323db17e96 -C extra-filename=-3664d3bd232d12d7 --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-8de843062e18a7c9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-09-06T23:59:47.758Z Compiling hyper v1.10.1
37022026-09-06T23:59:47.764Z Compiling toml v0.8.23
37032026-09-06T23:59:47.764Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=3d60ceb09987c42e -C extra-filename=-63dbfd4e28ad89c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-09-06T23:59:47.765Z Running `/home/build/.rustup/toolchains/1.98.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.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="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2126d2f5a6f0ddbd -C extra-filename=-5adf7cd0144a2a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-09-06T23:59:47.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-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="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=a096f18405141526 -C extra-filename=-017a89899ccff366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-09-06T23:59:47.798Z Compiling derive_more-impl v2.1.1
37072026-09-06T23:59:47.917Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --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=14ca4b8b86ac4782 -C extra-filename=-2c06026f00ddcab8 --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-36761043cea7cc10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b0bcfa1f4cefff13.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-7b97fdc37ca84041.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-09-06T23:59:47.918Z Running `/home/build/.rustup/toolchains/1.98.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=32ea08c33463c328 -C extra-filename=-8cc9eec1e74c1b89 --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-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-09-06T23:59:47.926Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
37102026-09-06T23:59:47.926Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37112026-09-06T23:59:47.926Z Running `/home/build/.rustup/toolchains/1.98.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --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", "eq", "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=31e1cd2096b33006 -C extra-filename=-0130089cfadeb675 --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-9359d755b6e446b3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-09-06T23:59:47.999Z Running `/home/build/.rustup/toolchains/1.98.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=e266be82cce63cfc -C extra-filename=-12ca92232ccbac47 --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-813617d6527196ad.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a8d1cd8906920083.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-09-06T23:59:48.007Z Compiling lru-cache v0.1.2
37142026-09-06T23:59:48.007Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=3ce9d0853b3692b6 -C extra-filename=-4efc0056836d0980 --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-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-77840e6b6e2d2bdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-09-06T23:59:48.116Z Compiling stringprep v0.1.5
37162026-09-06T23:59:48.119Z Compiling zopfli v0.8.3
37172026-09-06T23:59:48.119Z Compiling hickory-proto v0.24.4
37182026-09-06T23:59:48.119Z Running `/home/build/.rustup/toolchains/1.98.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=2dbe356ce6ffe2f7 -C extra-filename=-a6e6dda2918cca1a --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-0334b12b2f545292.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-09-06T23:59:48.120Z Running `/home/build/.rustup/toolchains/1.98.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=c63d38bcfeaa346c -C extra-filename=-0c56258846f261b6 --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-a2c6dd723898de27.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
37202026-09-06T23:59:48.120Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a7f90a55244bf0 -C extra-filename=-814f4c615715e0fa --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.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/`
37212026-09-06T23:59:48.192Z Compiling hickory-proto v0.25.2
37222026-09-06T23:59:48.196Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9/build-script-build`
37232026-09-06T23:59:48.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.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 --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=fd6f8c1c535d9de9 -C extra-filename=-533df23fbebc93d2 --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-63dbfd4e28ad89c0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-09-06T23:59:48.229Z Running `/home/build/.rustup/toolchains/1.98.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=c2ef348715998182 -C extra-filename=-0f06a086ff368c48 --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-d38b4d3ed92ef448.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-44732fa43f584adb.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-5adf7cd0144a2a55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-09-06T23:59:48.229Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464/build-script-build`
37262026-09-06T23:59:48.229Z Running `/home/build/.rustup/toolchains/1.98.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=5b9aac1a6bdef12b -C extra-filename=-676cd08cf611fa60 --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-e5ce56e8506f5b30.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3b4a47b0474a8a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-09-06T23:59:48.298Z Compiling snafu v0.8.9
37282026-09-06T23:59:48.302Z Compiling byte-wrapper v0.1.0
37292026-09-06T23:59:48.302Z Compiling tokio-stream v0.1.18
37302026-09-06T23:59:48.302Z Running `/home/build/.rustup/toolchains/1.98.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=03e7a8c4f0efe246 -C extra-filename=-10edf0d828782d1e --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-e5ce56e8506f5b30.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3b4a47b0474a8a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-09-06T23:59:48.406Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
37322026-09-06T23:59:48.409Z Compiling bzip2 v0.6.1
37332026-09-06T23:59:48.409Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-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="alloc"' --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("alloc", "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=cf61287cf1adc5bc -C extra-filename=-edbd0ef5556767f5 --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-f57b0cec2750c1f6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3664d3bd232d12d7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-79b5bbc978b98ab1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-09-06T23:59:48.409Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=7f2dab57aa39667f -C extra-filename=-f7b6f999387b6320 --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-a99736055d4f315d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-09-06T23:59:48.449Z Running `/home/build/.rustup/toolchains/1.98.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.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=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="default"' --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=f1f99ed24eaecc22 -C extra-filename=-f1173c6658f3d555 --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-f57b0cec2750c1f6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-09-06T23:59:48.536Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
37372026-09-06T23:59:48.539Z Compiling md-5 v0.10.6
37382026-09-06T23:59:48.539Z Compiling strum_macros v0.27.2
37392026-09-06T23:59:48.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=a0aa0ad2dd0de528 -C extra-filename=-e7fb1e55b3cb2059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-017a89899ccff366.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-09-06T23:59:48.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/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=e76f4034d981a27e -C extra-filename=-46742cb7dfb889b1 --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-a85bc2f7a054eda7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-38df1fc9f326a20e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a44900a9e3136ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-09-06T23:59:48.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/bcd3bf2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bb99aa7ebe5e1cf -C extra-filename=-8acb52825fec3660 --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-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-f6a0a54089104b57.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1a883e6055b44435.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-09-06T23:59:48.540Z Running `/home/build/.rustup/toolchains/1.98.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=dcaa6ca3308654a8 -C extra-filename=-d96920c5d07f12b6 --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-c8afeb56cacd505f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-09-06T23:59:48.541Z Running `/home/build/.rustup/toolchains/1.98.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=6f923c5b20a393b6 -C extra-filename=-cf24493dd78e4688 --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-09-06T23:59:48.616Z Compiling float-cmp v0.10.0
37452026-09-06T23:59:48.621Z Running `/home/build/.rustup/toolchains/1.98.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=3eb54ab6f8bd4406 -C extra-filename=-89c75ebec9463905 --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-09-06T23:59:48.697Z Compiling difflib v0.4.0
37472026-09-06T23:59:48.756Z Compiling normalize-line-endings v0.3.0
37482026-09-06T23:59:48.760Z Compiling fallible-iterator v0.2.0
37492026-09-06T23:59:48.760Z Running `/home/build/.rustup/toolchains/1.98.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=0d9fc45d80384149 -C extra-filename=-afaa06b411bb7b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502026-09-06T23:59:48.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37512026-09-06T23:59:48.798Z Compiling resolv-conf v0.7.6
37522026-09-06T23:59:48.798Z Compiling iddqd v0.4.2
37532026-09-06T23:59:48.798Z Compiling olpc-cjson v0.1.4
37542026-09-06T23:59:48.838Z Running `/home/build/.rustup/toolchains/1.98.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=fff3b76f6e61b2f6 -C extra-filename=-70bcc33a7412a737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:48.842Z Running `/home/build/.rustup/toolchains/1.98.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=b94c99a13b73fd43 -C extra-filename=-987879407be9ea50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-09-06T23:59:48.842Z Compiling phf_shared v0.13.1
37572026-09-06T23:59:48.877Z Running `/home/build/.rustup/toolchains/1.98.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=2239263356406ae5 -C extra-filename=-8d920e93dbc2c487 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-09-06T23:59:48.880Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --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=029ef4ec99046c7a -C extra-filename=-741a433666908766 --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-ee51dc0aff59f99d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592026-09-06T23:59:48.881Z Running `/home/build/.rustup/toolchains/1.98.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=b135d9e0e1b984ba -C extra-filename=-63b25f2e825259f8 --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-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0c56258846f261b6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602026-09-06T23:59:48.913Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-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="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=f5f57a096206150b -C extra-filename=-20f6e0de4defe2af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-09-06T23:59:48.916Z Running `/home/build/.rustup/toolchains/1.98.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=a0dbd5f2687ccefa -C extra-filename=-6748997398286f70 --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-44732fa43f584adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-09-06T23:59:48.916Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37632026-09-06T23:59:48.916Z Running `/home/build/.rustup/toolchains/1.98.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=d8bae750126aba80 -C extra-filename=-ea6fc87ab2989f76 --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-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-09-06T23:59:48.949Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/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=f06aeff9d6b08eb9 -C extra-filename=-93280b6cb057298d --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-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-09-06T23:59:48.984Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
37662026-09-06T23:59:49.054Z Compiling peg-runtime v0.8.5
37672026-09-06T23:59:49.057Z Compiling corncobs v0.1.4
37682026-09-06T23:59:49.209Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/98615b8/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 --cfg 'feature="ipcc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "default", "ipcc", "pki-playground", "unittest"))' -C metadata=3ae8691e8f64e912 -C extra-filename=-23eae949ade3140c --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-23eae949ade3140c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-09-06T23:59:49.220Z Compiling hyper-util v0.1.20
37702026-09-06T23:59:49.227Z Compiling predicates v3.1.4
37712026-09-06T23:59:49.227Z Compiling buf-list v1.1.2
37722026-09-06T23:59:49.227Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37732026-09-06T23:59:49.227Z Compiling secrecy v0.8.0
37742026-09-06T23:59:49.227Z Compiling whoami v2.1.0
37752026-09-06T23:59:49.227Z Running `/home/build/.rustup/toolchains/1.98.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=786f6ceca4eddeea -C extra-filename=-7e77bbb16c35318e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-09-06T23:59:49.227Z Running `/home/build/.rustup/toolchains/1.98.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=5977fd92d4f6603f -C extra-filename=-3ad3e6f9a1ff60a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-09-06T23:59:49.256Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=9f51c9400e18de02 -C extra-filename=-dc005497caaa8092 --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-09-06T23:59:49.259Z Compiling postgres-protocol v0.6.10
37792026-09-06T23:59:49.259Z Compiling phf v0.13.1
37802026-09-06T23:59:49.288Z Compiling match_cfg v0.1.0
37812026-09-06T23:59:49.292Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.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=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_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_enums' '--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=9f56d555a095454a -C extra-filename=-eba8521e88a666db --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-665243e242fcd7e8.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-afaa06b411bb7b98.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-89c75ebec9463905.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-70bcc33a7412a737.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-09-06T23:59:49.325Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=897bd7081e6a5cd6 -C extra-filename=-63f81254ca42a035 --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-47cd8f8dc9e7b1a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-09-06T23:59:49.329Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=4d3e94d50c3b4f58 -C extra-filename=-8b9ea06fdb9fe7db --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-fd2fe092f597efe0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-b641eb45e77125e0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-51a3b6ea9f09faea.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9037290892bc41dc.rmeta --cap-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-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/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()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
37842026-09-06T23:59:49.329Z Running `/home/build/.rustup/toolchains/1.98.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=2502b02e32e67787 -C extra-filename=-b10789da333cdd33 --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-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-09-06T23:59:49.329Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=7826b2e15cd3bf3a -C extra-filename=-2470766db2a88262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-09-06T23:59:49.329Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/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=d0e06188dbac6d4d -C extra-filename=-670176809afdede0 --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-d54ce1c3939a9e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-09-06T23:59:49.329Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487/build-script-build`
37882026-09-06T23:59:49.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=8561ce6ceea5256e -C extra-filename=-37f77445be573317 --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-a99736055d4f315d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-d96920c5d07f12b6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-0f06a086ff368c48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-09-06T23:59:49.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=e2a19c7289d02317 -C extra-filename=-305a802588653b83 --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-ea6fc87ab2989f76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-09-06T23:59:49.362Z Compiling slog-json v2.6.1
37912026-09-06T23:59:49.366Z Running `/home/build/.rustup/toolchains/1.98.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=67e8056f57b5bc79 -C extra-filename=-880685be2356f598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922026-09-06T23:59:49.398Z Compiling derive_more v2.1.1
37932026-09-06T23:59:49.436Z Running `/home/build/.rustup/toolchains/1.98.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=df2929dd105595d2 -C extra-filename=-a5f9179d2f1eff47 --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-09-06T23:59:49.475Z Compiling newtype-uuid-macros v0.1.0
37952026-09-06T23:59:49.479Z Compiling sha1 v0.11.0
37962026-09-06T23:59:49.548Z Running `/home/build/.rustup/toolchains/1.98.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.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=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --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", "eq", "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=8bc33f4b9431f6cc -C extra-filename=-8ad9980a0f203a00 --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-0130089cfadeb675.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-09-06T23:59:49.626Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37982026-09-06T23:59:49.629Z Compiling async-stream-impl v0.3.6
37992026-09-06T23:59:49.629Z Running `/home/build/.rustup/toolchains/1.98.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=4f5007566b713521 -C extra-filename=-de6a7696c5ed2084 --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002026-09-06T23:59:49.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-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 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=4c7c09e4bdb97b49 -C extra-filename=-46c657d18701ce00 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-09-06T23:59:49.737Z Compiling toml_datetime v1.1.1+spec-1.1.0
38022026-09-06T23:59:49.737Z Compiling serde_spanned v1.1.1
38032026-09-06T23:59:49.744Z Running `/home/build/.rustup/toolchains/1.98.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=49a5b76a8b188723 -C extra-filename=-17af6e71604b9409 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.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/`
38042026-09-06T23:59:49.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/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=c6c87c50c47e11e2 -C extra-filename=-82c6871faafbe01c --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-ba57704941fdbd49.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-3ad3e6f9a1ff60a1.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-93280b6cb057298d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-09-06T23:59:49.744Z Running `/home/build/.rustup/toolchains/1.98.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=ced727731c710a63 -C extra-filename=-e3b68c69b7e194e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-09-06T23:59:49.778Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
38072026-09-06T23:59:49.781Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-23eae949ade3140c/build-script-build`
38082026-09-06T23:59:49.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=127d6a0bff3e3d78 -C extra-filename=-3bb6920e23c910b1 --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-09-06T23:59:49.825Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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=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_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_enums' '--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=03fc3822056fd25b -C extra-filename=-8b219f4aa3207b10 --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102026-09-06T23:59:49.825Z Compiling postgres-types v0.2.12
38112026-09-06T23:59:49.855Z Running `/home/build/.rustup/toolchains/1.98.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=cd5e8fed600ba647 -C extra-filename=-dca843d0185dc07a --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-bb74a95d46416a86.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-46742cb7dfb889b1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a19bb701981b0cac.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-f6384fa8b47385bf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-8af706e8917935ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rmeta --cap-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-50edb6e3051984da/out/lib`
38122026-09-06T23:59:49.858Z Compiling hostname v0.3.1
38132026-09-06T23:59:49.894Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-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 --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", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "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-bit-vec-0_7", "with-bit-vec-0_8", "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-jiff-0_2", "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=4a1fc987fd754343 -C extra-filename=-405a5604a463ea5a --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-47cd8f8dc9e7b1a0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-37f77445be573317.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-09-06T23:59:49.897Z Compiling serde_path_to_error v0.1.20
38152026-09-06T23:59:49.932Z Running `/home/build/.rustup/toolchains/1.98.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=5e717101c69b4739 -C extra-filename=-0878ac844fcf78ce --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-f36ac586621dabce.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-880685be2356f598.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-09-06T23:59:49.973Z Running `/home/build/.rustup/toolchains/1.98.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=a0e76c338fc750ad -C extra-filename=-16d7d7f100d91e5b --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-eb0a4b29e4e8f5ee.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-09-06T23:59:49.976Z Compiling multer v3.1.0
38182026-09-06T23:59:50.115Z Compiling compression-core v0.4.31
38192026-09-06T23:59:50.118Z Compiling toml_writer v1.1.1+spec-1.1.0
38202026-09-06T23:59:50.119Z Compiling dropshot v0.17.1
38212026-09-06T23:59:50.119Z Running `/home/build/.rustup/toolchains/1.98.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=41e2e0a856170f55 -C extra-filename=-53aa41d17e2a58ff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222026-09-06T23:59:50.307Z Compiling slog-bunyan v2.5.0
38232026-09-06T23:59:50.310Z Compiling rustls-pemfile v2.2.0
38242026-09-06T23:59:50.310Z Compiling dropshot_endpoint v0.17.1
38252026-09-06T23:59:50.310Z Compiling waitgroup v0.1.2
38262026-09-06T23:59:50.310Z Compiling hostname v0.4.2
38272026-09-06T23:59:50.310Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03950196a749d91d -C extra-filename=-360c1c16699326b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-09-06T23:59:50.310Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=aed99fd69ca72ff4 -C extra-filename=-4f65a077fab68d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-09-06T23:59:50.391Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.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 '--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=ed23b6799d044af4 -C extra-filename=-1e957d1a383cbde0 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-09-06T23:59:50.456Z Compiling atomicwrites v0.4.4
38312026-09-06T23:59:50.459Z Compiling serde_tokenstream v0.3.0
38322026-09-06T23:59:50.459Z Compiling macaddr v1.0.1
38332026-09-06T23:59:50.536Z Running `/home/build/.rustup/toolchains/1.98.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=b60a3193256c1854 -C extra-filename=-b669c6075079eafe --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-0878ac844fcf78ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5f9179d2f1eff47.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-09-06T23:59:50.539Z Running `/home/build/.rustup/toolchains/1.98.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=a1d7e8864688177e -C extra-filename=-3c4c38c24af6348d --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-591a1b9c6c02bd3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-09-06T23:59:50.576Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.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 '--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=579fb26f225a54d4 -C extra-filename=-eabd85006e96ac2b --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-09-06T23:59:50.579Z Running `/home/build/.rustup/toolchains/1.98.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=a0c7e330390b9e8f -C extra-filename=-d40647f6ba22a5cc --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-36761043cea7cc10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-09-06T23:59:50.579Z Running `/home/build/.rustup/toolchains/1.98.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=6f7ea797d213ea1b -C extra-filename=-e48d4bf7ecfc3ef8 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-09-06T23:59:50.612Z Compiling hickory-resolver v0.24.4
38392026-09-06T23:59:50.612Z Compiling tokio-postgres v0.7.16
38402026-09-06T23:59:50.616Z Compiling toml v1.1.2+spec-1.1.0
38412026-09-06T23:59:50.616Z Compiling compression-codecs v0.4.37
38422026-09-06T23:59:50.616Z Compiling regress v0.10.5
38432026-09-06T23:59:50.616Z Running `/home/build/.rustup/toolchains/1.98.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=54aeea5a0288369f -C extra-filename=-9f8f2645df36cc4c --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-43e5ccdc1ddefd3d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442026-09-06T23:59:50.616Z Running `/home/build/.rustup/toolchains/1.98.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=eba546eec9d45bc1 -C extra-filename=-72ece0250bd0035a --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-09-06T23:59:50.616Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-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=98a085d4f4e24275 -C extra-filename=-c0a2ca1178b3b11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-09-06T23:59:50.841Z Running `/home/build/.rustup/toolchains/1.98.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=253d8ea2a734a662 -C extra-filename=-caf0861b04d5f291 --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-c8afeb56cacd505f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-676cd08cf611fa60.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-a6e6dda2918cca1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-20f6e0de4defe2af.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-09-06T23:59:50.841Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff/build-script-build`
38482026-09-06T23:59:50.845Z Compiling hyper-tls v0.6.0
38492026-09-06T23:59:50.846Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38502026-09-06T23:59:50.846Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
38512026-09-06T23:59:50.846Z Compiling async-stream v0.3.6
38522026-09-06T23:59:50.846Z Compiling itertools v0.14.0
38532026-09-06T23:59:50.846Z Compiling instant v0.1.13
38542026-09-06T23:59:50.875Z Compiling parse-display-derive v0.10.0
38552026-09-06T23:59:50.880Z Compiling oxide-generation v0.1.3
38562026-09-06T23:59:50.880Z Compiling backon v1.6.0
38572026-09-06T23:59:50.913Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_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_enums' '--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=78f1c848b7e4596b -C extra-filename=-e143e7aacf77bb06 --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-26aea309b97267ee.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8b219f4aa3207b10.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3bb6920e23c910b1.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-4f65a077fab68d2a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582026-09-06T23:59:50.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=7346af9af17ed034 -C extra-filename=-b04cdc1baddd9a91 --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-9b9383e555f45b6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592026-09-06T23:59:50.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=9d83d4ac640d092c -C extra-filename=-0b2cc801ff39dc1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-360c1c16699326b1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-09-06T23:59:50.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.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 --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-bit-vec-0_7", "with-bit-vec-0_8", "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-jiff-0_2", "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=9153367185c68b23 -C extra-filename=-26808024e6bf7a5e --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-e5ce56e8506f5b30.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-305a802588653b83.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-37f77445be573317.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-405a5604a463ea5a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-2470766db2a88262.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-09-06T23:59:51.055Z Running `/home/build/.rustup/toolchains/1.98.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=a299bbd57e2cbbc1 -C extra-filename=-a5a0cae00fd98cfc --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-47cd8f8dc9e7b1a0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5b50efc1481b4aaa.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38622026-09-06T23:59:51.058Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/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 '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=eaea73151a5dbee3 -C extra-filename=-6115613a71ff3d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-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-50edb6e3051984da/out/lib`
38632026-09-06T23:59:51.058Z Running `/home/build/.rustup/toolchains/1.98.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=a689973ac4acf7a5 -C extra-filename=-32f232a1793a325b --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-cec375fe56ae7184.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-09-06T23:59:51.058Z Running `/home/build/.rustup/toolchains/1.98.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=82bcaab4039799c8 -C extra-filename=-55e04cd135c1297c --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-e3b68c69b7e194e5.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-09-06T23:59:51.058Z Running `/home/build/.rustup/toolchains/1.98.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=9f70446b2ace4773 -C extra-filename=-fe81d81eca53d050 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-09-06T23:59:51.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=7f5184281afe44c3 -C extra-filename=-375bea1ce7e3a24f --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-cec375fe56ae7184.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-09-06T23:59:51.059Z Running `/home/build/.rustup/toolchains/1.98.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=e792d5db86460413 -C extra-filename=-afc5c529a7b5a28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-09-06T23:59:51.059Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0/build-script-build`
38692026-09-06T23:59:51.059Z Running `/home/build/.rustup/toolchains/1.98.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=034cbb6483027ab5 -C extra-filename=-992338228558eaf8 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-09-06T23:59:51.059Z Compiling humantime v2.3.0
38712026-09-06T23:59:51.059Z Compiling convert_case v0.4.0
38722026-09-06T23:59:51.090Z Compiling secrecy v0.10.3
38732026-09-06T23:59:51.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=4befeaf8a53c1051 -C extra-filename=-bba67040a6645465 --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-34d1a9f7e69a4e38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-09-06T23:59:51.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=9dbb087fd3ac4c82 -C extra-filename=-fd773f1aaff6b9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-09-06T23:59:51.324Z Compiling reqwest v0.12.28
38762026-09-06T23:59:51.324Z Compiling strum v0.27.2
38772026-09-06T23:59:51.324Z Compiling async-compression v0.4.41
38782026-09-06T23:59:51.325Z Compiling oxide-generation-macros v0.2.0
38792026-09-06T23:59:51.360Z Running `/home/build/.rustup/toolchains/1.98.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=97e661f411848b2b -C extra-filename=-8d22a73afb78cdb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-09-06T23:59:51.363Z Running `/home/build/.rustup/toolchains/1.98.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=b2034f3a8952ff16 -C extra-filename=-605610ac2edb8b90 --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-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-09-06T23:59:51.518Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="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=d963d88322f09abc -C extra-filename=-48c1f50a5b70e371 --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b0bcfa1f4cefff13.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a5a0cae00fd98cfc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5b50efc1481b4aaa.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-1ce13fa38c3edde3.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-992b67c263b6d652.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38822026-09-06T23:59:51.518Z Running `/home/build/.rustup/toolchains/1.98.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=78a75357435ab0ea -C extra-filename=-f19578883888b03c --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-cf24493dd78e4688.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832026-09-06T23:59:51.523Z Compiling backoff v0.4.0
38842026-09-06T23:59:51.523Z Compiling indent_write v2.2.0
38852026-09-06T23:59:51.523Z Compiling camino-tempfile v1.4.1
38862026-09-06T23:59:51.524Z Compiling crucible-workspace-hack v0.1.0
38872026-09-06T23:59:51.524Z Compiling regress v0.11.1
38882026-09-06T23:59:51.524Z Compiling universal-hash v0.5.1
38892026-09-06T23:59:51.524Z Compiling thiserror-impl-no-std v2.0.2
38902026-09-06T23:59:51.524Z Running `/home/build/.rustup/toolchains/1.98.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=56c98816f1f1987c -C extra-filename=-68dae086988655aa --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-47cd8f8dc9e7b1a0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912026-09-06T23:59:51.524Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-macros-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=ddb1328e35fa34f8 -C extra-filename=-c5b55efb85d92178 --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-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0a2ca1178b3b11b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-09-06T23:59:51.524Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --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=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=eb8165fe9cc422c3 -C extra-filename=-7c096e393385ec67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-0b2cc801ff39dc1d.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-360c1c16699326b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-09-06T23:59:51.672Z Running `/home/build/.rustup/toolchains/1.98.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=d16b7eb157cdb567 -C extra-filename=-a8f9954c45614da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-09-06T23:59:51.676Z Running `/home/build/.rustup/toolchains/1.98.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=1576493cb3422375 -C extra-filename=-383dc14e3c76d3eb --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-f57b0cec2750c1f6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-09-06T23:59:51.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38962026-09-06T23:59:51.676Z Compiling unsafe-libyaml v0.2.11
38972026-09-06T23:59:51.676Z Compiling opaque-debug v0.3.1
38982026-09-06T23:59:51.676Z Compiling chacha20 v0.9.1
38992026-09-06T23:59:51.704Z Running `/home/build/.rustup/toolchains/1.98.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=377861f1f9a450bb -C extra-filename=-ac55dd1fa1be0133 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-09-06T23:59:51.707Z Running `/home/build/.rustup/toolchains/1.98.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=66e7254c56c588df -C extra-filename=-d5a1adc36d1a2e36 --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-369847ab087cf11d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-09-06T23:59:51.707Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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="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=01435e8ddc8c446c -C extra-filename=-d341089c6d4d580b --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-9b9383e555f45b6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-09-06T23:59:51.707Z Running `/home/build/.rustup/toolchains/1.98.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=227b072ba558206f -C extra-filename=-267b1c971771e65b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032026-09-06T23:59:51.707Z Running `/home/build/.rustup/toolchains/1.98.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=9d76276c23e5cd25 -C extra-filename=-2dacaf912060bdd6 --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-2485650c47585fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-09-06T23:59:51.822Z Compiling qorb v0.4.1
39052026-09-06T23:59:51.825Z Compiling derive_more v0.99.20
39062026-09-06T23:59:51.825Z Running `/home/build/.rustup/toolchains/1.98.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=428700a022b5b8e6 -C extra-filename=-fac5edfd7a1b28fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-09-06T23:59:51.825Z Running `/home/build/.rustup/toolchains/1.98.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=c5db6d9e4f4ef52c -C extra-filename=-ca5850d89599ee41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-09-06T23:59:51.825Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/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=fb94660f9fad56be -C extra-filename=-bf02954862cf931c --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-3948ba2719554b61.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-25994cd4633785c6.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-63b25f2e825259f8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cf24493dd78e4688.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092026-09-06T23:59:51.825Z Running `/home/build/.rustup/toolchains/1.98.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=df8f59d11058cded -C extra-filename=-67c85659b80ce174 --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-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-09-06T23:59:51.891Z Compiling aead v0.5.2
39112026-09-06T23:59:51.895Z Running `/home/build/.rustup/toolchains/1.98.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=0ed463f96fbf5f56 -C extra-filename=-1cfbac00e1744e07 --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-8d22a73afb78cdb5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-09-06T23:59:51.895Z Running `/home/build/.rustup/toolchains/1.98.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=3c65f151ff7d9604 -C extra-filename=-4413f88dc47ec03e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-caf0861b04d5f291.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-09-06T23:59:51.924Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39142026-09-06T23:59:51.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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=91a762a01696d0ff -C extra-filename=-5d0551c589eb6b11 --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-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-09-06T23:59:51.927Z Running `/home/build/.rustup/toolchains/1.98.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=eb92d76fe284d5df -C extra-filename=-68137692f8431a35 --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-2485650c47585fb6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-09-06T23:59:52.002Z Compiling poly1305 v0.8.0
39172026-09-06T23:59:52.006Z Compiling blake2 v0.10.6
39182026-09-06T23:59:52.068Z Compiling password-hash v0.5.0
39192026-09-06T23:59:52.099Z Running `/home/build/.rustup/toolchains/1.98.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=777192a051a301ef -C extra-filename=-746fb077122efe62 --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-603d68126913dae5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ca5850d89599ee41.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-2dacaf912060bdd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202026-09-06T23:59:52.102Z Running `/home/build/.rustup/toolchains/1.98.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=1df77823d7b85a5b -C extra-filename=-ba28847056dc7a3d --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-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-09-06T23:59:52.209Z Compiling swrite v0.1.0
39222026-09-06T23:59:52.213Z Compiling itertools v0.15.0
39232026-09-06T23:59:52.213Z Compiling num-derive v0.4.2
39242026-09-06T23:59:52.213Z Compiling glob v0.3.3
39252026-09-06T23:59:52.283Z Running `/home/build/.rustup/toolchains/1.98.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=fe303b44dca32e4b -C extra-filename=-f7b8c7be85efc0ca --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-4641a7d020b1e261.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-09-06T23:59:52.354Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133/build-script-build`
39272026-09-06T23:59:52.359Z Running `/home/build/.rustup/toolchains/1.98.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=ae18abc08fb3b622 -C extra-filename=-8a8724bec2baea40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-09-06T23:59:52.359Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=8e8a5ef0e0f61fca -C extra-filename=-af208bc9d100447a --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292026-09-06T23:59:52.359Z Running `/home/build/.rustup/toolchains/1.98.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=e9645997dbe6f603 -C extra-filename=-2c98d7798085936d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-09-06T23:59:52.360Z Compiling toml_datetime v0.7.5+spec-1.1.0
39312026-09-06T23:59:52.388Z Compiling proc-macro-error-attr v1.0.4
39322026-09-06T23:59:52.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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=06e2b291ff2de8c0 -C extra-filename=-32e11cbbb0cbd818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-09-06T23:59:52.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=c570b868129eb888 -C extra-filename=-cd21f5438e09fa0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-09-06T23:59:52.393Z Running `/home/build/.rustup/toolchains/1.98.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=6819b5271d7d6084 -C extra-filename=-2721e08d8f4a4ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-09-06T23:59:52.464Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
39362026-09-06T23:59:52.467Z Compiling chacha20poly1305 v0.10.1
39372026-09-06T23:59:52.467Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=9bf0579c770f8a1c -C extra-filename=-0b6bbcca0acc4404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-375bea1ce7e3a24f.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-09-06T23:59:52.467Z Running `/home/build/.rustup/toolchains/1.98.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=abb81018329ac621 -C extra-filename=-272df1a36bbcb959 --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-68137692f8431a35.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-67c85659b80ce174.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-746fb077122efe62.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-09-06T23:59:52.540Z Compiling serde_yaml v0.9.34+deprecated
39402026-09-06T23:59:52.544Z Running `/home/build/.rustup/toolchains/1.98.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=9e480f4f08336b15 -C extra-filename=-8928a1ebdb4f3415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-09-06T23:59:52.579Z Compiling argon2 v0.5.3
39422026-09-06T23:59:52.582Z Running `/home/build/.rustup/toolchains/1.98.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=87b360d9443b6988 -C extra-filename=-ccac601ffc147e41 --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-6742a619450b5c82.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-fac5edfd7a1b28fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-09-06T23:59:52.582Z Running `/home/build/.rustup/toolchains/1.98.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=11f921ad3a80b8dd -C extra-filename=-f6bb609b3f550cef --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-4641a7d020b1e261.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-ba28847056dc7a3d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-f7b8c7be85efc0ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-09-06T23:59:52.656Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39452026-09-06T23:59:52.662Z Compiling toml_edit v0.23.10+spec-1.0.0
39462026-09-06T23:59:52.662Z Compiling proc-macro-error v1.0.4
39472026-09-06T23:59:52.662Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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=98d31e1431a023e4 -C extra-filename=-311eacce34781988 --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-a99736055d4f315d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-09-06T23:59:52.663Z Running `/home/build/.rustup/toolchains/1.98.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.23.10+spec-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 --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="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=db86c725685c01f7 -C extra-filename=-073b11953b8e8aca --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-6742a619450b5c82.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd21f5438e09fa0c.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ef6a3cbdcba96902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-09-06T23:59:52.663Z Running `/home/build/.rustup/toolchains/1.98.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=ffd25717a487a5bd -C extra-filename=-a823a2c175fb117b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-09-06T23:59:52.771Z Compiling rayon v1.11.0
39512026-09-06T23:59:52.816Z Compiling tabwriter v1.4.1
39522026-09-06T23:59:52.816Z Compiling heapless v0.8.0
39532026-09-06T23:59:52.820Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=1799b0447cbb9f1c -C extra-filename=-263f7112b196b016 --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-2f892cc0986a716b.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9037290892bc41dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-09-06T23:59:52.936Z Compiling illumos-nvpair-sys v0.2.0
39552026-09-06T23:59:52.939Z Compiling hash32 v0.3.1
39562026-09-06T23:59:52.939Z Compiling colored v3.1.1
39572026-09-06T23:59:52.939Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39582026-09-06T23:59:52.939Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6/build-script-build`
39592026-09-06T23:59:52.939Z Running `/home/build/.rustup/toolchains/1.98.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=4b13f803e09f32a9 -C extra-filename=-0ea51ee9a85fb591 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-09-06T23:59:52.940Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-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="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=17daabed630b096b -C extra-filename=-8b45795018347949 --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-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-09-06T23:59:53.074Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.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=a9e98e3db3eb2c04 -C extra-filename=-9e5bbcb8344911d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-09-06T23:59:53.078Z Compiling smoltcp v0.11.0
39632026-09-06T23:59:53.078Z Compiling cobs v0.3.0
39642026-09-06T23:59:53.078Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
39652026-09-06T23:59:53.078Z Running `/home/build/.rustup/toolchains/1.98.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=a320a2dd6d56de42 -C extra-filename=-c51999a49be44886 --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-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-09-06T23:59:53.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-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 --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=834e816f9eaace37 -C extra-filename=-cc7c0de1c6e2b8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-09-06T23:59:53.078Z Running `/home/build/.rustup/toolchains/1.98.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=8a6ec4020d1eff95 -C extra-filename=-979756aeaf6052b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-09-06T23:59:53.113Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-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("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=93f3d21067333c56 -C extra-filename=-b6e1482266941a20 --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-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-09-06T23:59:53.116Z Running `/home/build/.rustup/toolchains/1.98.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=bd3f3088a91bd529 -C extra-filename=-c5d868ae71f3670a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-09-06T23:59:53.117Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/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=eb22c0faeb803704 -C extra-filename=-41899cc7a527c4ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712026-09-06T23:59:53.207Z Compiling rand v0.10.1
39722026-09-06T23:59:53.224Z Running `/home/build/.rustup/toolchains/1.98.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=ec94ac09a6c46241 -C extra-filename=-f3d4d08f7b516c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-09-06T23:59:53.224Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=e8c0424d0148bba8 -C extra-filename=-d04461f821ec7081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742026-09-06T23:59:53.232Z Compiling thiserror-no-std v2.0.2
39752026-09-06T23:59:53.232Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b/build-script-build`
39762026-09-06T23:59:53.232Z Running `/home/build/.rustup/toolchains/1.98.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=3ecb9dd2b79f3e01 -C extra-filename=-d20613ae41c8cf08 --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-267b1c971771e65b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772026-09-06T23:59:53.305Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39782026-09-06T23:59:53.345Z Compiling proc-macro-crate v3.4.0
39792026-09-06T23:59:53.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a57a6a92a9743140 -C extra-filename=-e3412516c678486c --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-311eacce34781988.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5d0551c589eb6b11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-09-06T23:59:53.425Z Running `/home/build/.rustup/toolchains/1.98.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.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=8b77943e1cbcb9be -C extra-filename=-65a39ba29a3d6d85 --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-073b11953b8e8aca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-09-06T23:59:53.506Z Compiling vsss-rs v3.3.4
39822026-09-06T23:59:53.509Z Compiling postcard v1.1.3
39832026-09-06T23:59:53.509Z Compiling proc-macro-crate v1.3.1
39842026-09-06T23:59:53.509Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591/build-script-build`
39852026-09-06T23:59:53.509Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6/build-script-build`
39862026-09-06T23:59:53.618Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39872026-09-06T23:59:53.618Z Compiling parse-display v0.10.0
39882026-09-06T23:59:53.626Z Compiling typify-impl v0.6.2
39892026-09-06T23:59:53.626Z Compiling foreign-types-macros v0.2.3
39902026-09-06T23:59:53.626Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
39912026-09-06T23:59:53.656Z Running `/home/build/.rustup/toolchains/1.98.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=2b95ddee7021b020 -C extra-filename=-93fd4ff2baf18ae8 --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-d3b13ba2ae292ea3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-d20613ae41c8cf08.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922026-09-06T23:59:53.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=6615b3fcddd353c0 -C extra-filename=-d8cdc101683a150c --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-b6e1482266941a20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-09-06T23:59:53.675Z Running `/home/build/.rustup/toolchains/1.98.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=1bc2917b04d98b06 -C extra-filename=-5ae1b41121ced6eb --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-0875c71ea664a892.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1453aaee161363d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-09-06T23:59:53.694Z Running `/home/build/.rustup/toolchains/1.98.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.16+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=d0379f93bcf255e9 -C extra-filename=-e82e864ff8c7935d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-45e1df31c066bec3/out -l static=zstd`
39952026-09-06T23:59:53.703Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87/build-script-build`
39962026-09-06T23:59:53.703Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=719adc625fe1380b -C extra-filename=-db5f184dc96b370a --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-db5f184dc96b370a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-8acb52825fec3660.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-09-06T23:59:53.703Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1/build-script-build`
39982026-09-06T23:59:53.703Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=b3f53103fd23c07d -C extra-filename=-c2444028eba3d1d1 --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-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-09-06T23:59:53.706Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1cefc58eb06dcb0 -C extra-filename=-52bdaac986d07532 --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-b4d67f07919ede1e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-09-06T23:59:53.706Z Running `/home/build/.rustup/toolchains/1.98.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=649d0482110336f5 -C extra-filename=-7b61c795d35e6013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-09-06T23:59:53.729Z Running `/home/build/.rustup/toolchains/1.98.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=809c635508d163c5 -C extra-filename=-c9efdcc507723cfe --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-afc5c529a7b5a28a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-09-06T23:59:53.755Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff/build-script-build`
40032026-09-06T23:59:53.778Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-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=97a6bcd2a75b5e56 -C extra-filename=-a2e293dc48886e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40042026-09-06T23:59:53.803Z Running `/home/build/.rustup/toolchains/1.98.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=6b2fb40d31f2c485 -C extra-filename=-99c03dfaa89385d3 --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-c51999a49be44886.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052026-09-06T23:59:53.831Z Compiling ingot-macros v0.2.0
40062026-09-06T23:59:53.855Z Running `/home/build/.rustup/toolchains/1.98.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=01326c7b5c107146 -C extra-filename=-b00da713d20c8fa5 --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-f3d4d08f7b516c06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
40072026-09-06T23:59:53.877Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40082026-09-06T23:59:53.883Z Running `/home/build/.rustup/toolchains/1.98.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.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=037ca7cf12addd13 -C extra-filename=-f0699dad52f1dbd8 --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-7a1835c470d020cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-09-06T23:59:53.883Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=da027cc9e8b5c2cc -C extra-filename=-0f85acb4b240c4be --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-09-06T23:59:53.909Z Compiling foreign-types-shared v0.3.1
40112026-09-06T23:59:53.944Z Running `/home/build/.rustup/toolchains/1.98.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=b6a1c4509f856f58 -C extra-filename=-146e617de31717b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-09-06T23:59:53.947Z Running `/home/build/.rustup/toolchains/1.98.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=349b351e22e38347 -C extra-filename=-384995a6f0cf8558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40132026-09-06T23:59:53.947Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a/build-script-build`
40142026-09-06T23:59:54.018Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40152026-09-06T23:59:54.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/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=aa466dec5fcdc502 -C extra-filename=-fcfd71c267e3b139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40162026-09-06T23:59:54.094Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
40172026-09-06T23:59:54.098Z Compiling sigpipe v0.1.3
40182026-09-06T23:59:54.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=baab32d52a2959f3 -C extra-filename=-4be05bc59d56a084 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-09-06T23:59:54.136Z Compiling num_enum_derive v0.7.6
40202026-09-06T23:59:54.210Z Running `/home/build/.rustup/toolchains/1.98.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=9a8d485eaa64f210 -C extra-filename=-3e756e2dae68da92 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-09-06T23:59:54.247Z Running `/home/build/.rustup/toolchains/1.98.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=0ab0863650f5777e -C extra-filename=-d606a0b54b273f78 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222026-09-06T23:59:54.251Z Compiling num_enum_derive v0.5.11
40232026-09-06T23:59:54.251Z Compiling cstr-argument v0.1.2
40242026-09-06T23:59:54.251Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
40252026-09-06T23:59:54.325Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.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 --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=d4316fc6228a514a -C extra-filename=-b76f179763012878 --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-65a39ba29a3d6d85.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262026-09-06T23:59:54.504Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
40272026-09-06T23:59:54.510Z Compiling itertools v0.12.1
40282026-09-06T23:59:54.510Z Compiling zone_cfg_derive v0.3.1
40292026-09-06T23:59:54.510Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40302026-09-06T23:59:54.510Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40312026-09-06T23:59:54.511Z Running `/home/build/.rustup/toolchains/1.98.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=8b0ed78e4bfb553e -C extra-filename=-4efbfc0d9638ea20 --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-5ae1b41121ced6eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-09-06T23:59:54.539Z Running `/home/build/.rustup/toolchains/1.98.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=fa53f566f196fe38 -C extra-filename=-23bf56a2a1f77886 --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-c8afeb56cacd505f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-09-06T23:59:54.543Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/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=ce65e3caf5b0921c -C extra-filename=-b4966587c50d39a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342026-09-06T23:59:54.579Z Compiling illumos-nvpair v0.3.0
40352026-09-06T23:59:54.583Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=f2216a0f28f333d6 -C extra-filename=-a442506b7524b373 --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-e82e864ff8c7935d.rmeta --cap-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-45e1df31c066bec3/out`
40362026-09-06T23:59:54.583Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be/build-script-build`
40372026-09-06T23:59:54.583Z Running `/home/build/.rustup/toolchains/1.98.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=42a83a88bde2fe0e -C extra-filename=-fef5f9bf309f0a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-09-06T23:59:54.583Z Running `/home/build/.rustup/toolchains/1.98.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=c9740e3c0bf65ea3 -C extra-filename=-e0ed419d817544b0 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-09-06T23:59:54.615Z Running `/home/build/.rustup/toolchains/1.98.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.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=9298554ab3bec446 -C extra-filename=-3ffbaa29020449ac --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-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-09-06T23:59:54.621Z Running `/home/build/.rustup/toolchains/1.98.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=ec470d22a3c70ff4 -C extra-filename=-ba8abc135dd3a6a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-09-06T23:59:54.621Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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=8d7784a1e8e6e05c -C extra-filename=-9f3f0a3f468be551 --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-f36ac586621dabce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-09-06T23:59:54.687Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40432026-09-06T23:59:54.690Z Compiling smf v0.2.3
40442026-09-06T23:59:54.690Z Compiling whoami v1.6.1
40452026-09-06T23:59:54.690Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-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=d0f8e950d60fe3cc -C extra-filename=-6f2eafd4503b8ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-09-06T23:59:54.764Z Compiling foreign-types v0.5.0
40472026-09-06T23:59:54.767Z Compiling console v0.15.11
40482026-09-06T23:59:54.767Z Running `/home/build/.rustup/toolchains/1.98.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=c46311dcfe4c35c0 -C extra-filename=-c95b470fa7fe6268 --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-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-09-06T23:59:54.798Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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=dba89a223f97708f -C extra-filename=-359b22f7a1198f24 --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-8928a1ebdb4f3415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-09-06T23:59:54.802Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --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=bfc5c49b7d4da9f5 -C extra-filename=-a3b889cd96e179f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-09-06T23:59:54.940Z Compiling newline-converter v0.3.0
40522026-09-06T23:59:54.946Z Compiling tokio-dtrace v0.1.1
40532026-09-06T23:59:54.946Z Compiling bytecount v0.6.9
40542026-09-06T23:59:54.946Z Running `/home/build/.rustup/toolchains/1.98.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=db180da25fba655b -C extra-filename=-0e64f5a4c5d9292a --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-7b61c795d35e6013.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-146e617de31717b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-09-06T23:59:54.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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="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=ccd519f935fc4e24 -C extra-filename=-6866355d09e8c508 --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-f36ac586621dabce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-09-06T23:59:54.946Z Running `/home/build/.rustup/toolchains/1.98.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=9a5dd82fc5d9ee9e -C extra-filename=-c8b2973020a66097 --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-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-99c03dfaa89385d3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-09-06T23:59:55.097Z Compiling zstd v0.13.3
40582026-09-06T23:59:55.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
40592026-09-06T23:59:55.100Z Compiling oxide-update-engine-types v0.1.2
40602026-09-06T23:59:55.100Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3/build-script-build`
40612026-09-06T23:59:55.100Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=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=a08c803ba6569be8 -C extra-filename=-c63b3ab83d680681 --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-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-09-06T23:59:55.100Z Running `/home/build/.rustup/toolchains/1.98.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=289b4c7258b36389 -C extra-filename=-b4c33df7475abd56 --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-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-09-06T23:59:55.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=3c71da18b00447d4 -C extra-filename=-55d6061bdd57c253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642026-09-06T23:59:55.251Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40652026-09-06T23:59:55.254Z Compiling num-rational v0.4.2
40662026-09-06T23:59:55.254Z Compiling num-complex v0.4.6
40672026-09-06T23:59:55.255Z Running `/home/build/.rustup/toolchains/1.98.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=f8c4b488cf6784c0 -C extra-filename=-5363eb8c9c393e07 --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-a442506b7524b373.rmeta --cap-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-45e1df31c066bec3/out`
40682026-09-06T23:59:55.255Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="schemars08"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=5096dd36dfa50347 -C extra-filename=-3332ca2266e0f1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-09-06T23:59:55.255Z Running `/home/build/.rustup/toolchains/1.98.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=100f41b9f5c220b3 -C extra-filename=-2cb1d881adec7f48 --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-f36ac586621dabce.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d606a0b54b273f78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-09-06T23:59:55.255Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4/build-script-build`
40712026-09-06T23:59:55.439Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40722026-09-06T23:59:55.442Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
40732026-09-06T23:59:55.442Z Compiling float-ord v0.3.2
40742026-09-06T23:59:55.442Z Compiling cancel-safe-futures v0.1.5
40752026-09-06T23:59:55.442Z Compiling gethostname v0.5.0
40762026-09-06T23:59:55.442Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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=22889bef5bddc97a -C extra-filename=-a1106d2116afdb76 --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-9f3f0a3f468be551.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-09-06T23:59:55.442Z Running `/home/build/.rustup/toolchains/1.98.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=b5c84a42a10c1d05 -C extra-filename=-2339a847ce10c133 --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-09-06T23:59:55.442Z Running `/home/build/.rustup/toolchains/1.98.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=bff6bf0697e41e65 -C extra-filename=-dcd161db7c5de29d --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792026-09-06T23:59:55.671Z Compiling oxide-tokio-rt v0.1.4
40802026-09-06T23:59:55.671Z Compiling linear-map v1.2.0
40812026-09-06T23:59:55.675Z Compiling prettyplease v0.2.37
40822026-09-06T23:59:55.675Z Compiling slog-dtrace v0.3.0
40832026-09-06T23:59:55.675Z Compiling papergrid v0.11.0
40842026-09-06T23:59:55.675Z Compiling tabled_derive v0.7.0
40852026-09-06T23:59:55.675Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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=10dae49fbaf23d7d -C extra-filename=-cc6cec072a3852f6 --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-311eacce34781988.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-09-06T23:59:55.675Z Running `/home/build/.rustup/toolchains/1.98.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=2c56710582d45a93 -C extra-filename=-4d70db72340caa1d --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-43e5ccdc1ddefd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-09-06T23:59:55.675Z Running `/home/build/.rustup/toolchains/1.98.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=eb26610ebfa9a007 -C extra-filename=-c1ab1668e3c766a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-09-06T23:59:55.675Z Running `/home/build/.rustup/toolchains/1.98.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=5d14f78cde86f36f -C extra-filename=-8cb31b5c6183c15f --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-09-06T23:59:55.675Z Running `/home/build/.rustup/toolchains/1.98.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=bf8e4dbdb44b0113 -C extra-filename=-a2996251908661b8 --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-23bf56a2a1f77886.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-0e64f5a4c5d9292a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-384995a6f0cf8558.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-09-06T23:59:55.821Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e/build-script-build`
40912026-09-06T23:59:55.825Z Compiling zip v4.6.1
40922026-09-06T23:59:55.826Z Compiling num_enum v0.7.6
40932026-09-06T23:59:55.826Z Compiling expectorate v1.2.0
40942026-09-06T23:59:55.857Z Compiling crossterm v0.29.0
40952026-09-06T23:59:55.862Z Compiling termtree v0.5.1
40962026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.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.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, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=5d824dccf276d5af -C extra-filename=-0f7281dcd2f169f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-c63b3ab83d680681.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.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=4a9d4b17ba9fc5d3 -C extra-filename=-563b5ebce1d66c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.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=41238c2b20bc8379 -C extra-filename=-2e595825c25c952b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.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.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9669f40939797ffd -C extra-filename=-cead4fefc1c280d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.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=be7f00af09337e45 -C extra-filename=-1567a279bb0de6af --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-55d6061bdd57c253.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=bd65cadd6a66a20d -C extra-filename=-98724d867ebd8a3c --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-cec375fe56ae7184.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-09-06T23:59:55.862Z Running `/home/build/.rustup/toolchains/1.98.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=b24a11c84cfa8065 -C extra-filename=-319b07b66083c5c6 --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-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-09-06T23:59:56.069Z Compiling num_enum v0.5.11
41042026-09-06T23:59:56.075Z Compiling num v0.4.3
41052026-09-06T23:59:56.075Z Compiling fd-lock v4.0.4
41062026-09-06T23:59:56.075Z Compiling vte v0.14.1
41072026-09-06T23:59:56.076Z Compiling minimal-lexical v0.2.1
41082026-09-06T23:59:56.150Z Running `/home/build/.rustup/toolchains/1.98.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=03f32f01e82635db -C extra-filename=-1b7c5f56218e24e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-09-06T23:59:56.150Z Running `/home/build/.rustup/toolchains/1.98.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=3ecb6e6c3287a357 -C extra-filename=-b26326f7bec4830f --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-3948ba2719554b61.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-38c8abdc4967a9fd.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dd81de431cc0c257.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-09-06T23:59:56.187Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-db5f184dc96b370a/build-script-build`
41112026-09-06T23:59:56.191Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.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="_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", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=15e1ad36cd5f07e1 -C extra-filename=-a900c8d31ced7811 --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-e7fb1e55b3cb2059.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-533df23fbebc93d2.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-5363eb8c9c393e07.rmeta --cap-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-45e1df31c066bec3/out`
41122026-09-06T23:59:56.191Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=5403ec543def79a7 -C extra-filename=-b88e1efebc02b2fd --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-b76f179763012878.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-09-06T23:59:56.192Z Running `/home/build/.rustup/toolchains/1.98.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=b77fce1e5b34d6d4 -C extra-filename=-4506cdb5ecbeb1b9 --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-9f8f2645df36cc4c.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6866355d09e8c508.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-b4c33df7475abd56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-09-06T23:59:56.297Z Running `/home/build/.rustup/toolchains/1.98.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=56797e6a2520e9a8 -C extra-filename=-f073f9de325321f6 --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-4efbfc0d9638ea20.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-09-06T23:59:56.300Z Compiling zone v0.3.1
41162026-09-06T23:59:56.300Z Compiling unicode-xid v0.2.6
41172026-09-06T23:59:56.300Z Compiling nu-ansi-term v0.50.3
41182026-09-06T23:59:56.300Z Compiling ar_archive_writer v0.5.1
41192026-09-06T23:59:56.335Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f/build-script-build`
41202026-09-06T23:59:56.338Z Running `/home/build/.rustup/toolchains/1.98.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=c95ffe438368c8b7 -C extra-filename=-b3150182fe3bc4ee --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-2339a847ce10c133.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-dcd161db7c5de29d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-09-06T23:59:56.338Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=d246ca281e380aaf -C extra-filename=-1177e82593d4ad0a --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-09-06T23:59:56.338Z Running `/home/build/.rustup/toolchains/1.98.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.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=97ddb0fe7edac4aa -C extra-filename=-06578ffd54456b7f --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-c8afeb56cacd505f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-09-06T23:59:56.338Z Running `/home/build/.rustup/toolchains/1.98.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=0ec1d677b78225fb -C extra-filename=-ebb85595ca446631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-09-06T23:59:56.589Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41252026-09-06T23:59:56.592Z Compiling display-error-chain v0.2.2
41262026-09-06T23:59:56.592Z Compiling stacker v0.1.23
41272026-09-06T23:59:56.592Z Compiling csv-core v0.1.13
41282026-09-06T23:59:56.592Z Compiling highway v1.3.0
41292026-09-06T23:59:56.592Z Compiling semver v0.1.20
41302026-09-06T23:59:56.592Z Running `/home/build/.rustup/toolchains/1.98.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=b119fa4f8486f2b4 -C extra-filename=-d821df216a945d0a --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-e0ed419d817544b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3ffbaa29020449ac.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-09-06T23:59:56.593Z Running `/home/build/.rustup/toolchains/1.98.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=778bc34b0fbb9e00 -C extra-filename=-cbbac3a7e9f53198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-09-06T23:59:56.593Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=fc70757b0b527e9d -C extra-filename=-1bcaab57820d928d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:56.624Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=623e1cdec3dfa668 -C extra-filename=-d5ae33404ad12c71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-98724d867ebd8a3c.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342026-09-06T23:59:56.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=953c1bdde814accf -C extra-filename=-9757ada6649e8b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352026-09-06T23:59:56.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/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", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=cdf73fbca131c761 -C extra-filename=-fb2746ee1fe697c3 --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-e5ce56e8506f5b30.so --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-4efc0056836d0980.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-814f4c615715e0fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1a883e6055b44435.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41362026-09-06T23:59:56.910Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
41372026-09-06T23:59:56.910Z Compiling strip-ansi-escapes v0.2.1
41382026-09-06T23:59:56.910Z Compiling nom v7.1.3
41392026-09-06T23:59:56.910Z Compiling cfg_aliases v0.1.1
41402026-09-06T23:59:56.911Z Compiling nibble_vec v0.1.0
41412026-09-06T23:59:56.911Z Compiling endian-type v0.1.2
41422026-09-06T23:59:56.911Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
41432026-09-06T23:59:56.911Z Compiling phf_shared v0.12.1
41442026-09-06T23:59:56.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/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("async", "default"))' -C metadata=ec6876a8635359c2 -C extra-filename=-04908d871d325525 --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-f36ac586621dabce.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-fcfd71c267e3b139.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b88e1efebc02b2fd.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-09-06T23:59:56.911Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5/build-script-build`
41462026-09-06T23:59:56.911Z Running `/home/build/.rustup/toolchains/1.98.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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=01824df5e8cef064 -C extra-filename=-fad755b3db2190e2 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-09-06T23:59:56.911Z Running `/home/build/.rustup/toolchains/1.98.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=8fec4e2e665d983a -C extra-filename=-658572f76e1ddc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:56.912Z Running `/home/build/.rustup/toolchains/1.98.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=c146998a90c40eaf -C extra-filename=-5ec1cd83469ea280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-09-06T23:59:56.939Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b/build-script-build`
41502026-09-06T23:59:56.943Z Running `/home/build/.rustup/toolchains/1.98.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=9d616a097523120e -C extra-filename=-e6c078440dac6de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-09-06T23:59:56.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59486c9b28d0c490 -C extra-filename=-f2b96817014b904b --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-09-06T23:59:57.226Z Running `/home/build/.rustup/toolchains/1.98.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=f0c9f88e23a7cdc3 -C extra-filename=-25cae5acaa8bdd94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-f073f9de325321f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-09-06T23:59:57.226Z Running `/home/build/.rustup/toolchains/1.98.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=89231491a25e3039 -C extra-filename=-31ca6af593560390 --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-054bf847d36a6b9e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-ebb85595ca446631.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542026-09-06T23:59:57.232Z Compiling recursive-proc-macro-impl v0.1.1
41552026-09-06T23:59:57.232Z Compiling chrono-tz v0.10.4
41562026-09-06T23:59:57.259Z Compiling const_format_proc_macros v0.2.34
41572026-09-06T23:59:57.262Z Compiling peg-macros v0.8.5
41582026-09-06T23:59:57.262Z Running `/home/build/.rustup/toolchains/1.98.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=16c1eac466a83518 -C extra-filename=-951b2d3469815505 --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-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592026-09-06T23:59:57.262Z Running `/home/build/.rustup/toolchains/1.98.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=c7229c32f3f0437d -C extra-filename=-d29bc17f9f4dd114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602026-09-06T23:59:57.296Z Running `/home/build/.rustup/toolchains/1.98.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=c04fb1da259c3528 -C extra-filename=-b006cf31448827a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-09-06T23:59:57.301Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c85400e3d17405 -C extra-filename=-a5eb8fc2faf9ccae --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-1177e82593d4ad0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-09-06T23:59:57.301Z Running `/home/build/.rustup/toolchains/1.98.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=cba232b02767b9e6 -C extra-filename=-eba6d60e9f3bef3a --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-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-09-06T23:59:57.301Z Running `/home/build/.rustup/toolchains/1.98.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=f73124b5195465c1 -C extra-filename=-98b374db15ad4c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-09-06T23:59:57.301Z Running `/home/build/.rustup/toolchains/1.98.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=29bc88eec93d82a9 -C extra-filename=-ca2da5c6ca258a32 --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-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-09-06T23:59:57.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cf006172ed23afa -C extra-filename=-c7896ef16e4748f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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)'`
41662026-09-06T23:59:57.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c35302c77ab31bc -C extra-filename=-8144b83e42ecba98 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-09-06T23:59:57.494Z Running `/home/build/.rustup/toolchains/1.98.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=b5347f08b1a080d7 -C extra-filename=-5d05010ee1bc9be8 --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-1e0124cd6fc62769.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682026-09-06T23:59:57.494Z Running `/home/build/.rustup/toolchains/1.98.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=c0251b1da51df687 -C extra-filename=-1df074c816636430 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-09-06T23:59:57.494Z Running `/home/build/.rustup/toolchains/1.98.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=e3daffa7b338386c -C extra-filename=-c3ac92009745cb0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cbbac3a7e9f53198.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-09-06T23:59:57.494Z Compiling ingot-types v0.2.0
41712026-09-06T23:59:57.494Z Compiling csv v1.4.0
41722026-09-06T23:59:57.494Z Compiling nix v0.28.0
41732026-09-06T23:59:57.495Z Compiling rustc_version v0.1.7
41742026-09-06T23:59:57.495Z Compiling phf v0.12.1
41752026-09-06T23:59:57.495Z Compiling sqlparser_derive v0.5.0
41762026-09-06T23:59:57.495Z Compiling winnow v0.6.26
41772026-09-06T23:59:57.495Z Compiling unicode_categories v0.1.1
41782026-09-06T23:59:57.528Z Running `/home/build/.rustup/toolchains/1.98.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=52e31bc866294ede -C extra-filename=-d26939c5248d7893 --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-7e77bbb16c35318e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792026-09-06T23:59:57.881Z Running `/home/build/.rustup/toolchains/1.98.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.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"))' -C metadata=2597cbe816fc1d35 -C extra-filename=-07cc05d5b22fa82c --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-f0699dad52f1dbd8.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-09-06T23:59:57.889Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/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=c16346a9dd1b9977 -C extra-filename=-f312a4567ff31a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cc7c0de1c6e2b8cd.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-04908d871d325525.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b88e1efebc02b2fd.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a2996251908661b8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-384995a6f0cf8558.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-2cb1d881adec7f48.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
41812026-09-06T23:59:57.889Z Running `/home/build/.rustup/toolchains/1.98.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=31e4a5c6747e48ea -C extra-filename=-7b145fd4b01d1a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-25cae5acaa8bdd94.rmeta --cap-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-9b77904e53abd38b/out -l static=pci`
41822026-09-06T23:59:57.889Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b/build-script-build`
41832026-09-06T23:59:57.890Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-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=2f81404d8c5e31f2 -C extra-filename=-9f2ff1acfcfd0869 --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-fad755b3db2190e2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-09-06T23:59:57.890Z Running `/home/build/.rustup/toolchains/1.98.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=3d96bc1c3f5f8890 -C extra-filename=-f59db9cab90f7886 --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-e6c078440dac6de9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852026-09-06T23:59:57.890Z Compiling oxide-update-engine v0.1.2
41862026-09-06T23:59:57.890Z Compiling tabled v0.15.0
41872026-09-06T23:59:57.890Z Compiling reedline v0.40.0
41882026-09-06T23:59:57.890Z Compiling psm v0.1.30
41892026-09-06T23:59:57.890Z Compiling radix_trie v0.2.1
41902026-09-06T23:59:57.890Z Compiling home v0.5.12
41912026-09-06T23:59:57.915Z Compiling bcs v0.1.6
41922026-09-06T23:59:57.919Z Compiling nom v8.0.0
41932026-09-06T23:59:57.919Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
41942026-09-06T23:59:57.919Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41952026-09-06T23:59:57.954Z Running `/home/build/.rustup/toolchains/1.98.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=8fcc9707cbfff05b -C extra-filename=-39a54d192704f90b --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-eba6d60e9f3bef3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-09-06T23:59:57.957Z Running `/home/build/.rustup/toolchains/1.98.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=687ecc459e0e199d -C extra-filename=-8bb0e18f831379ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-09-06T23:59:57.958Z Running `/home/build/.rustup/toolchains/1.98.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=384f526d605a4e60 -C extra-filename=-012bba4a8c0b8ae1 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982026-09-06T23:59:57.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea61c2713d1914b -C extra-filename=-baf92191a70b053a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992026-09-06T23:59:57.959Z Running `/home/build/.rustup/toolchains/1.98.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=ddddeb4c30948e27 -C extra-filename=-905107277f001d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b006cf31448827a8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-09-06T23:59:58.174Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=294c743c05e89ed2 -C extra-filename=-d2820eaae94048f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-563b5ebce1d66c1c.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.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=c9ea25a4c5a133b5 -C extra-filename=-4bb54c5bcd132974 --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-1e0124cd6fc62769.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-06578ffd54456b7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-1bcaab57820d928d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-a5eb8fc2faf9ccae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f1cefca1df0fdd9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.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=168a247fc1a5bcdf -C extra-filename=-ffb315459a2ad208 --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-1567a279bb0de6af.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-319b07b66083c5c6.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abffcb88cfd2ff34 -C extra-filename=-0b56bab8a18b41e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-9757ada6649e8b7b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.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=dc7e71496db59dea -C extra-filename=-ee6a6ca340e9d78f --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-d29bc17f9f4dd114.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-951b2d3469815505.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.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 '--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=84caf97e0bf8703b -C extra-filename=-2218b67b6da09a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.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=d23bc42da5f5df18 -C extra-filename=-d556d7463a7a2410 --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-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=22494871513ea974 -C extra-filename=-2a8ed7b23aa47b69 --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-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-09-06T23:59:58.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/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=1ab56fca19bf16cc -C extra-filename=-d76a3e937c32c801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-09-06T23:59:58.207Z Compiling filetime v0.2.27
42102026-09-06T23:59:58.212Z Compiling xattr v1.6.1
42112026-09-06T23:59:58.212Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
42122026-09-06T23:59:58.212Z Compiling subprocess v0.2.15
42132026-09-06T23:59:58.212Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/client-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=5a944f193996bb19 -C extra-filename=-aa60e9a2fa6df98b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-09-06T23:59:58.435Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430/build-script-build`
42152026-09-06T23:59:58.443Z Compiling newtype_derive v0.1.6
42162026-09-06T23:59:58.443Z Compiling headers-core v0.3.0
42172026-09-06T23:59:58.443Z Compiling yasna v0.5.2
42182026-09-06T23:59:58.443Z Compiling dropshot-api-manager-types v0.8.0
42192026-09-06T23:59:58.443Z Compiling port-file v0.1.0
42202026-09-06T23:59:58.473Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=191c17f8bea8b54a -C extra-filename=-642f432538a6b2f9 --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212026-09-06T23:59:58.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_debug_dropbox --edition=2024 /home/build/.cargo/git/checkouts/omicron-debug-dropbox-70fea570d4f944f9/eb13fc7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11bbfbafb928b564 -C extra-filename=-42e64341170af970 --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-369847ab087cf11d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-09-06T23:59:58.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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=7d6201e385336a3e -C extra-filename=-3c178cc649fd640e --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-09-06T23:59:58.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=13381cf4bade804e -C extra-filename=-e92b170078c81b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-09-06T23:59:58.662Z Running `/home/build/.rustup/toolchains/1.98.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=1017a8fd35e74431 -C extra-filename=-d3d2d49952f2c9a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f59db9cab90f7886.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-09-06T23:59:58.662Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b/build-script-build`
42262026-09-06T23:59:58.670Z Compiling ingot v0.2.1
42272026-09-06T23:59:58.670Z Compiling const_format v0.2.35
42282026-09-06T23:59:58.671Z Compiling tagptr v0.2.0
42292026-09-06T23:59:58.671Z Compiling utf-8 v0.7.6
42302026-09-06T23:59:58.671Z Compiling libefi-sys v0.1.0
42312026-09-06T23:59:58.671Z Compiling bitfield-struct v0.6.2
42322026-09-06T23:59:58.671Z Running `/home/build/.rustup/toolchains/1.98.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=80812b7cf78e2bc0 -C extra-filename=-f0e10c3e492850f0 --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-8d95c26cce95bfcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-09-06T23:59:58.671Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name port_file --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/port-file-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=68fad0688b97f234 -C extra-filename=-a9ce85e1cc0663af --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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-09-06T23:59:58.671Z Running `/home/build/.rustup/toolchains/1.98.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.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=a0f5e8b10879830b -C extra-filename=-34e761c9cdad863d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-09-06T23:59:58.671Z Running `/home/build/.rustup/toolchains/1.98.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=a616c2ffdb88211d -C extra-filename=-9a396bbdc6bbac50 --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-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-09-06T23:59:58.890Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=123cf4ee1477f9d3 -C extra-filename=-4996fa4ae825710e --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-3948ba2719554b61.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-f0699dad52f1dbd8.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-07cc05d5b22fa82c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372026-09-06T23:59:58.896Z Compiling typify-macro v0.6.2
42382026-09-06T23:59:58.896Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42392026-09-06T23:59:58.896Z Compiling tar v0.4.46
42402026-09-06T23:59:58.896Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42412026-09-06T23:59:58.896Z Compiling xshell-macros v0.2.7
42422026-09-06T23:59:58.896Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
42432026-09-06T23:59:58.896Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42442026-09-06T23:59:58.896Z Compiling half v1.8.3
42452026-09-06T23:59:58.896Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=4d156b2b06adf9ad -C extra-filename=-5d1b38cab6734332 --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-c3ac92009745cb0d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-09-06T23:59:58.897Z Running `/home/build/.rustup/toolchains/1.98.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=f3a2253261bfcce9 -C extra-filename=-409371149b266c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-09-06T23:59:58.897Z Running `/home/build/.rustup/toolchains/1.98.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=9afa693401b8f2a5 -C extra-filename=-5a0329b9b47e3712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-09-06T23:59:58.897Z Running `/home/build/.rustup/toolchains/1.98.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=d41f43f41d6840e1 -C extra-filename=-77f79f2271098b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-09-06T23:59:58.898Z Running `/home/build/.rustup/toolchains/1.98.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=4ae4a33dc4dc1dcb -C extra-filename=-a307f06f8c3025ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-09-06T23:59:59.106Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.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=9f04e81b208cef8a -C extra-filename=-7c54ccaedc0cd6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-52bdaac986d07532.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-09-06T23:59:59.110Z Running `/home/build/.rustup/toolchains/1.98.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=fb8d2d02f5b6cada -C extra-filename=-707cf7ae1ceaebe2 --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-1e0124cd6fc62769.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-39a54d192704f90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-09-06T23:59:59.110Z Compiling peg v0.8.5
42532026-09-06T23:59:59.110Z Compiling sqlformat v0.3.5
42542026-09-06T23:59:59.110Z Compiling headers v0.4.1
42552026-09-06T23:59:59.110Z Compiling sha2 v0.11.0
42562026-09-06T23:59:59.110Z Compiling predicates-tree v1.0.13
42572026-09-06T23:59:59.110Z Running `/home/build/.rustup/toolchains/1.98.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=d3f611570a8aa1df -C extra-filename=-5b782ae8db9b09fc --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582026-09-06T23:59:59.110Z Running `/home/build/.rustup/toolchains/1.98.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=5f6463c9fd1ba054 -C extra-filename=-75999072192c0cc0 --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`
42592026-09-06T23:59:59.110Z Running `/home/build/.rustup/toolchains/1.98.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=3c9f0f0ffba6e0ae -C extra-filename=-817ac139d9dde85e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-06T23:59:59.110Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-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=386a14cd95a75ae7 -C extra-filename=-8ff358c500d61f15 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612026-09-06T23:59:59.111Z Running `/home/build/.rustup/toolchains/1.98.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=884f6bf4bf7e93da -C extra-filename=-2d1124504d166608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-09-06T23:59:59.111Z Running `/home/build/.rustup/toolchains/1.98.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=51ab026c89990779 -C extra-filename=-dc6511bea564ce9d --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-09-06T23:59:59.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.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 --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=5250ee7d1fe65fa3 -C extra-filename=-bb0402933484d4f9 --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-642f432538a6b2f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-e92b170078c81b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-09-06T23:59:59.147Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2/build-script-build`
42652026-09-06T23:59:59.161Z Compiling moka v0.12.13
42662026-09-06T23:59:59.161Z Running `/home/build/.rustup/toolchains/1.98.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.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=6847b856aedf5d46 -C extra-filename=-0ae7c89332947f4d --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-1b991c95fd524a7a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672026-09-06T23:59:59.161Z Running `/home/build/.rustup/toolchains/1.98.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=171fdfd91d9a80f7 -C extra-filename=-6ae63aabf74927f9 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
42682026-09-06T23:59:59.161Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8/build-script-build`
42692026-09-06T23:59:59.161Z Running `/home/build/.rustup/toolchains/1.98.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=c8308e4a24740764 -C extra-filename=-4bb85d1c428edf33 --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-d26939c5248d7893.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-09-06T23:59:59.161Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha2_backend, values("soft", "riscv-zknh"))' --check-cfg 'cfg(sha2_256_backend, values("aarch64-sha2", "soft", "riscv-zknh", "x86-sha"))' --check-cfg 'cfg(sha2_512_backend, values("aarch64-sha3", "soft", "riscv-zknh", "x86-avx2"))' --check-cfg 'cfg(sha2_backend_soft, values("compact"))' --check-cfg 'cfg(sha2_backend_riscv_zknh, values("compact"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=45792ed2abd96e4e -C extra-filename=-e2212116997f49d8 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-09-06T23:59:59.161Z Running `/home/build/.rustup/toolchains/1.98.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=21040f1473ad0ffa -C extra-filename=-f7a1adc56f8899f4 --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f0e10c3e492850f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722026-09-06T23:59:59.162Z Running `/home/build/.rustup/toolchains/1.98.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=974d741e5542e631 -C extra-filename=-dc21c1405a9aeacb --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-8bb0e18f831379ab.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-012bba4a8c0b8ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-09-06T23:59:59.184Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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=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(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", "quanta", "sync", "unstable-debug-counters"))' -C metadata=c681059653b555b6 -C extra-filename=-9816d3085d1ec677 --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-3ac8cce29e469e73.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-409371149b266c6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-09-06T23:59:59.398Z Compiling tungstenite v0.21.0
42752026-09-06T23:59:59.433Z Compiling serde_cbor v0.11.2
42762026-09-06T23:59:59.441Z Running `/home/build/.rustup/toolchains/1.98.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=c55ad33bca877a0c -C extra-filename=-1ec0208cd0e764cc --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-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772026-09-06T23:59:59.505Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff/build-script-build`
42782026-09-06T23:59:59.542Z Compiling anstyle-parse v0.2.7
42792026-09-06T23:59:59.546Z Compiling maplit v1.0.2
42802026-09-06T23:59:59.575Z Compiling ignore v0.4.25
42812026-09-06T23:59:59.719Z Running `/home/build/.rustup/toolchains/1.98.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=910b9cd0a400d7ad -C extra-filename=-48770e0d4bd83061 --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-817ac139d9dde85e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-09-06T23:59:59.724Z Compiling xshell v0.2.7
42832026-09-06T23:59:59.724Z Compiling libscf-sys v1.2.0
42842026-09-06T23:59:59.753Z Compiling papergrid v0.18.0
42852026-09-06T23:59:59.757Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
42862026-09-06T23:59:59.757Z Compiling unicase v2.9.0
42872026-09-06T23:59:59.757Z Running `/home/build/.rustup/toolchains/1.98.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=2e72407741be918e -C extra-filename=-a07bfbf502fff96e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-09-06T23:59:59.923Z Running `/home/build/.rustup/toolchains/1.98.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.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=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="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=59bb74c566852c69 -C extra-filename=-924f3604cbf3a0ce --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-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892026-09-06T23:59:59.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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("simd-accel"))' -C metadata=920f7dd55d2b286c -C extra-filename=-da193d292518555c --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-30a1da2db0dd111b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-15f2f478d7e48606.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902026-09-06T23:59:59.997Z Running `/home/build/.rustup/toolchains/1.98.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=4cd74fa524c5bf3c -C extra-filename=-4258e337c74cb5ef --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-75999072192c0cc0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-09-06T23:59:59.997Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42922026-09-06T23:59:59.997Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42932026-09-06T23:59:59.997Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42942026-09-06T23:59:59.997Z Running `/home/build/.rustup/toolchains/1.98.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.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=2046de28b956e55d -C extra-filename=-3a90c563f18a5063 --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-f36ac586621dabce.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-09-06T23:59:59.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-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="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=315fc97e55480dd2 -C extra-filename=-49d04fafdd7efe4e --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-55d6061bdd57c253.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-09-06T23:59:59.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3fc3fc10bb30c46d -C extra-filename=-8160050710f6ec0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-09-06T23:59:59.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/olpc-cjson/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed5e0318f296feb0 -C extra-filename=-18f09eb77506531c --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-44732fa43f584adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-09-06T23:59:59.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db179e88a6f93b9 -C extra-filename=-4cabe1985db41858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
42992026-09-06T23:59:59.998Z Running `/home/build/.rustup/toolchains/1.98.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=a164e9dc3673f3f1 -C extra-filename=-8a4ad75520c58904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
43002026-09-06T23:59:59.998Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
43012026-09-06T23:59:59.998Z Running `/home/build/.rustup/toolchains/1.98.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=091e428f64ca8a7b -C extra-filename=-16b5f4ce8f06c9a4 --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-77f79f2271098b8c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022026-09-06T23:59:59.998Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc/build-script-build`
43032026-09-06T23:59:59.998Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d/build-script-build`
43042026-09-06T23:59:59.998Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15/build-script-build`
43052026-09-07T00:00:00.037Z Running `/home/build/.rustup/toolchains/1.98.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=bc8b090a79cdff04 -C extra-filename=-d52db6d24c8dbfc6 --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-ddef13110ccf1ec1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-09-07T00:00:00.282Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/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=d0719689af825018 -C extra-filename=-cade3a40660a71ca --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-3948ba2719554b61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-09-07T00:00:00.285Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/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 '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70069fadc80b901b -C extra-filename=-4b83989515cfa270 --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --cap-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-50edb6e3051984da/out/lib`
43082026-09-07T00:00:00.285Z Running `/home/build/.rustup/toolchains/1.98.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=ff514d8a88d899be -C extra-filename=-43cdb69346d16b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
43092026-09-07T00:00:00.285Z Compiling rustyline v14.0.0
43102026-09-07T00:00:00.289Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43112026-09-07T00:00:00.289Z Compiling steno v0.4.1
43122026-09-07T00:00:00.289Z Compiling hickory-resolver v0.25.2
43132026-09-07T00:00:00.289Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
43142026-09-07T00:00:00.289Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43152026-09-07T00:00:00.289Z Compiling tokio-tungstenite v0.21.0
43162026-09-07T00:00:00.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91e82848c4397a49 -C extra-filename=-8cafa81c60b02d8f --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-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-4cabe1985db41858.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
43172026-09-07T00:00:00.289Z Running `/home/build/.rustup/toolchains/1.98.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=1294d775f3e2c8a4 -C extra-filename=-3ae1cba820bf4bd4 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-06578ffd54456b7f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2218b67b6da09a23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6ae63aabf74927f9.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-ee6a6ca340e9d78f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182026-09-07T00:00:00.289Z Compiling anstream v0.6.21
43192026-09-07T00:00:00.323Z Compiling globwalk v0.9.1
43202026-09-07T00:00:00.326Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
43212026-09-07T00:00:00.326Z Compiling digest-io v0.1.0
43222026-09-07T00:00:00.361Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
43232026-09-07T00:00:00.677Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=c4b78bd8e924ceb9 -C extra-filename=-4c283863a9cf1677 --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-1e0124cd6fc62769.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-2a8ed7b23aa47b69.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b88e1efebc02b2fd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-09-07T00:00:00.745Z Running `/home/build/.rustup/toolchains/1.98.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=c6deebb7c0c611b1 -C extra-filename=-d130e563fffe7aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6324502ac22b92e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252026-09-07T00:00:00.751Z Running `/home/build/.rustup/toolchains/1.98.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=4275a0e8a393a3a2 -C extra-filename=-528e0ca2a9703278 --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-c8afeb56cacd505f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-9816d3085d1ec677.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-20f6e0de4defe2af.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-09-07T00:00:00.751Z Running `/home/build/.rustup/toolchains/1.98.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=489d8468f204f8b6 -C extra-filename=-a15732fa89f05de0 --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-f36ac586621dabce.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-43cdb69346d16b54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272026-09-07T00:00:00.751Z Running `/home/build/.rustup/toolchains/1.98.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=aef8073aadbccf37 -C extra-filename=-8f87a7eb0c105161 --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-16b5f4ce8f06c9a4.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-2d1124504d166608.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282026-09-07T00:00:00.782Z Running `/home/build/.rustup/toolchains/1.98.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=b8b5ccdfc2529fb5 -C extra-filename=-29898ef50bdb6198 --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-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1ec0208cd0e764cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-09-07T00:00:00.818Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-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=79fe54594ae67c3a -C extra-filename=-ad80cecb0ea7b65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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=/usr/lib/fm/amd64 -l fmd_adm`
43302026-09-07T00:00:00.826Z Running `/home/build/.rustup/toolchains/1.98.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=38e4a188193739f9 -C extra-filename=-0d93342012a54531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-18/lib/amd64 -l pq`
43312026-09-07T00:00:00.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=c8e7bbe1a3528213 -C extra-filename=-e6706d798b9df8c1 --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-665243e242fcd7e8.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-924f3604cbf3a0ce.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b6ced3121f21ed06.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-82fab9bd56c6df6e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dc90f2da1eb003f4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322026-09-07T00:00:00.827Z Running `/home/build/.rustup/toolchains/1.98.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=315b0edfd5a399a0 -C extra-filename=-6e48850a9b670edf --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-f36ac586621dabce.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-3a90c563f18a5063.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332026-09-07T00:00:00.827Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/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=b02b05937b585161 -C extra-filename=-d2fcf59db7fe553f --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342026-09-07T00:00:00.828Z Running `/home/build/.rustup/toolchains/1.98.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=6789f9d286055e3c -C extra-filename=-55ed2b3fe1385bf9 --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-3948ba2719554b61.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-da193d292518555c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-09-07T00:00:00.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest_io --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-io-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=34bc76c66f6d15e8 -C extra-filename=-88f40dba69b3f6bf --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-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-09-07T00:00:00.828Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43372026-09-07T00:00:00.828Z Compiling recursive v0.1.1
43382026-09-07T00:00:00.828Z Compiling tabled v0.21.0
43392026-09-07T00:00:00.828Z Compiling rawzip v0.4.4
43402026-09-07T00:00:00.828Z Compiling fxhash v0.2.1
43412026-09-07T00:00:00.828Z Compiling crc8 v0.1.1
43422026-09-07T00:00:00.828Z Compiling darling_core v0.21.3
43432026-09-07T00:00:00.828Z Compiling rand_seeder v0.4.0
43442026-09-07T00:00:00.828Z Compiling vergen-lib v0.1.6
43452026-09-07T00:00:00.828Z Compiling diesel_derives v2.3.7
43462026-09-07T00:00:00.831Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=d25cf1cfede09159 -C extra-filename=-af816f66db7d3af1 --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-c2444028eba3d1d1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-4996fa4ae825710e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c8b2973020a66097.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472026-09-07T00:00:00.832Z Compiling diff v0.1.13
43482026-09-07T00:00:00.832Z Compiling diesel_table_macro_syntax v0.3.0
43492026-09-07T00:00:00.873Z Compiling scheduled-thread-pool v0.2.7
43502026-09-07T00:00:00.879Z Compiling vergen-gitcl v1.0.8
43512026-09-07T00:00:00.879Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-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="std"' --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=cffa26f63dcf5783 -C extra-filename=-72dd8c778c15f0a7 --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-49d04fafdd7efe4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-09-07T00:00:00.880Z Running `/home/build/.rustup/toolchains/1.98.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=2a69040525ada389 -C extra-filename=-ee0cee2fe990753d --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-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-09-07T00:00:00.880Z Running `/home/build/.rustup/toolchains/1.98.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=06c871f5c64fe097 -C extra-filename=-a4fdcfcf69207d50 --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-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542026-09-07T00:00:00.979Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-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=063ffbcb8404720e -C extra-filename=-05c044b00e454915 --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-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-09-07T00:00:01.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rawzip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawzip-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=047e89638827b9cf -C extra-filename=-c2e0a73e22538d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-07T00:00:01.080Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e5f128dca776dfe -C extra-filename=-7ff11750483280e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-8144b83e42ecba98.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-8cafa81c60b02d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
43572026-09-07T00:00:01.083Z Running `/home/build/.rustup/toolchains/1.98.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="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=7cf3a11202a15fe0 -C extra-filename=-7c8743a367367657 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-09-07T00:00:01.114Z Running `/home/build/.rustup/toolchains/1.98.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=95ba60f454bb22d6 -C extra-filename=-b49d5af721eb25a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-09-07T00:00:01.120Z Running `/home/build/.rustup/toolchains/1.98.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.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=cf28a52e605cb626 -C extra-filename=-2485eca617ad1cc0 --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-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-09-07T00:00:01.120Z Running `/home/build/.rustup/toolchains/1.98.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=72c2f470d0142b01 -C extra-filename=-87d05f1f8f2d2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-09-07T00:00:01.120Z Running `/home/build/.rustup/toolchains/1.98.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=221f7fb3ec46377a -C extra-filename=-39cad49661efeacb --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-09-07T00:00:01.120Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --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", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=7fe63364de927088 -C extra-filename=-6b58f3709ec7f532 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-09-07T00:00:01.120Z Running `/home/build/.rustup/toolchains/1.98.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=d54960e65877ee3f -C extra-filename=-0652143f67a66c72 --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-4056e83616638594.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-09-07T00:00:01.183Z Compiling camino-tempfile-ext v0.3.3
43652026-09-07T00:00:01.188Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
43662026-09-07T00:00:01.188Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
43672026-09-07T00:00:01.220Z Compiling downcast-rs v2.0.2
43682026-09-07T00:00:01.289Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=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=7c08ad3e803ac862 -C extra-filename=-bd4832b531ef3368 --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-e6706d798b9df8c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-55ed2b3fe1385bf9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0ae7c89332947f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-09-07T00:00:01.396Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/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=6d4acd7bfb7dc499 -C extra-filename=-48c5af8def4a2219 --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-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cade3a40660a71ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-09-07T00:00:01.432Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/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("multicast"))' -C metadata=29a82eb6e8e57c69 -C extra-filename=-67f378aebce14bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6e48850a9b670edf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-09-07T00:00:01.435Z Compiling typify v0.6.2
43722026-09-07T00:00:01.435Z Compiling r2d2 v0.8.10
43732026-09-07T00:00:01.435Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-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"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=38724e51fb24ce55 -C extra-filename=-1393300248e80af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-09-07T00:00:01.502Z Compiling sqlparser v0.61.0
43752026-09-07T00:00:01.533Z Compiling dirs-sys-next v0.1.2
43762026-09-07T00:00:01.536Z Compiling crunchy v0.2.4
43772026-09-07T00:00:01.536Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f/build-script-build`
43782026-09-07T00:00:01.536Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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 --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=ecefac5dedddb658 -C extra-filename=-3b07fdb63a2d966c --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-52bdaac986d07532.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7c54ccaedc0cd6f4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-09-07T00:00:01.537Z Running `/home/build/.rustup/toolchains/1.98.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=ab8eadab47b6fc1f -C extra-filename=-dfb30eff92985499 --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-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-0652143f67a66c72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-09-07T00:00:01.568Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532/build-script-build`
43812026-09-07T00:00:01.601Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=bc49a62a8e00d6d7 -C extra-filename=-3e02eeda53569a7d --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-a96344eae1a3d1f9.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-7ff11750483280e3.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-baf92191a70b053a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
43822026-09-07T00:00:01.671Z Compiling clang-sys v1.8.1
43832026-09-07T00:00:01.674Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb/build-script-build`
43842026-09-07T00:00:01.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.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="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=0ce278e185a7683e -C extra-filename=-f8fb007e3b2b4a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43852026-09-07T00:00:01.675Z Running `/home/build/.rustup/toolchains/1.98.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=566d214d4cf5ec85 -C extra-filename=-48c995a543171cca --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-09-07T00:00:01.740Z Compiling progenitor-impl v0.14.0
43872026-09-07T00:00:01.744Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43882026-09-07T00:00:01.744Z Compiling git-stub v1.0.0
43892026-09-07T00:00:01.744Z Compiling kstat-rs v0.2.5
43902026-09-07T00:00:01.777Z Compiling tiny-keccak v2.0.2
43912026-09-07T00:00:01.780Z Running `/home/build/.rustup/toolchains/1.98.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=ad5566e5a4953239 -C extra-filename=-31708bc2002c99b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922026-09-07T00:00:01.924Z Compiling dirs-next v2.0.0
43932026-09-07T00:00:01.924Z Compiling bit-vec v0.6.3
43942026-09-07T00:00:01.927Z Compiling parking_lot_core v0.8.6
43952026-09-07T00:00:01.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-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=602d378e87d88ce0 -C extra-filename=-a8627a3d6b2b1f23 --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-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-09-07T00:00:01.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26b1a5e26672d6e3 -C extra-filename=-f70a4dec6833a01c --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-b4d67f07919ede1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-3b07fdb63a2d966c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-09-07T00:00:01.928Z Running `/home/build/.rustup/toolchains/1.98.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.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=6e692550abcb1f87 -C extra-filename=-02a128e804310cf7 --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-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-09-07T00:00:01.960Z Running `/home/build/.rustup/toolchains/1.98.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=d652f43c96df94ec -C extra-filename=-7d80d74148993b14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-09-07T00:00:01.965Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9e13e0f57a038f -C extra-filename=-5bb63e4479276332 --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-369847ab087cf11d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-09-07T00:00:02.000Z Compiling itertools v0.10.5
44012026-09-07T00:00:02.004Z Compiling ena v0.14.4
44022026-09-07T00:00:02.034Z Compiling libloading v0.8.9
44032026-09-07T00:00:02.037Z Compiling bindgen v0.71.1
44042026-09-07T00:00:02.037Z Compiling regex-syntax v0.6.29
44052026-09-07T00:00:02.037Z Running `/home/build/.rustup/toolchains/1.98.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=9db30707275c7570 -C extra-filename=-00378ae9e9b73dd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062026-09-07T00:00:02.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=13b05b9e74edaa19 -C extra-filename=-65e00c735c60f245 --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-3948ba2719554b61.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-4996fa4ae825710e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-4be05bc59d56a084.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-af816f66db7d3af1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.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)'`
44072026-09-07T00:00:02.358Z Running `/home/build/.rustup/toolchains/1.98.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=1e1373a13ff291ef -C extra-filename=-8e4d7242a80799f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-09-07T00:00:02.358Z Running `/home/build/.rustup/toolchains/1.98.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=0a198100f1ac34bb -C extra-filename=-af4d5f7e48a2d613 --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-c8afeb56cacd505f.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-48c995a543171cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092026-09-07T00:00:02.358Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657/build-script-build`
44102026-09-07T00:00:02.358Z Running `/home/build/.rustup/toolchains/1.98.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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=53a170363250d10f -C extra-filename=-10d3672ee9505bf0 --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-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-09-07T00:00:02.358Z Compiling cexpr v0.6.0
44122026-09-07T00:00:02.358Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.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("bench", "dogged", "persistent"))' -C metadata=a4559a133c214753 -C extra-filename=-84d8ab8badbae957 --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-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132026-09-07T00:00:02.358Z Running `/home/build/.rustup/toolchains/1.98.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=8259ba18bdfa7313 -C extra-filename=-2e15f287c393f212 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-09-07T00:00:02.359Z Running `/home/build/.rustup/toolchains/1.98.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=53f7ac18f9020dd0 -C extra-filename=-fac2c100925d9001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-09-07T00:00:02.359Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea33f368f8ffb9f6 -C extra-filename=-cea422d8415488ca --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-09-07T00:00:02.390Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44172026-09-07T00:00:02.394Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44182026-09-07T00:00:02.394Z Compiling git-stub-vcs v0.1.0
44192026-09-07T00:00:02.394Z Compiling term v0.7.0
44202026-09-07T00:00:02.394Z Compiling bit-set v0.5.3
44212026-09-07T00:00:02.394Z Compiling rustc-hash v2.1.1
44222026-09-07T00:00:02.394Z Compiling prefix-trie v0.7.0
44232026-09-07T00:00:02.426Z Compiling libxml v0.3.3
44242026-09-07T00:00:02.429Z Compiling strum_macros v0.24.3
44252026-09-07T00:00:02.429Z Running `/home/build/.rustup/toolchains/1.98.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=d7a5b21e7c21c911 -C extra-filename=-27868cc1a358ea74 --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-31ca6af593560390.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-09-07T00:00:02.465Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=e3f976a052c15b4b -C extra-filename=-c3bc562e9f37ac60 --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-c8afeb56cacd505f.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65e00c735c60f245.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-09-07T00:00:02.632Z Running `/home/build/.rustup/toolchains/1.98.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="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=4a1d79dec805f3d0 -C extra-filename=-42f9e16fad44815f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.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)'`
44282026-09-07T00:00:02.636Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84/build-script-build`
44292026-09-07T00:00:02.735Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-api-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f47301ac5607d29 -C extra-filename=-55d1f459ffcb4e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-a8627a3d6b2b1f23.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-25994cd4633785c6.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302026-09-07T00:00:02.801Z Running `/home/build/.rustup/toolchains/1.98.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=f03ba4f79daded62 -C extra-filename=-a71d93490a825a64 --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-8e4d7242a80799f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44312026-09-07T00:00:02.804Z Running `/home/build/.rustup/toolchains/1.98.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=d9863a34bc58754b -C extra-filename=-a61a9cb9599feb37 --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-af4d5f7e48a2d613.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-09-07T00:00:02.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9adc3ebf2ae1bfca -C extra-filename=-bef19736553430f5 --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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-5bb63e4479276332.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332026-09-07T00:00:02.805Z Running `/home/build/.rustup/toolchains/1.98.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=024de42acaed9f66 -C extra-filename=-b8cdcb31c1c8b8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-07T00:00:02.805Z Running `/home/build/.rustup/toolchains/1.98.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=1409d859b7e1fdfa -C extra-filename=-d60e14a908a820c2 --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-b38ea0edf80b482b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-09-07T00:00:02.805Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14/build-script-build`
44362026-09-07T00:00:02.805Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2/build-script-build`
44372026-09-07T00:00:02.834Z Running `/home/build/.rustup/toolchains/1.98.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=2e2831fd1145967b -C extra-filename=-c62c203ccf0d0176 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-09-07T00:00:02.838Z Running `/home/build/.rustup/toolchains/1.98.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=1151b682e199747d -C extra-filename=-5ae813a9bb19abd8 --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-2408c3d4c6d3556f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-09-07T00:00:02.908Z Compiling ascii-canvas v3.0.0
44402026-09-07T00:00:02.909Z Compiling nanorand v0.7.0
44412026-09-07T00:00:02.913Z Compiling indoc v1.0.9
44422026-09-07T00:00:02.913Z Compiling quick-xml v0.37.5
44432026-09-07T00:00:02.913Z Compiling oso-derive v0.27.3
44442026-09-07T00:00:02.913Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9/build-script-build`
44452026-09-07T00:00:02.913Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-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="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=ea0f7711d298ba30 -C extra-filename=-f06e86fde69d83b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-09-07T00:00:02.948Z Running `/home/build/.rustup/toolchains/1.98.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=222416528d289139 -C extra-filename=-b8e6c9300f207736 --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-a61a9cb9599feb37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-09-07T00:00:02.954Z Running `/home/build/.rustup/toolchains/1.98.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=f53de1a73a4aac6f -C extra-filename=-7e032ea0c0df3de5 --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`
44482026-09-07T00:00:02.954Z Running `/home/build/.rustup/toolchains/1.98.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=1571cbe97819e6d7 -C extra-filename=-447867a2e23962eb --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-53a24cd2896410db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-09-07T00:00:02.982Z Running `/home/build/.rustup/toolchains/1.98.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=5aede37d10600a94 -C extra-filename=-4a875ddf2a4348f3 --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-32e11cbbb0cbd818.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-cea422d8415488ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-09-07T00:00:02.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/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=9c3ac1de73409eaf -C extra-filename=-b447cc925abf806c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-72dd8c778c15f0a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-48c5af8def4a2219.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cade3a40660a71ca.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44512026-09-07T00:00:02.987Z Running `/home/build/.rustup/toolchains/1.98.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=9da774a0b5915c50 -C extra-filename=-2814e1293aa99f04 --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-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-09-07T00:00:02.987Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=0181d89d883b93dc -C extra-filename=-4f1b0a5e40e5f916 --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-054bf847d36a6b9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-09-07T00:00:03.018Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212/build-script-build`
44542026-09-07T00:00:03.021Z Running `/home/build/.rustup/toolchains/1.98.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=fd1017e2881b7ac9 -C extra-filename=-d9d8f919e1b49468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-42f9e16fad44815f.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)'`
44552026-09-07T00:00:03.095Z Compiling hickory-server v0.25.2
44562026-09-07T00:00:03.099Z Running `/home/build/.rustup/toolchains/1.98.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=6cee1138d1696ddc -C extra-filename=-fc30a36378e52454 --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-c8afeb56cacd505f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-09-07T00:00:03.133Z Compiling impl-trait-for-tuples v0.2.3
44582026-09-07T00:00:03.140Z Compiling openssl-probe v0.1.6
44592026-09-07T00:00:03.140Z Running `/home/build/.rustup/toolchains/1.98.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=f94d51598f75a0f4 -C extra-filename=-8d85058f8a08b4a7 --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-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-d60e14a908a820c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-09-07T00:00:03.168Z Compiling trait-variant v0.1.2
44612026-09-07T00:00:03.172Z Compiling assert_matches v1.5.0
44622026-09-07T00:00:03.207Z Compiling bb8 v0.8.6
44632026-09-07T00:00:03.244Z Running `/home/build/.rustup/toolchains/1.98.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.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=3dfee1d05d923936 -C extra-filename=-c87fe0193aeff696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-09-07T00:00:03.248Z Running `/home/build/.rustup/toolchains/1.98.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=e0aef1ec10526fe3 -C extra-filename=-b241f29d84da5786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-09-07T00:00:03.248Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-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=8e80f091c7aa75fc -C extra-filename=-ba548cb97a05fd57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-09-07T00:00:03.249Z Running `/home/build/.rustup/toolchains/1.98.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=0ae703480b670c13 -C extra-filename=-111dcf7fcda33dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-09-07T00:00:03.283Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44682026-09-07T00:00:03.287Z Compiling seq-macro v0.3.6
44692026-09-07T00:00:03.287Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-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 --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=cbfe9c27a7d18cac -C extra-filename=-0b717e1077d05ff1 --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-e5ce56e8506f5b30.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4056e83616638594.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-09-07T00:00:03.319Z Compiling dashu-int v0.5.1
44712026-09-07T00:00:03.323Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6d711e56725210b -C extra-filename=-884284fbc8068a1f --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-884284fbc8068a1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-bef19736553430f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-09-07T00:00:03.323Z Running `/home/build/.rustup/toolchains/1.98.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=050301dc172bfdc1 -C extra-filename=-40b0ae1304dff841 --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`
44732026-09-07T00:00:03.323Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176/build-script-build`
44742026-09-07T00:00:03.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-int-0.5.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-integer", "num-integer_v01", "num-order", "num-traits", "num-traits_v02", "rand", "rand_v010", "rand_v08", "rand_v09", "serde", "std", "tuning", "zeroize"))' -C metadata=4a3a2bef5226cbe5 -C extra-filename=-9a41174ff0ef1da7 --out-dir /work/oxidecomputer/omicron/target/debug/build/dashu-int-9a41174ff0ef1da7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-09-07T00:00:03.419Z Running `/home/build/.rustup/toolchains/1.98.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=11bc68540d8a7315 -C extra-filename=-10c4617782afbc15 --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-f06e86fde69d83b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-09-07T00:00:03.562Z Compiling flume v0.11.1
44772026-09-07T00:00:03.567Z Compiling ssh-encoding v0.2.0
44782026-09-07T00:00:03.599Z Running `/home/build/.rustup/toolchains/1.98.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=008eccb1f9c117fb -C extra-filename=-039c0a5661b362fd --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-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-447867a2e23962eb.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-09-07T00:00:03.672Z Compiling rlimit v0.10.2
44802026-09-07T00:00:03.675Z Compiling dashu-base v0.5.1
44812026-09-07T00:00:03.675Z Compiling nonempty v0.12.0
44822026-09-07T00:00:03.675Z Running `/home/build/.rustup/toolchains/1.98.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=f84f5855f94b7bc7 -C extra-filename=-d29f4c052b615254 --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-4641a7d020b1e261.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-09-07T00:00:03.712Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44842026-09-07T00:00:03.717Z Running `/home/build/.rustup/toolchains/1.98.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=f51c7a0233c0c503 -C extra-filename=-ae867e9d6d10901d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-07T00:00:03.717Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-0.10.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=182ad1fbbacffdec -C extra-filename=-d6914a374b2de039 --out-dir /work/oxidecomputer/omicron/target/debug/build/rlimit-d6914a374b2de039 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-09-07T00:00:03.717Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dashu_base --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-base-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c59fed438efbb1e4 -C extra-filename=-ad6a6d15f7d821a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09-07T00:00:03.747Z Compiling darling_macro v0.21.3
44882026-09-07T00:00:03.750Z Compiling num-modular v0.6.5
44892026-09-07T00:00:03.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/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=9fa9856c40a4087e -C extra-filename=-4c796119c538f4d7 --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-f36ac586621dabce.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f312a4567ff31a8d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65e00c735c60f245.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-09-07T00:00:03.819Z Running `/home/build/.rustup/toolchains/1.98.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.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=71076bdb9820bef7 -C extra-filename=-3a297eeb89731cb3 --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-05c044b00e454915.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-09-07T00:00:03.860Z Compiling parking_lot v0.11.2
44922026-09-07T00:00:03.865Z Compiling mime_guess v2.0.5
44932026-09-07T00:00:03.865Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_modular --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("num-bigint", "num-traits", "std"))' -C metadata=e1463e11f212a57b -C extra-filename=-176a21a0abcaae44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-09-07T00:00:03.888Z Compiling lalrpop v0.19.12
44952026-09-07T00:00:03.891Z Running `/home/build/.rustup/toolchains/1.98.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=08941e7f23869d2e -C extra-filename=-8633e0a7f5bfd982 --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-fe81d81eca53d050.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-2be7686a7f17e267.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-fc30a36378e52454.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-09-07T00:00:03.891Z Running `/home/build/.rustup/toolchains/1.98.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=825c5a1bf232ad9b -C extra-filename=-d66b892e1d68d780 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-09-07T00:00:03.924Z Running `/home/build/.rustup/toolchains/1.98.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=ac7c5fac857fbeb7 -C extra-filename=-88cfb9126b9c6972 --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-b8e6c9300f207736.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-a71d93490a825a64.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b49d5af721eb25a7.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-84d8ab8badbae957.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-10d3672ee9505bf0.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6324502ac22b92e6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-fac2c100925d9001.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-10c4617782afbc15.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cbbac3a7e9f53198.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-09-07T00:00:03.961Z Running `/home/build/.rustup/toolchains/1.98.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=285d070997c9bf74 -C extra-filename=-9be4d5052de6b0da --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-f36ac586621dabce.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`
44992026-09-07T00:00:03.998Z Compiling tungstenite v0.28.0
45002026-09-07T00:00:04.035Z Compiling p256 v0.13.2
45012026-09-07T00:00:04.071Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
45022026-09-07T00:00:04.106Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-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="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=0289ec9f1690b132 -C extra-filename=-4af599e635ac7627 --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-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-09-07T00:00:04.110Z Running `/home/build/.rustup/toolchains/1.98.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="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=18aabbd9bec2c98a -C extra-filename=-4a6a41a7549f86c1 --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-7d372c980f2f7930.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ab77845a74795748.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-09-07T00:00:04.141Z Compiling http-range v0.1.5
45052026-09-07T00:00:04.144Z Compiling num-primitive v0.2.1
45062026-09-07T00:00:04.144Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/be1d769/crates/before/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unexpected_cfgs --check-cfg 'cfg(before_alloc_ab, values("projection_growth", "projection_shrink", "display_growth"))' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "laws", "limb-meter", "meter", "oracle", "scan-meter", "serde"))' -C metadata=c6e04285abf4b40d -C extra-filename=-57f0b202bab29273 --out-dir /work/oxidecomputer/omicron/target/debug/build/before-57f0b202bab29273 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-09-07T00:00:04.181Z Running `/home/build/.rustup/toolchains/1.98.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=cd4c7bc84f061886 -C extra-filename=-54ea2634f4c28de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-09-07T00:00:04.260Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_primitive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-primitive-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=unreachable-pub --deny=unnameable-types --deny=unconditional-recursion '--deny=rustdoc::private-intra-doc-links' --deny=private-interfaces --deny=private-bounds --deny=missing-docs '--deny=rustdoc::broken-intra-doc-links' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c2b3cc4995949f34 -C extra-filename=-2069eb305e957ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-09-07T00:00:04.261Z Compiling sled v0.34.7
45102026-09-07T00:00:04.261Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-884284fbc8068a1f/build-script-build`
45112026-09-07T00:00:04.261Z Running `/home/build/.rustup/toolchains/1.98.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=95de3378c89c840e -C extra-filename=-0bf4643a83114837 --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-0d1d74eea2047571.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ee0cee2fe990753d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8633e0a7f5bfd982.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-09-07T00:00:04.285Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
45132026-09-07T00:00:04.288Z Running `/work/oxidecomputer/omicron/target/debug/build/rlimit-d6914a374b2de039/build-script-build`
45142026-09-07T00:00:04.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/94762dc/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=6944cc39f542632f -C extra-filename=-2571890886edc79a --out-dir /work/oxidecomputer/omicron/target/debug/build/sush-common-2571890886edc79a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-09-07T00:00:04.325Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45162026-09-07T00:00:04.325Z Running `/work/oxidecomputer/omicron/target/debug/build/dashu-int-9a41174ff0ef1da7/build-script-build`
45172026-09-07T00:00:04.360Z Compiling ssh-cipher v0.2.0
45182026-09-07T00:00:04.363Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd4643f679734cf5 -C extra-filename=-e8e2c0f01adf4ecc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-d9d8f919e1b49468.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-09-07T00:00:04.363Z Running `/home/build/.rustup/toolchains/1.98.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4128919e4659ad64 -C extra-filename=-983189185714f3c4 --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-6daee57debadb2fd.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-d29f4c052b615254.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-09-07T00:00:04.435Z Compiling bytesize v2.7.0
45212026-09-07T00:00:04.477Z Compiling http-range-header v0.4.2
45222026-09-07T00:00:04.480Z Compiling signal-hook-tokio v0.3.1
45232026-09-07T00:00:04.480Z Compiling pwd v1.4.0
45242026-09-07T00:00:04.480Z Compiling lru v0.18.3
45252026-09-07T00:00:04.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytesize-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 --deny=rust-2018-idioms --deny=nonstandard-style --warn=missing-docs --deny=future-incompatible --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "serde", "std"))' -C metadata=bdca3296e02893a6 -C extra-filename=-9df4961e056f0b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-09-07T00:00:04.512Z Compiling scuffle v0.1.0
45272026-09-07T00:00:04.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range_header --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-header-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=f8ec068276be91b0 -C extra-filename=-1d1537293003ed0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-09-07T00:00:04.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.18.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=bf658a81c069f8af -C extra-filename=-0d33345df6d9076c --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-db2c9870c4b2b56b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45292026-09-07T00:00:04.515Z Running `/home/build/.rustup/toolchains/1.98.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=68b78141eed5af0f -C extra-filename=-e00a276b687dea77 --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-f57b0cec2750c1f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-09-07T00:00:04.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pwd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pwd-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=a09b73a140dc8df5 -C extra-filename=-83c5cd93ebe717a2 --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-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312026-09-07T00:00:04.548Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rlimit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-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())' -C metadata=9a577273ed13b1db -C extra-filename=-c56a2058a8fd2ea8 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_os, values("switch"))' --check-cfg 'cfg(rlimit__has_prlimit64)' --check-cfg 'cfg(rlimit__get_kern_max_files_per_proc)'`
45322026-09-07T00:00:04.553Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scuffle --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scuffle-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="daft"' --cfg 'feature="smf-by-instance"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft", "smf-by-instance", "testing"))' -C metadata=f9d2738e76ce6bc9 -C extra-filename=-0d27ab7294fdee59 --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-3948ba2719554b61.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-3a90c563f18a5063.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-09-07T00:00:04.584Z Compiling darling v0.21.3
45342026-09-07T00:00:04.589Z Compiling tungstenite v0.23.0
45352026-09-07T00:00:04.589Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
45362026-09-07T00:00:04.589Z Compiling void v1.0.2
45372026-09-07T00:00:04.589Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.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 --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=c03604599e4ebd4e -C extra-filename=-fc36845d5b80885f --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-05c044b00e454915.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-3a297eeb89731cb3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-09-07T00:00:04.623Z Running `/home/build/.rustup/toolchains/1.98.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=b7ddd88a81e5a3b3 -C extra-filename=-284c0e829aa3cff3 --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-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-09-07T00:00:04.628Z Running `/home/build/.rustup/toolchains/1.98.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=2d9048d87a56c62f -C extra-filename=-1294022430ceeb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-09-07T00:00:04.628Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=accf973883e9a3a7 -C extra-filename=-54b07ee9a69e270b --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-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-77840e6b6e2d2bdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-09-07T00:00:04.659Z Running `/home/build/.rustup/toolchains/1.98.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=60749ad1153ebfd3 -C extra-filename=-08b197286f56bd97 --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-3948ba2719554b61.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-27868cc1a358ea74.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-4a875ddf2a4348f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-b8cdcb31c1c8b8c9.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6319ee8dca09070d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422026-09-07T00:00:04.696Z Compiling progenitor-macro v0.14.0
45432026-09-07T00:00:04.731Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.14.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=2d058164a9cb18d5 -C extra-filename=-02badd734321fede --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-b7d245b0064f8782.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f70a4dec6833a01c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ccac601ffc147e41.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442026-09-07T00:00:04.803Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dashu_int --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-int-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-integer", "num-integer_v01", "num-order", "num-traits", "num-traits_v02", "rand", "rand_v010", "rand_v08", "rand_v09", "serde", "std", "tuning", "zeroize"))' -C metadata=9b0d6d68bc0b1c40 -C extra-filename=-c1fe8667cb973d73 --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-c8afeb56cacd505f.rmeta --extern dashu_base=/work/oxidecomputer/omicron/target/debug/deps/libdashu_base-ad6a6d15f7d821a2.rmeta --extern num_modular=/work/oxidecomputer/omicron/target/debug/deps/libnum_modular-176a21a0abcaae44.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(force_bits, values("16", "32", "64"))'`
45452026-09-07T00:00:04.833Z Compiling ssh-key v0.6.7
45462026-09-07T00:00:04.837Z Compiling dsi-bitstream v0.10.1
45472026-09-07T00:00:04.870Z Running `/home/build/.rustup/toolchains/1.98.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.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="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="p256"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --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=45bc31ba6d78d744 -C extra-filename=-db47d674fe8c2f5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4a6a41a7549f86c1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8775af81cf80cc80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-983189185714f3c4.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-d29f4c052b615254.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-09-07T00:00:04.876Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dsi_bitstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsi-bitstream-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench-delta-gamma", "bench-reads", "bench-u16", "bench-u32", "bench-u64", "bench-univ", "checks", "default", "fuzz", "implied", "mem_dbg", "no_copy_impls", "offset_of_enum", "serde", "std"))' -C metadata=255a9a274caca644 -C extra-filename=-bb82f46bb4008d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_primitive=/work/oxidecomputer/omicron/target/debug/deps/libnum_primitive-2069eb305e957ee4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-09-07T00:00:04.907Z Compiling tokio-tungstenite v0.28.0
45502026-09-07T00:00:04.944Z Compiling lzss v0.8.2
45512026-09-07T00:00:04.948Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780/build-script-build`
45522026-09-07T00:00:04.948Z Running `/home/build/.rustup/toolchains/1.98.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.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="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=b40786a07ecb8ded -C extra-filename=-0ba42b2b287bdfd8 --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-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4af599e635ac7627.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-09-07T00:00:04.984Z Compiling dsl_auto_type v0.2.0
45542026-09-07T00:00:04.987Z Running `/home/build/.rustup/toolchains/1.98.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=1f645aabbffe9880 -C extra-filename=-3963c08eb1f4ac99 --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-1294022430ceeb16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-09-07T00:00:05.015Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45562026-09-07T00:00:05.018Z Running `/home/build/.rustup/toolchains/1.98.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.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=fc57f012fab0b176 -C extra-filename=-aecf68ad16c30d4b --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-fc36845d5b80885f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-09-07T00:00:05.018Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-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("clap"))' -C metadata=5a09fcae177c868e -C extra-filename=-ab265b02c013a9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-4c283863a9cf1677.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582026-09-07T00:00:05.052Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45592026-09-07T00:00:05.056Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
45602026-09-07T00:00:05.061Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb3e6199446c267 -C extra-filename=-d246b2e056ea92c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
45612026-09-07T00:00:05.084Z Running `/home/build/.rustup/toolchains/1.98.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=06b6a1723173db2b -C extra-filename=-4f12d312eaff3848 --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-a85bc2f7a054eda7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-09-07T00:00:05.121Z Running `/home/build/.rustup/toolchains/1.98.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=09b7ee1134afe0e7 -C extra-filename=-a6a60f74ea507334 --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-b757ef982f295bb7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-09-07T00:00:05.124Z Compiling nix v0.27.1
45642026-09-07T00:00:05.157Z Running `/work/oxidecomputer/omicron/target/debug/build/before-57f0b202bab29273/build-script-build`
45652026-09-07T00:00:05.160Z Running `/home/build/.rustup/toolchains/1.98.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=27f23df972abf2c8 -C extra-filename=-f11b73dea6e981e4 --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-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-183ba5d0e4927680.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-09-07T00:00:05.195Z Running `/work/oxidecomputer/omicron/target/debug/build/sush-common-2571890886edc79a/build-script-build`
45672026-09-07T00:00:05.264Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
45682026-09-07T00:00:05.268Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/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", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=7ea7f2a7ec58a07a -C extra-filename=-f35247cb141295d4 --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-54b07ee9a69e270b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-814f4c615715e0fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1a883e6055b44435.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45692026-09-07T00:00:05.369Z Compiling tokio-tungstenite v0.23.1
45702026-09-07T00:00:05.372Z Compiling serde_bytes v0.11.19
45712026-09-07T00:00:05.372Z Running `/home/build/.rustup/toolchains/1.98.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=b9ee69e8e54c71d2 -C extra-filename=-de19e9a5ea601779 --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-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-284c0e829aa3cff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722026-09-07T00:00:05.372Z Compiling yansi v1.0.1
45732026-09-07T00:00:05.401Z Running `/home/build/.rustup/toolchains/1.98.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=b7c500429f3d084f -C extra-filename=-d9e0eddf025cef2e --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-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-09-07T00:00:05.405Z Running `/home/build/.rustup/toolchains/1.98.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=92fd3e1026ff0cbb -C extra-filename=-591fce1346449b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-09-07T00:00:05.549Z Compiling hyper-staticfile v0.10.1
45762026-09-07T00:00:05.556Z Compiling cpubits v0.1.1
45772026-09-07T00:00:05.556Z Compiling libz-sys v1.1.24
45782026-09-07T00:00:05.556Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc/build-script-build`
45792026-09-07T00:00:05.556Z Compiling pem-rfc7468 v1.0.0
45802026-09-07T00:00:05.556Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
45812026-09-07T00:00:05.586Z Compiling hmac v0.13.0
45822026-09-07T00:00:05.590Z Running `/home/build/.rustup/toolchains/1.98.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=52edf44d854546ae -C extra-filename=-966a2e66b26629e3 --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-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-a6a60f74ea507334.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-09-07T00:00:05.590Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpubits --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpubits-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 --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38e293ec228aeaf -C extra-filename=-83bff7d0c39af0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-09-07T00:00:05.590Z Running `/home/build/.rustup/toolchains/1.98.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.24/build.rs --error-format=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=08597ec840bed048 -C extra-filename=-83d374143dcffd3f --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-3b81e8a9236fb0cd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-09-07T00:00:05.590Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-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", "std"))' -C metadata=1e82e1d7b74c55a5 -C extra-filename=-28962bfad6c4e6c1 --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-4641a7d020b1e261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-09-07T00:00:05.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/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=5c7a80e880658620 -C extra-filename=-2df58a1396857ec5 --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-3948ba2719554b61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-09-07T00:00:05.634Z Compiling universal-hash v0.6.1
45882026-09-07T00:00:05.634Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=5bebc619d18ac3c2 -C extra-filename=-a932f702b0c397c6 --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-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892026-09-07T00:00:05.662Z Compiling libgit2-sys v0.18.3+1.9.2
45902026-09-07T00:00:05.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2342d7f89a4b8d -C extra-filename=-8f9eaef02c635b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-09-07T00:00:05.666Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.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("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6b5168f81e48cb08 -C extra-filename=-2d6effba9317c720 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-09-07T00:00:05.701Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
45932026-09-07T00:00:05.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/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=19d6521aba97e394 -C extra-filename=-c7e48c664f59db6c --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-09-07T00:00:05.738Z Compiling instability v0.3.11
45952026-09-07T00:00:05.743Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=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=785a5de2f486d9a4 -C extra-filename=-22e02ea1d2d421da --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-09-07T00:00:05.743Z Compiling colored v2.2.0
45972026-09-07T00:00:05.807Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
45982026-09-07T00:00:05.812Z Running `/home/build/.rustup/toolchains/1.98.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=cc56fd8e24db099e -C extra-filename=-f1187bf1a109a946 --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-f2541ba6c8c9160c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-09-07T00:00:05.812Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/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=e9aa51806cce0ca0 -C extra-filename=-5ae3640d53793055 --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-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ee0cee2fe990753d.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-a6e6dda2918cca1a.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-3963c08eb1f4ac99.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f11b73dea6e981e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-d9e0eddf025cef2e.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f12d312eaff3848.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rmeta --cap-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-50edb6e3051984da/out/lib`
46002026-09-07T00:00:05.873Z Compiling castaway v0.2.4
46012026-09-07T00:00:05.878Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=02349eed7faf66f2 -C extra-filename=-3e7670847c878f1d --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-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022026-09-07T00:00:05.903Z Compiling indoc v2.0.7
46032026-09-07T00:00:05.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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=2e377676fa82f1c3 -C extra-filename=-e2e6f37ae88463a3 --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`
46042026-09-07T00:00:06.072Z Compiling progenitor-impl v0.13.0
46052026-09-07T00:00:06.093Z Compiling pretty_assertions v1.4.1
46062026-09-07T00:00:06.108Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52ba988953706ed5 -C extra-filename=-b51e61dd915d5f1f --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-b4d67f07919ede1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-3b07fdb63a2d966c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-09-07T00:00:06.142Z Compiling lru v0.12.5
46082026-09-07T00:00:06.145Z Running `/home/build/.rustup/toolchains/1.98.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=5fcfa6284ac2a39d -C extra-filename=-b1fab63ab540fe54 --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-b49d5af721eb25a7.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-591fce1346449b47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-09-07T00:00:06.145Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46102026-09-07T00:00:06.145Z Running `/home/build/.rustup/toolchains/1.98.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=1265cb7d57e5d3f6 -C extra-filename=-efcf4be9732349e6 --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-24e9546b5dd3595e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-09-07T00:00:06.145Z Running `/home/build/.rustup/toolchains/1.98.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=9898ad27a6a5ab93 -C extra-filename=-5a8e3892e90775e0 --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-b4d67f07919ede1e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122026-09-07T00:00:06.254Z Compiling compact_str v0.8.1
46132026-09-07T00:00:06.258Z Compiling unicode-truncate v1.1.0
46142026-09-07T00:00:06.258Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c/build-script-build`
46152026-09-07T00:00:06.258Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d8d9f2efdee09180 -C extra-filename=-cd40a2561ccf746d --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-3e7670847c878f1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-09-07T00:00:06.258Z Running `/home/build/.rustup/toolchains/1.98.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=2a3a4734f330107e -C extra-filename=-a04e8da4a3432204 --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-daa2bccd3b7a4092.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-09-07T00:00:06.289Z Compiling petname v2.0.2
46182026-09-07T00:00:06.293Z Running `/home/build/.rustup/toolchains/1.98.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=5acfb566487388c6 -C extra-filename=-d869bded6fa39153 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-09-07T00:00:06.355Z Compiling polyval v0.7.1
46202026-09-07T00:00:06.360Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::suspicious_arithmetic_impl' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(polyval_backend, values("soft"))' --cfg 'feature="hazmat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=15ae3c92cb4cdccc -C extra-filename=-27d4e991cd1a551a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-09-07T00:00:06.361Z Compiling der v0.8.0
46222026-09-07T00:00:06.393Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "ber", "bytes", "derive", "flagset", "heapless", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=a2f6ace072b03be2 -C extra-filename=-d9671cfddb9bd917 --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-11ea691932e08d12.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232026-09-07T00:00:06.463Z Running `/home/build/.rustup/toolchains/1.98.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.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --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", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=cf387c0a3aa250af -C extra-filename=-df559507bfa870cd --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-2485eca617ad1cc0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-aecf68ad16c30d4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-09-07T00:00:06.535Z Compiling vergen-git2 v9.1.0
46252026-09-07T00:00:06.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.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 --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=39a4f0e217697497 -C extra-filename=-8d8e5de7f821da59 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-09-07T00:00:06.574Z Compiling arc-swap v1.8.2
46272026-09-07T00:00:06.611Z Compiling cassowary v0.3.0
46282026-09-07T00:00:06.614Z Running `/home/build/.rustup/toolchains/1.98.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=d23db51d088df105 -C extra-filename=-cef002d5e498e368 --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-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-09-07T00:00:06.614Z Running `/home/build/.rustup/toolchains/1.98.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=811aaa2123d86dbf -C extra-filename=-34f7daa4bb120699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-09-07T00:00:06.653Z Compiling crypto-bigint v0.7.5
46312026-09-07T00:00:06.683Z Compiling aes v0.9.1
46322026-09-07T00:00:06.686Z Compiling pbkdf2 v0.13.0
46332026-09-07T00:00:06.688Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-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 --warn=unexpected_cfgs --check-cfg 'cfg(aes_backend_soft, values("compact"))' --check-cfg 'cfg(aes_backend, values("soft", "avx256", "avx512"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=e5f61820e308827f -C extra-filename=-102b6e12f2c7ee1c --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-b3b8a042fb99e0b6.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-09-07T00:00:06.688Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="hybrid-array"' --cfg 'feature="rand_core"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "rlp", "serde", "subtle", "zeroize"))' -C metadata=46884acd5886114d -C extra-filename=-5773599649301bf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-09-07T00:00:06.688Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hmac", "kdf", "mcf", "password-hash", "phc", "rand_core", "sha2"))' -C metadata=df246df85b0e5122 -C extra-filename=-69eed7f776e6d8e4 --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-93a1365be822cb8b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-09-07T00:00:06.726Z Compiling ctr v0.10.1
46372026-09-07T00:00:06.731Z Compiling aead v0.6.1
46382026-09-07T00:00:06.731Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da/build-script-build`
46392026-09-07T00:00:06.731Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=08ad79a8dd4a81cc -C extra-filename=-74574cd80db77641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-09-07T00:00:06.731Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "zeroize"))' -C metadata=9f46c0bd0015e4f8 -C extra-filename=-e06f317cb2460a44 --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-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-09-07T00:00:06.796Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46422026-09-07T00:00:06.828Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/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("multicast"))' -C metadata=28085cda550ad608 -C extra-filename=-2d7f37cce64c836f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6e48850a9b670edf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432026-09-07T00:00:06.864Z Compiling ghash v0.6.0
46442026-09-07T00:00:06.868Z Compiling salsa20 v0.11.0
46452026-09-07T00:00:06.868Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-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("zeroize"))' -C metadata=5919e84b47c76f2d -C extra-filename=-a3dceae665cd418d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27d4e991cd1a551a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-09-07T00:00:06.904Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-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("zeroize"))' -C metadata=2010002b031db08f -C extra-filename=-59548de6cbc7cf36 --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-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-09-07T00:00:06.909Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f/build-script-build`
46482026-09-07T00:00:06.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3984d62603e1b9aa -C extra-filename=-24c828f81c8bae74 --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-7a1835c470d020cf.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e2e6f37ae88463a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
46492026-09-07T00:00:06.975Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46502026-09-07T00:00:06.979Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/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=9182944fae26c299 -C extra-filename=-6ffa12be4f6b188d --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-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2df58a1396857ec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512026-09-07T00:00:06.979Z Compiling slog-scope v4.4.1
46522026-09-07T00:00:06.979Z Compiling console v0.16.2
46532026-09-07T00:00:07.014Z Running `/home/build/.rustup/toolchains/1.98.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.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=302ff7f018e6d916 -C extra-filename=-554fe98cfef295d0 --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-cef002d5e498e368.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-09-07T00:00:07.018Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-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 --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=9f67c18a4e40654f -C extra-filename=-dec0849c2c7ac360 --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-f36ac586621dabce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-09-07T00:00:07.068Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153/build-script-build`
46562026-09-07T00:00:07.140Z Compiling sapling-renderdag v0.1.0
46572026-09-07T00:00:07.177Z Running `/home/build/.rustup/toolchains/1.98.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=339663eed81463cd -C extra-filename=-f173005ec0208e29 --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-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-09-07T00:00:07.211Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
46592026-09-07T00:00:07.248Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name suanpan --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/be1d769/crates/suanpan/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("touch-meter"))' -C metadata=cbe8cc3769866666 -C extra-filename=-75155b4403d3b814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashu_int=/work/oxidecomputer/omicron/target/debug/deps/libdashu_int-c1fe8667cb973d73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-09-07T00:00:07.320Z Compiling slog-stdlog v4.1.1
46612026-09-07T00:00:07.328Z Compiling unit-prefix v0.5.2
46622026-09-07T00:00:07.328Z Compiling sync-ptr v0.1.4
46632026-09-07T00:00:07.351Z Running `/home/build/.rustup/toolchains/1.98.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=b20031e6c272ea74 -C extra-filename=-8f58feeaf26c417d --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-e0ed419d817544b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-09-07T00:00:07.355Z Running `/home/build/.rustup/toolchains/1.98.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=92a2ae0a1fcdfdf6 -C extra-filename=-5f678e80419a2587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-09-07T00:00:07.355Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59/build-script-build`
46662026-09-07T00:00:07.355Z Running `/home/build/.rustup/toolchains/1.98.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=8dc30c1880d19656 -C extra-filename=-a7aaaf773d289eee --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-a96344eae1a3d1f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-554fe98cfef295d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-09-07T00:00:07.389Z Compiling scrypt v0.12.0
46682026-09-07T00:00:07.420Z Running `/home/build/.rustup/toolchains/1.98.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=ad8db908d9504493 -C extra-filename=-2e2b03c0efad02e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692026-09-07T00:00:07.424Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "kdf", "mcf", "parallel", "password-hash", "phc", "rand_core"))' -C metadata=4cf54c15c6944c8f -C extra-filename=-c71150440adb55dd --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-c8afeb56cacd505f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-59548de6cbc7cf36.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-09-07T00:00:07.424Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720/build-script-build`
46712026-09-07T00:00:07.566Z Compiling spki v0.8.0
46722026-09-07T00:00:07.575Z Running `/home/build/.rustup/toolchains/1.98.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.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(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=55dc2fd97a0379a4 -C extra-filename=-07ea87da42f42885 --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-f36ac586621dabce.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`
46732026-09-07T00:00:07.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "digest", "fingerprint", "pem", "sha2", "std"))' -C metadata=7de49d048ac888bb -C extra-filename=-3059f5ab82c7c7ba --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-d9671cfddb9bd917.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-09-07T00:00:07.598Z Compiling aes-gcm v0.11.0
46752026-09-07T00:00:07.601Z Compiling tokio-test v0.4.5
46762026-09-07T00:00:07.630Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.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)' --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=7efc4031a95c72f3 -C extra-filename=-d95b50b5c6c84a13 --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-f57b0cec2750c1f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-09-07T00:00:07.633Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "bytes", "default", "getrandom", "hazmat", "rand_core", "zeroize"))' -C metadata=d3022a6484ccf6de -C extra-filename=-687510da3b584913 --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-74574cd80db77641.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e06f317cb2460a44.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-a3dceae665cd418d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-09-07T00:00:07.633Z Compiling libsw-core v0.3.2
46792026-09-07T00:00:07.667Z Compiling cbc v0.2.1
46802026-09-07T00:00:07.670Z Running `/home/build/.rustup/toolchains/1.98.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.2/src/lib.rs --error-format=json --json=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=86b3f20868049370 -C extra-filename=-b4af4313fe43528a --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-09-07T00:00:07.702Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -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", "zeroize"))' -C metadata=974c426ea051423e -C extra-filename=-bcdb5ae72dbcff0e --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-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822026-09-07T00:00:07.737Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46832026-09-07T00:00:07.742Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a1b50072f8e14f0 -C extra-filename=-b324aeafdf511cc8 --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-1e0124cd6fc62769.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842026-09-07T00:00:07.777Z Compiling twox-hash v2.1.2
46852026-09-07T00:00:07.809Z Running `/home/build/.rustup/toolchains/1.98.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.2/src/lib.rs --error-format=json --json=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=74f69124cde71ec3 -C extra-filename=-a99bfd033ac37355 --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-4bc5b75ea998daa7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-09-07T00:00:07.848Z Compiling atty v0.2.14
46872026-09-07T00:00:07.851Z Running `/home/build/.rustup/toolchains/1.98.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=d652966f12ed8baa -C extra-filename=-9a370f76601575f4 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882026-09-07T00:00:07.889Z Compiling libsw v3.5.0
46892026-09-07T00:00:07.894Z Running `/home/build/.rustup/toolchains/1.98.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=2c0604376fa00407 -C extra-filename=-70266daa2246eced --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-b4af4313fe43528a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902026-09-07T00:00:07.894Z Compiling fatfs v0.3.6
46912026-09-07T00:00:07.928Z Running `/home/build/.rustup/toolchains/1.98.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=716971467eab4cba -C extra-filename=-c6ad66728a1f7c05 --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-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922026-09-07T00:00:07.973Z Compiling pkcs5 v0.8.1
46932026-09-07T00:00:07.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "getrandom", "pbes2", "rand_core", "sha1-insecure"))' -C metadata=7f1b65aea49e147d -C extra-filename=-a66affc94c68e93b --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-102b6e12f2c7ee1c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-687510da3b584913.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bcdb5ae72dbcff0e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c71150440adb55dd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942026-09-07T00:00:08.001Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46952026-09-07T00:00:08.004Z Compiling slog-envlogger v2.2.0
46962026-09-07T00:00:08.005Z Running `/home/build/.rustup/toolchains/1.98.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=097931cf7746e097 -C extra-filename=-5da5b880462cda97 --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-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-09-07T00:00:08.040Z Running `/home/build/.rustup/toolchains/1.98.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=fa7f28cd9bbd9b29 -C extra-filename=-67863f9306e58aa0 --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-a96344eae1a3d1f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-554fe98cfef295d0.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-a7aaaf773d289eee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-09-07T00:00:08.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/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=112fc15028fbed43 -C extra-filename=-419b9c0e2ea621d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-72dd8c778c15f0a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-6ffa12be4f6b188d.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2df58a1396857ec5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
46992026-09-07T00:00:08.077Z Compiling ratatui v0.29.0
47002026-09-07T00:00:08.080Z Compiling indicatif v0.18.4
47012026-09-07T00:00:08.080Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name before --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/be1d769/crates/before/src/lib.rs --error-format=json --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=unexpected_cfgs --check-cfg 'cfg(before_alloc_ab, values("projection_growth", "projection_shrink", "display_growth"))' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "laws", "limb-meter", "meter", "oracle", "scan-meter", "serde"))' -C metadata=afd227cc839df4e7 -C extra-filename=-0ce9ad3c26d8252f --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-47cd8f8dc9e7b1a0.rmeta --extern dashu_int=/work/oxidecomputer/omicron/target/debug/deps/libdashu_int-c1fe8667cb973d73.rmeta --extern dsi_bitstream=/work/oxidecomputer/omicron/target/debug/deps/libdsi_bitstream-bb82f46bb4008d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern suanpan=/work/oxidecomputer/omicron/target/debug/deps/libsuanpan-75155b4403d3b814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022026-09-07T00:00:08.081Z Running `/home/build/.rustup/toolchains/1.98.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=985219bd900f9ee8 -C extra-filename=-4a185f6523ee863c --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-3948ba2719554b61.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-34f7daa4bb120699.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-cd40a2561ccf746d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e2e6f37ae88463a3.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-24c828f81c8bae74.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-efcf4be9732349e6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a04e8da4a3432204.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032026-09-07T00:00:08.111Z Compiling ff v0.14.0
47042026-09-07T00:00:08.114Z Compiling oxide-update-engine-display v0.1.2
47052026-09-07T00:00:08.114Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.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="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=9b7ff98693a0bfc6 -C extra-filename=-2103a7c365bf290e --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-dec0849c2c7ac360.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-5f678e80419a2587.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47062026-09-07T00:00:08.114Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "ff_derive", "std"))' -C metadata=e7ce35e10d63f276 -C extra-filename=-909861595e1f2257 --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-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072026-09-07T00:00:08.146Z Compiling shell-words v1.1.1
47082026-09-07T00:00:08.183Z Compiling concurrent-queue v2.5.0
47092026-09-07T00:00:08.188Z Compiling parking v2.2.1
47102026-09-07T00:00:08.188Z Compiling signature v3.0.0
47112026-09-07T00:00:08.188Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_display --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-display-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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=ac5743c8fa23a31b -C extra-filename=-d3322986ffb49ea4 --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-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-70266daa2246eced.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-09-07T00:00:08.190Z Running `/home/build/.rustup/toolchains/1.98.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=8d18fefad8fb80fd -C extra-filename=-41deb9e6efae2e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132026-09-07T00:00:08.190Z Compiling plotters-backend v0.3.7
47142026-09-07T00:00:08.190Z Running `/home/build/.rustup/toolchains/1.98.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ec117f9abc4fa5a9 -C extra-filename=-ae6a00492f3ca6c3 --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-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152026-09-07T00:00:08.190Z Running `/home/build/.rustup/toolchains/1.98.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=8657b7b93e419e70 -C extra-filename=-8d721ba4f2444947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162026-09-07T00:00:08.221Z Running `/home/build/.rustup/toolchains/1.98.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=797e2885f4798544 -C extra-filename=-f43db9616866cad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172026-09-07T00:00:08.224Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "digest", "rand_core"))' -C metadata=009bb466eae4f3f4 -C extra-filename=-6e36f509b749aa76 --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-93a1365be822cb8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-09-07T00:00:08.261Z Compiling base16ct v1.0.0
47192026-09-07T00:00:08.265Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-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"))' -C metadata=82ddfc2e57c63886 -C extra-filename=-5d4c85a42c43613d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202026-09-07T00:00:08.292Z Compiling hkdf v0.13.0
47212026-09-07T00:00:08.295Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kdf"))' -C metadata=dddc9debeb95a2fb -C extra-filename=-ced864b09500c594 --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-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222026-09-07T00:00:08.503Z Compiling pkcs8 v0.11.0
47232026-09-07T00:00:08.538Z Compiling plotters-svg v0.3.7
47242026-09-07T00:00:08.542Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "ctutils", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "sha1-insecure", "std"))' -C metadata=68f3c719c57dccbb -C extra-filename=-e0344b733aced629 --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-d9671cfddb9bd917.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a66affc94c68e93b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-09-07T00:00:08.542Z Compiling sec1 v0.8.1
47262026-09-07T00:00:08.572Z Compiling rtoolbox v0.0.3
47272026-09-07T00:00:08.575Z Running `/home/build/.rustup/toolchains/1.98.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=3f089f55ccb503a1 -C extra-filename=-59bbef1895dcca2c --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-f43db9616866cad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282026-09-07T00:00:08.576Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-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="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "default", "der", "pem", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=f4c9da58156e0da4 -C extra-filename=-8a04af48251e3c77 --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-5d4c85a42c43613d.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-09-07T00:00:08.606Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.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("serde"))' -C metadata=5055aee2cad5c776 -C extra-filename=-89d2a315fb8c324c --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302026-09-07T00:00:08.609Z Compiling futures-timer v3.0.3
47312026-09-07T00:00:08.644Z Running `/home/build/.rustup/toolchains/1.98.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=566f67a75b9665e2 -C extra-filename=-445cb2bade420633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-09-07T00:00:08.647Z Compiling event-listener v5.4.1
47332026-09-07T00:00:08.681Z Compiling cast v0.3.0
47342026-09-07T00:00:08.717Z Compiling group v0.14.0
47352026-09-07T00:00:08.721Z Compiling tinytemplate v1.2.1
47362026-09-07T00:00:08.721Z Compiling strsim v0.10.0
47372026-09-07T00:00:08.721Z Running `/home/build/.rustup/toolchains/1.98.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.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(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=779ce6dd0287eb25 -C extra-filename=-752746e04a359016 --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-ae6a00492f3ca6c3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8d721ba4f2444947.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382026-09-07T00:00:08.721Z Compiling oorandom v11.1.5
47392026-09-07T00:00:08.721Z Running `/home/build/.rustup/toolchains/1.98.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=1da1504da09ee332 -C extra-filename=-3f38067fd8fd5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402026-09-07T00:00:08.721Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=2bb7e4db4154d840 -C extra-filename=-5bbf9e2bd751607f --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-909861595e1f2257.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412026-09-07T00:00:08.756Z Running `/home/build/.rustup/toolchains/1.98.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=8e53c84624cfce90 -C extra-filename=-6008bfd210db38a3 --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422026-09-07T00:00:08.760Z Compiling anes v0.1.6
47432026-09-07T00:00:08.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-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=fb2a6b9dde113a0c -C extra-filename=-3716f771c24eb7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442026-09-07T00:00:08.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.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=95e88f5e0d47179d -C extra-filename=-b7131366fad6ff96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452026-09-07T00:00:08.760Z Compiling serde_regex v1.1.0
47462026-09-07T00:00:08.788Z Compiling assert-json-diff v2.0.2
47472026-09-07T00:00:08.791Z Running `/home/build/.rustup/toolchains/1.98.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=3682c87d2445ff6c -C extra-filename=-6b4239e083db6dde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482026-09-07T00:00:08.791Z Running `/home/build/.rustup/toolchains/1.98.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=4eb2c81271d1572d -C extra-filename=-800173a6e970cf6c --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-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492026-09-07T00:00:08.791Z Running `/home/build/.rustup/toolchains/1.98.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=6e85ebe8a1aed0a3 -C extra-filename=-6836bee782f5e58d --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-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502026-09-07T00:00:08.888Z Compiling progenitor-macro v0.13.0
47512026-09-07T00:00:08.891Z Compiling plotters v0.3.7
47522026-09-07T00:00:09.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45cddf3d6a514268 -C extra-filename=-5ad9e293e813bf71 --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-b7d245b0064f8782.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b51e61dd915d5f1f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ccac601ffc147e41.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532026-09-07T00:00:09.036Z Running `/home/build/.rustup/toolchains/1.98.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=342048e7bcf2c8d6 -C extra-filename=-fe7e4189f87c9934 --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-6c9795a397cfc660.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f43db9616866cad8.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-59bbef1895dcca2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542026-09-07T00:00:09.037Z Compiling path-tree v0.8.3
47552026-09-07T00:00:09.037Z Compiling stringmetrics v2.2.2
47562026-09-07T00:00:09.037Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b57bd59ccf27db2 -C extra-filename=-ad45e9aad991ea82 --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-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572026-09-07T00:00:09.037Z Running `/home/build/.rustup/toolchains/1.98.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=84fe1d6485e73059 -C extra-filename=-a2d00ef2dba0af0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582026-09-07T00:00:09.066Z Compiling target-lexicon v0.13.3
47592026-09-07T00:00:09.096Z Compiling curve25519-dalek v5.0.0
47602026-09-07T00:00:09.100Z Running `/home/build/.rustup/toolchains/1.98.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=4172d7bdc49283b0 -C extra-filename=-0570a74c6ef9ffe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612026-09-07T00:00:09.100Z Compiling hex-literal v0.4.1
47622026-09-07T00:00:09.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/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(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --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", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=7c8716f894dc50a0 -C extra-filename=-023beff5209a70bc --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632026-09-07T00:00:09.100Z Running `/home/build/.rustup/toolchains/1.98.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=640be75a57b56510 -C extra-filename=-666be0b46fcb67b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642026-09-07T00:00:09.204Z Compiling wnaf v0.14.0
47652026-09-07T00:00:09.243Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wnaf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wnaf-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=240e30aab52d081c -C extra-filename=-8616bd990660e953 --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-909861595e1f2257.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5bbf9e2bd751607f.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662026-09-07T00:00:09.283Z Compiling criterion-plot v0.6.0
47672026-09-07T00:00:09.319Z Compiling darling_core v0.13.4
47682026-09-07T00:00:09.356Z Running `/home/build/.rustup/toolchains/1.98.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=f3cdae2976628aec -C extra-filename=-381401eb6c66099c --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-3f38067fd8fd5d87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692026-09-07T00:00:09.361Z Compiling topological-sort v0.2.2
47702026-09-07T00:00:09.397Z Compiling guppy-workspace-hack v0.1.0
47712026-09-07T00:00:09.409Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=e7c681a94cc2ebfa -C extra-filename=-0631de70acbc3a55 --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-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3716f771c24eb7da.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722026-09-07T00:00:09.409Z Compiling keccak v0.2.0
47732026-09-07T00:00:09.433Z Compiling target-spec v3.5.7
47742026-09-07T00:00:09.444Z Compiling ed25519 v3.0.0
47752026-09-07T00:00:09.445Z Running `/home/build/.rustup/toolchains/1.98.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=f847a2c776e58a81 -C extra-filename=-0d79a4a4b554b691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47762026-09-07T00:00:09.445Z Running `/home/build/.rustup/toolchains/1.98.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=f118d5c2eb32ca14 -C extra-filename=-0bfbab22aab5684d --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47772026-09-07T00:00:09.445Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(keccak_backend_soft, values("compact"))' --check-cfg 'cfg(keccak_backend, values("aarch64_sha3", "simd128", "simd256", "simd512", "soft"))' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel"))' -C metadata=c3267dd7854c359c -C extra-filename=-a2fed14bc3370874 --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-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782026-09-07T00:00:09.471Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=169ab7756b260069 -C extra-filename=-d9465ef384ba0377 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792026-09-07T00:00:09.476Z Compiling elliptic-curve v0.14.1
47802026-09-07T00:00:09.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "zerocopy", "zeroize"))' -C metadata=6e5d6de2f0a29f43 -C extra-filename=-7c677c60ee4d5d97 --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-e0344b733aced629.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812026-09-07T00:00:09.476Z Compiling rpassword v7.5.4
47822026-09-07T00:00:09.503Z Compiling rfc6979 v0.6.0
47832026-09-07T00:00:09.507Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=1c7038672a1d0144 -C extra-filename=-b7478f5e66b2aba5 --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-5d4c85a42c43613d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5bbf9e2bd751607f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ced864b09500c594.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842026-09-07T00:00:09.507Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e6432ba24518416 -C extra-filename=-861635f841a91ff3 --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-f36ac586621dabce.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-89d2a315fb8c324c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47852026-09-07T00:00:09.507Z Compiling primefield v0.14.0
47862026-09-07T00:00:09.535Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee4bbdf0ef06af47 -C extra-filename=-6d2201d6fe4d4618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47872026-09-07T00:00:09.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primefield --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primefield-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05e045106ac4383 -C extra-filename=-e68fc8c43ea3d469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882026-09-07T00:00:09.571Z Compiling event-listener-strategy v0.5.4
47892026-09-07T00:00:09.606Z Running `/home/build/.rustup/toolchains/1.98.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.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(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=04083ba703ff9b13 -C extra-filename=-cf0f4295f89731ce --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-752746e04a359016.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47902026-09-07T00:00:09.609Z Compiling ssh-encoding v0.3.0
47912026-09-07T00:00:09.644Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=46a3c41367ef7fac -C extra-filename=-b7362aaeab16622b --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-4641a7d020b1e261.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922026-09-07T00:00:09.716Z Compiling crypto-primes v0.7.2
47932026-09-07T00:00:09.752Z Compiling pkcs1 v0.8.0-rc.4
47942026-09-07T00:00:09.756Z Compiling poly1305 v0.9.0
47952026-09-07T00:00:09.756Z Compiling blowfish v0.10.0
47962026-09-07T00:00:09.756Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_primes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-primes-0.7.2/src/lib.rs --error-format=json --json=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::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=c8ba6923c4010509 -C extra-filename=-087de505308bb037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972026-09-07T00:00:09.756Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.8.0-rc.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="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "std", "zeroize"))' -C metadata=6f523a4d9bf31ea2 -C extra-filename=-73ba43c7010e14e8 --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-d9671cfddb9bd917.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982026-09-07T00:00:09.790Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-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="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=07370233153d3ff3 -C extra-filename=-8f76b5345b97dca7 --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-a85bc2f7a054eda7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47992026-09-07T00:00:09.793Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-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 '--allow=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(poly1305_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=1a9a79e488841f3f -C extra-filename=-2745d4fa532538f5 --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-6d8939dd719dc12a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002026-09-07T00:00:09.827Z Compiling blake2 v0.11.0-rc.6
48012026-09-07T00:00:09.861Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d/build-script-build`
48022026-09-07T00:00:09.864Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc/build-script-build`
48032026-09-07T00:00:09.864Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.11.0-rc.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("alloc", "default", "reset", "size_opt", "zeroize"))' -C metadata=c4b14eebacdbf13a -C extra-filename=-b71c62b61230be2c --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-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042026-09-07T00:00:09.864Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4/build-script-build`
48052026-09-07T00:00:09.897Z Compiling kem v0.3.0
48062026-09-07T00:00:09.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kem-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("getrandom"))' -C metadata=dde5942d170a7faa -C extra-filename=-341876f496f5c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072026-09-07T00:00:09.933Z Compiling module-lattice v0.2.3
48082026-09-07T00:00:09.967Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_lattice --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/module-lattice-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "zeroize"))' -C metadata=260f9add2a4a1463 -C extra-filename=-cc08096643008372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092026-09-07T00:00:10.065Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
48102026-09-07T00:00:10.068Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rumors --edition=2024 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/be1d769/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("conformance", "meter", "protocol-v1", "test-internals"))' -C metadata=91a1074e07508bd1 -C extra-filename=-ed6f0651f7da065e --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-55e04cd135c1297c.rmeta --extern before=/work/oxidecomputer/omicron/target/debug/deps/libbefore-0ce9ad3c26d8252f.rmeta --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3b4a47b0474a8a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --cap-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-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out`
48112026-09-07T00:00:10.071Z Compiling async-lock v3.4.2
48122026-09-07T00:00:10.102Z Running `/home/build/.rustup/toolchains/1.98.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.2/src/lib.rs --error-format=json --json=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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=91dc28a06d9ac843 -C extra-filename=-2961c0bca8e5f2c9 --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-752746e04a359016.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cf0f4295f89731ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-09-07T00:00:10.138Z Compiling sha3 v0.11.0
48142026-09-07T00:00:10.171Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9c12fe910d138c46 -C extra-filename=-1558432607f23e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
48152026-09-07T00:00:10.175Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-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 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", "default", "oid", "zeroize"))' -C metadata=a9254b46823adf3c -C extra-filename=-c491932d2ae43fca --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-93a1365be822cb8b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162026-09-07T00:00:10.207Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377/build-script-build`
48172026-09-07T00:00:10.211Z Compiling ecdsa v0.17.0
48182026-09-07T00:00:10.243Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=c13751bec7d37fa5 -C extra-filename=-f81d20c51639d8b4 --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-d9671cfddb9bd917.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6d2201d6fe4d4618.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48192026-09-07T00:00:10.282Z Compiling tui-tree-widget v0.23.1
48202026-09-07T00:00:10.317Z Compiling primeorder v0.14.0
48212026-09-07T00:00:10.320Z Running `/home/build/.rustup/toolchains/1.98.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=4dba75741337ba36 -C extra-filename=-8c3a1cc61376d89e --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-4a185f6523ee863c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222026-09-07T00:00:10.352Z Running `/home/build/.rustup/toolchains/1.98.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=d977d2e2d66e1abd -C extra-filename=-f0408a0a2fd1122a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48232026-09-07T00:00:10.356Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="basepoint-table"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "critical-section", "dev", "hash2curve", "once_cell", "serde", "serdect", "std"))' -C metadata=c2e9a584fd7901e5 -C extra-filename=-4f3313b7ac2ca9b4 --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-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-8616bd990660e953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48242026-09-07T00:00:10.359Z Compiling pathdiff v0.2.3
48252026-09-07T00:00:10.359Z Compiling nested v0.1.1
48262026-09-07T00:00:10.387Z Running `/home/build/.rustup/toolchains/1.98.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=1b2cb0a6891be132 -C extra-filename=-f35d5551bae952e8 --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-369847ab087cf11d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272026-09-07T00:00:10.390Z Running `/home/build/.rustup/toolchains/1.98.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=a91079b4791c20d3 -C extra-filename=-130c40b5db20b7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48282026-09-07T00:00:10.390Z Compiling argon2 v0.6.0-rc.8
48292026-09-07T00:00:10.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.6.0-rc.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 --warn=unexpected_cfgs --check-cfg 'cfg(test_large_ram)' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "kdf", "parallel", "password-hash", "rand_core", "zeroize"))' -C metadata=68172c1bc49bb7fb -C extra-filename=-b81a939678c1b985 --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-4641a7d020b1e261.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b71c62b61230be2c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48302026-09-07T00:00:10.492Z Compiling criterion v0.7.0
48312026-09-07T00:00:10.527Z Running `/home/build/.rustup/toolchains/1.98.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=6cc7cd43ec4b7725 -C extra-filename=-0a5c82c1a010f6c0 --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-6b4239e083db6dde.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3f38067fd8fd5d87.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-381401eb6c66099c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-b7131366fad6ff96.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-fe7e4189f87c9934.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6008bfd210db38a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48322026-09-07T00:00:10.707Z Compiling async-object-pool v0.2.0
48332026-09-07T00:00:10.711Z Running `/home/build/.rustup/toolchains/1.98.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.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=703c9ea504032361 -C extra-filename=-5757c949ad003f8f --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-2961c0bca8e5f2c9.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-752746e04a359016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-09-07T00:00:10.711Z Compiling cfg-expr v0.20.6
48352026-09-07T00:00:10.715Z Running `/home/build/.rustup/toolchains/1.98.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.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="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=c0f8f6a57496e164 -C extra-filename=-829f380dd7726a4b --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-42d369e13ef719c7.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1558432607f23e4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362026-09-07T00:00:10.715Z Compiling ssh-cipher v0.3.0
48372026-09-07T00:00:10.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --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", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=b0780c2d5dd326cb -C extra-filename=-26a62f9b3935a3a8 --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-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-196d928273ea45ee.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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"'`
48382026-09-07T00:00:10.750Z Compiling bcrypt-pbkdf v0.11.0
48392026-09-07T00:00:10.750Z Compiling sponge-cursor v0.1.0
48402026-09-07T00:00:10.750Z Compiling ml-kem v0.3.2
48412026-09-07T00:00:10.778Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="encoding"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "chacha20poly1305", "encoding", "getrandom", "rand_core", "tdes", "zeroize"))' -C metadata=0953bc9949c806ac -C extra-filename=-fdc3ab4d393d2b7f --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-74574cd80db77641.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-687510da3b584913.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2745d4fa532538f5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48422026-09-07T00:00:10.782Z Compiling russh-cryptovec v0.62.0
48432026-09-07T00:00:10.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=32e779abc205e146 -C extra-filename=-c8970437e26838fa --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-8f76b5345b97dca7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48442026-09-07T00:00:10.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sponge_cursor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sponge-cursor-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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=c3446264e3914fea -C extra-filename=-47124a1f3fbe6b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48452026-09-07T00:00:10.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ml_kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ml-kem-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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hazmat", "pem", "pkcs8", "zeroize"))' -C metadata=6c11fd240909f22a -C extra-filename=-54ae57d94e4e0076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-341876f496f5c24f.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-cc08096643008372.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c491932d2ae43fca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48462026-09-07T00:00:10.816Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=b8714a293c33ff84 -C extra-filename=-e4e758a81a819e76 --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-a96344eae1a3d1f9.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48472026-09-07T00:00:10.820Z Compiling httpmock v0.8.3
48482026-09-07T00:00:10.853Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.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 --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=5a4e8f072f671b9c -C extra-filename=-89353339c82c45fd --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-6836bee782f5e58d.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-5757c949ad003f8f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-445cb2bade420633.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ad45e9aad991ea82.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-800173a6e970cf6c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-a2d00ef2dba0af0e.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48492026-09-07T00:00:10.887Z Compiling rsa v0.10.0-rc.18
48502026-09-07T00:00:10.891Z Compiling internal-russh-num-bigint v0.5.0
48512026-09-07T00:00:10.891Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.10.0-rc.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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="encoding"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto-common", "default", "encoding", "getrandom", "hazmat", "pkcs5", "serde", "sha1", "sha2", "std"))' -C metadata=9e4d96f72c5bbaf2 -C extra-filename=-279a423fefe03efc --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-11ea691932e08d12.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-087de505308bb037.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-73ba43c7010e14e8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522026-09-07T00:00:10.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_russh_num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internal-russh-num-bigint-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="rand_0_10"' --cfg 'feature="rand_core_0_10"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=c306dd8972a2c3eb -C extra-filename=-a7d47f2e36968974 --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48532026-09-07T00:00:10.960Z Compiling httptest v0.16.4
48542026-09-07T00:00:10.963Z Compiling russh-util v0.52.0
48552026-09-07T00:00:10.963Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.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=1ce4c9bb0c1c8f36 -C extra-filename=-22616cc65df1c44f --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-61dca3a0d5526e42.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ac8cce29e469e73.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48562026-09-07T00:00:10.964Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-util-0.52.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6af8074d472e0b12 -C extra-filename=-13d0474aae8a7fe4 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48572026-09-07T00:00:10.964Z Compiling generic-array v1.4.3
48582026-09-07T00:00:10.997Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-1.4.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="compat-0_14"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "as_slice", "bitvec", "bytecheck-0_8", "bytemuck", "compat-0_14", "const-default", "faster-hex", "hybrid-array-0_4", "internals", "rkyv-0_8", "rkyv-0_8-full", "serde", "subtle", "zeroize"))' -C metadata=52a11d1b5867df47 -C extra-filename=-d5b42535719d3a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array_0_14=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592026-09-07T00:00:11.002Z Compiling delegate v0.13.5
48602026-09-07T00:00:11.032Z Compiling enum_dispatch v0.3.13
48612026-09-07T00:00:11.038Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name delegate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/delegate-0.13.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())' -C metadata=f62b0c00f77be1b4 -C extra-filename=-7c735c0a2580e119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48622026-09-07T00:00:11.038Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_dispatch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum_dispatch-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d10ebf67a8bfa15 -C extra-filename=-49a50d7a00233098 --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-0875c71ea664a892.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632026-09-07T00:00:11.107Z Compiling p384 v0.14.0
48642026-09-07T00:00:11.142Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(p384_backend, values("bigint", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --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="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=3a36cd4c72d17b06 -C extra-filename=-cecca2f37f2c0d72 --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-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652026-09-07T00:00:11.247Z Compiling p521 v0.14.0
48662026-09-07T00:00:11.250Z Compiling p256 v0.14.0
48672026-09-07T00:00:11.250Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --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="precomputed-tables"' --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", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=51db40a86e656b48 -C extra-filename=-768a1d8875545216 --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-5d4c85a42c43613d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48682026-09-07T00:00:11.251Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --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="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=1fff8fda3b3a91cf -C extra-filename=-a6349626e2681ab2 --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-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-09-07T00:00:11.251Z Compiling num-bigint v0.4.6
48702026-09-07T00:00:11.281Z Running `/home/build/.rustup/toolchains/1.98.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=52a73df6645dbdaf -C extra-filename=-997c749ebeaa3595 --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-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-09-07T00:00:11.495Z Compiling sha3 v0.12.0
48722026-09-07T00:00:11.498Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48732026-09-07T00:00:11.498Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=b88980293a5747e6 -C extra-filename=-8860819caa6695d5 --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-829f380dd7726a4b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-f0408a0a2fd1122a.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1558432607f23e4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742026-09-07T00:00:11.498Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=3c837695ec31e89b -C extra-filename=-1db11176a1c0822f --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-93a1365be822cb8b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-47124a1f3fbe6b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48752026-09-07T00:00:11.498Z Compiling md5 v0.8.0
48762026-09-07T00:00:11.498Z Compiling hex-literal v1.1.0
48772026-09-07T00:00:11.498Z Compiling hickory-client v0.25.2
48782026-09-07T00:00:11.498Z Running `/home/build/.rustup/toolchains/1.98.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=7623ee7e42a345f9 -C extra-filename=-143dc2dd89f02ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48792026-09-07T00:00:11.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=28e5b0df9bc20861 -C extra-filename=-bf3e756e2122f0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802026-09-07T00:00:11.530Z Running `/home/build/.rustup/toolchains/1.98.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=935411a9c72613ac -C extra-filename=-189a0f0c176f02f9 --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-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-ee6a6ca340e9d78f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48812026-09-07T00:00:11.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-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=a8fad385e78ec9ca -C extra-filename=-f66c1bd7382a55e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822026-09-07T00:00:11.633Z Compiling similar-asserts v1.7.0
48832026-09-07T00:00:11.638Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48842026-09-07T00:00:11.638Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48852026-09-07T00:00:11.669Z Running `/home/build/.rustup/toolchains/1.98.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=c4f0ebd3e00dc1be -C extra-filename=-bb371b07d28f574c --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-6866355d09e8c508.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48862026-09-07T00:00:11.672Z Running `/home/build/.rustup/toolchains/1.98.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=ce5115e470227295 -C extra-filename=-25b39e70368fcdc4 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48872026-09-07T00:00:11.673Z Running `/home/build/.rustup/toolchains/1.98.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=34793a529cda7805 -C extra-filename=-ae6ec4353b440d0b --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-369847ab087cf11d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48882026-09-07T00:00:11.775Z Compiling ed25519-dalek v3.0.0
48892026-09-07T00:00:11.779Z Compiling darling_macro v0.13.4
48902026-09-07T00:00:11.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=9e0af0d6b2126656 -C extra-filename=-ba6e760819d1c274 --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-26a62f9b3935a3a8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7c677c60ee4d5d97.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-09-07T00:00:11.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.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=5d02678502ac6cd7 -C extra-filename=-2be3d940c575b20f --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-0631de70acbc3a55.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48922026-09-07T00:00:12.003Z Compiling guppy v0.17.25
48932026-09-07T00:00:12.006Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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 --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=72e4d0d154e9e22b -C extra-filename=-c9bcf97e607b3ef7 --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-002d1b10f06c31e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-495c4a330cb2088e.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-f0408a0a2fd1122a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-130c40b5db20b7bf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-f35d5551bae952e8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-8860819caa6695d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48942026-09-07T00:00:12.074Z Compiling supports-color v2.1.0
48952026-09-07T00:00:12.078Z Compiling textwrap v0.15.2
48962026-09-07T00:00:12.078Z Running `/home/build/.rustup/toolchains/1.98.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=5da22d007e3b656b -C extra-filename=-802ed0cb2c3408c7 --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-b3006f7ed630068b.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3f0f7f831c7b8867.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972026-09-07T00:00:12.102Z Running `/home/build/.rustup/toolchains/1.98.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=bd9c7e0bf7345a37 -C extra-filename=-8df8fab9e24be3f6 --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-2f1ac1795b4a6054.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b521b019e6348dd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48982026-09-07T00:00:12.139Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48992026-09-07T00:00:12.145Z Running `/home/build/.rustup/toolchains/1.98.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=aad0be480a108a10 -C extra-filename=-daa031385552c8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49002026-09-07T00:00:12.184Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49012026-09-07T00:00:12.276Z Running `/home/build/.rustup/toolchains/1.98.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=bc703ef43838141d -C extra-filename=-999a9ad43c52dc0a --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-143dc2dd89f02ae2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-676cd08cf611fa60.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49022026-09-07T00:00:12.276Z Compiling miette-derive v5.10.0
49032026-09-07T00:00:12.276Z Compiling supports-unicode v2.1.0
49042026-09-07T00:00:12.277Z Running `/home/build/.rustup/toolchains/1.98.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=39ddd03933d0096d -C extra-filename=-16a0db0bf2b0190d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49052026-09-07T00:00:12.277Z Running `/home/build/.rustup/toolchains/1.98.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=525543818de907ad -C extra-filename=-fc73019b569b740e --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-b3006f7ed630068b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49062026-09-07T00:00:12.288Z Compiling supports-hyperlinks v2.1.0
49072026-09-07T00:00:12.291Z Running `/home/build/.rustup/toolchains/1.98.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=3601701d8a05dbf9 -C extra-filename=-61306e5284e2e39b --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-b3006f7ed630068b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49082026-09-07T00:00:12.324Z Compiling terminal_size v0.1.17
49092026-09-07T00:00:12.330Z Running `/home/build/.rustup/toolchains/1.98.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=18351837e246cb55 -C extra-filename=-306b8c2d54bcb6a5 --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49102026-09-07T00:00:12.361Z Compiling target-triple v1.0.0
49112026-09-07T00:00:12.404Z Running `/home/build/.rustup/toolchains/1.98.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-1.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=5930650ddd23b5e7 -C extra-filename=-7465962ad4c71a0d --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49122026-09-07T00:00:12.408Z Compiling owo-colors v3.5.0
49132026-09-07T00:00:12.408Z Running `/home/build/.rustup/toolchains/1.98.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=b9982bbe8854ada3 -C extra-filename=-5902446001cd9512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49142026-09-07T00:00:12.443Z Compiling internet-checksum v0.2.1
49152026-09-07T00:00:12.447Z Running `/home/build/.rustup/toolchains/1.98.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=15b515457a4961cb -C extra-filename=-d065927fe990533b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49162026-09-07T00:00:12.482Z Compiling assert_cmd v2.1.2
49172026-09-07T00:00:12.485Z Running `/home/build/.rustup/toolchains/1.98.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.1.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 --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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=f84006d57cce6aeb -C extra-filename=-b7272764fea5c815 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49182026-09-07T00:00:12.532Z Compiling escape8259 v0.5.3
49192026-09-07T00:00:12.536Z Running `/home/build/.rustup/toolchains/1.98.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=a2a940a717a6346f -C extra-filename=-990bc44997d0a8a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49202026-09-07T00:00:12.564Z Compiling knuffel-derive v3.2.0
49212026-09-07T00:00:12.572Z Running `/home/build/.rustup/toolchains/1.98.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=2b12ab6ce86e96e2 -C extra-filename=-fd05d3912d2d8b51 --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-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49222026-09-07T00:00:12.607Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
49232026-09-07T00:00:12.607Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "schemars08"))' -C metadata=dc00c48cd80a2fef -C extra-filename=-2756f5c197c5b571 --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-a99736055d4f315d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49242026-09-07T00:00:12.672Z Compiling fancy-regex v0.14.0
49252026-09-07T00:00:12.675Z Running `/home/build/.rustup/toolchains/1.98.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=11f99dd1713fa1f5 -C extra-filename=-515e3ec884795c4b --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-cbc2b3f9eeb20f18.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49262026-09-07T00:00:12.706Z Compiling darling v0.13.4
49272026-09-07T00:00:12.711Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.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="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=6521df70c360f1e8 -C extra-filename=-c5cd5988e29e4700 --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-0631de70acbc3a55.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2be3d940c575b20f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49282026-09-07T00:00:12.711Z Compiling rstest_macros v0.25.0
49292026-09-07T00:00:12.782Z Running `/home/build/.rustup/toolchains/1.98.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=f0897bf32b46bd8e -C extra-filename=-c7f2f35b24da6635 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49302026-09-07T00:00:12.786Z Compiling libtest-mimic v0.8.1
49312026-09-07T00:00:12.786Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
49322026-09-07T00:00:12.786Z Compiling fs-err v2.11.0
49332026-09-07T00:00:12.786Z Running `/home/build/.rustup/toolchains/1.98.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=b6f4060cd67f2482 -C extra-filename=-62a59169ca3bc192 --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-e6706d798b9df8c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-990bc44997d0a8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49342026-09-07T00:00:12.820Z Compiling diesel v2.3.7
49352026-09-07T00:00:12.823Z Running `/home/build/.rustup/toolchains/1.98.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=0b959028373c8f35 -C extra-filename=-150f03a00684a2af --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49362026-09-07T00:00:12.823Z Running `/home/build/.rustup/toolchains/1.98.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=006c60ef42262cfd -C extra-filename=-58213a9c7e7073a2 --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-813617d6527196ad.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-daa031385552c8b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49372026-09-07T00:00:12.823Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --check-cfg 'cfg(diesel_docsrs)' --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=2f86f91999feb17b -C extra-filename=-8c8f948d36433cfb --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-3948ba2719554b61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-df559507bfa870cd.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-1393300248e80af8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-dfb30eff92985499.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
49382026-09-07T00:00:12.858Z Compiling linkme-impl v0.3.35
49392026-09-07T00:00:12.892Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d/build-script-build`
49402026-09-07T00:00:12.896Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=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("used_linker"))' -C metadata=ac15218cdf0f8497 -C extra-filename=-481233e8b7049972 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49412026-09-07T00:00:12.929Z Compiling serde_with_macros v1.5.2
49422026-09-07T00:00:12.932Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.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=6006a28551aceaee -C extra-filename=-5f377bdb28638a72 --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-c5cd5988e29e4700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49432026-09-07T00:00:13.001Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49442026-09-07T00:00:13.005Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815/build-script-build`
49452026-09-07T00:00:13.035Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/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=6f205853c97cd84f -C extra-filename=-0757fc3e2d7813b4 --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-cec375fe56ae7184.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2756f5c197c5b571.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49462026-09-07T00:00:13.038Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69556f3c21f334a2 -C extra-filename=-db593f08a950ef9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
49472026-09-07T00:00:13.139Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=273267e00ecb568c -C extra-filename=-5fed5a6df06ab157 --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-665243e242fcd7e8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0ae7c89332947f4d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1ec388523af25689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49482026-09-07T00:00:13.183Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af/build-script-build`
49492026-09-07T00:00:13.219Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635/build-script-build`
49502026-09-07T00:00:13.223Z Compiling datatest-stable v0.3.3
49512026-09-07T00:00:13.259Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
49522026-09-07T00:00:13.262Z Compiling support-bundle-viewer v0.1.2
49532026-09-07T00:00:13.262Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/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=60f7d8a80fd492ec -C extra-filename=-63ad5e1c6a734750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-4efc0056836d0980.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-f6a0a54089104b57.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-58213a9c7e7073a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49542026-09-07T00:00:13.262Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=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=d63db625de5359fe -C extra-filename=-ada8640dbdaa22a2 --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-369847ab087cf11d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-515e3ec884795c4b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-62a59169ca3bc192.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49552026-09-07T00:00:13.262Z Running `/home/build/.rustup/toolchains/1.98.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=278cc3b72325d2bf -C extra-filename=-4219a9cddea5d6a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rmeta --cap-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-45e1df31c066bec3/out`
49562026-09-07T00:00:13.366Z Compiling multimap v0.10.1
49572026-09-07T00:00:13.369Z Compiling approx v0.5.1
49582026-09-07T00:00:13.369Z Compiling uzers v0.12.2
49592026-09-07T00:00:13.369Z Running `/home/build/.rustup/toolchains/1.98.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=6ebdabac061f5a98 -C extra-filename=-3691007ff0584b58 --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-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49602026-09-07T00:00:13.369Z Running `/home/build/.rustup/toolchains/1.98.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=046fca18ea37ccda -C extra-filename=-c1e5be9fb6586715 --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-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49612026-09-07T00:00:13.369Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972/build-script-build`
49622026-09-07T00:00:13.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-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="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=9cdeb55848d003be -C extra-filename=-47665ca5bde56653 --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-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49632026-09-07T00:00:13.530Z Compiling termcolor v1.4.1
49642026-09-07T00:00:13.534Z Running `/home/build/.rustup/toolchains/1.98.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=f4b93e77de710789 -C extra-filename=-8acb90536a7e7fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49652026-09-07T00:00:13.579Z Compiling linkme v0.3.35
49662026-09-07T00:00:13.582Z Compiling relative-path v1.9.3
49672026-09-07T00:00:13.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=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("used_linker"))' -C metadata=c74b5daf99e9e757 -C extra-filename=-eb2b17b87192fa1e --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49682026-09-07T00:00:13.632Z Running `/home/build/.rustup/toolchains/1.98.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=babc4dfd36e84ab6 -C extra-filename=-4a00f12b36d7b81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49692026-09-07T00:00:13.635Z Compiling miette v5.10.0
49702026-09-07T00:00:13.635Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49712026-09-07T00:00:13.635Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.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("used_linker"))' -C metadata=c8e5234e546fff39 -C extra-filename=-c7311b77d27a8684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
49722026-09-07T00:00:13.636Z Running `/home/build/.rustup/toolchains/1.98.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=3da6ef5ad867fe1d -C extra-filename=-5bb6f395d8173dd9 --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-016a146c76daa131.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-38e2638fe132a04f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-16a0db0bf2b0190d.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-5902446001cd9512.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-802ed0cb2c3408c7.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-61306e5284e2e39b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-fc73019b569b740e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-306b8c2d54bcb6a5.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8df8fab9e24be3f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49732026-09-07T00:00:13.669Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/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=6fefd117a0b3c2aa -C extra-filename=-0600b2dabe4ac47b --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-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0757fc3e2d7813b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49742026-09-07T00:00:13.743Z Running `/home/build/.rustup/toolchains/1.98.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=e676193ebae4e00b -C extra-filename=-089a7f45201fabb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
49752026-09-07T00:00:13.814Z Compiling trybuild v1.0.116
49762026-09-07T00:00:13.820Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
49772026-09-07T00:00:13.820Z Compiling partial-io v0.5.4
49782026-09-07T00:00:13.820Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=b64e31f30ed69077 -C extra-filename=-280fa11ba239171a --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-32e11cbbb0cbd818.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-db593f08a950ef9c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8acb90536a7e7fe9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49792026-09-07T00:00:13.821Z Running `/home/build/.rustup/toolchains/1.98.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=653e0072df35a0c3 -C extra-filename=-ea0c295b69159262 --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-bb74a95d46416a86.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-46742cb7dfb889b1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a19bb701981b0cac.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-f6384fa8b47385bf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-8af706e8917935ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rmeta --cap-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-50edb6e3051984da/out/lib`
49802026-09-07T00:00:13.821Z Running `/home/build/.rustup/toolchains/1.98.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=8f53b5e5b1553f6c -C extra-filename=-c60c58b562438251 --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-ee0df92789a44cc2.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3664d3bd232d12d7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49812026-09-07T00:00:13.883Z Compiling blake2b_simd v1.0.4
49822026-09-07T00:00:13.886Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-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 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=4feddecb47e330a7 -C extra-filename=-994c226a7d8a3468 --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-fd2fe092f597efe0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-b641eb45e77125e0.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-51a3b6ea9f09faea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49832026-09-07T00:00:13.958Z Compiling rand_distr v0.5.1
49842026-09-07T00:00:13.961Z Running `/home/build/.rustup/toolchains/1.98.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=159be219532bb30a -C extra-filename=-f80380f9fdb11466 --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-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49852026-09-07T00:00:14.012Z Running `/home/build/.rustup/toolchains/1.98.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=b9c13a7a7bc7be17 -C extra-filename=-f643e51cdd69dffe --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-c8afeb56cacd505f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-65a39ba29a3d6d85.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-4a00f12b36d7b81b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49862026-09-07T00:00:14.059Z Compiling drift v0.2.0
49872026-09-07T00:00:14.063Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-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 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=b9c37bae4c7f8aeb -C extra-filename=-6beddb4225ed9984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49882026-09-07T00:00:14.063Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e/build-script-build`
49892026-09-07T00:00:14.129Z Compiling constant_time_eq v0.3.1
49902026-09-07T00:00:14.133Z Compiling serde_with v1.14.0
49912026-09-07T00:00:14.133Z Compiling parse-size v1.1.0
49922026-09-07T00:00:14.133Z Running `/home/build/.rustup/toolchains/1.98.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=0138ef61613b48f7 -C extra-filename=-6f7131820d3b2aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49932026-09-07T00:00:14.133Z Compiling cargo_toml v0.21.0
49942026-09-07T00:00:14.133Z Running `/home/build/.rustup/toolchains/1.98.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=0fe6a567d5243b46 -C extra-filename=-415ede010cc26114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49952026-09-07T00:00:14.133Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=d2c611db03964d5a -C extra-filename=-64309b8b657c7bed --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-d54ce1c3939a9e89.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5f377bdb28638a72.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49962026-09-07T00:00:14.242Z Running `/home/build/.rustup/toolchains/1.98.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=a7b16dd5b0063c15 -C extra-filename=-2e1da664002cd1c0 --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-d54ce1c3939a9e89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49972026-09-07T00:00:14.253Z Compiling termios v0.3.3
49982026-09-07T00:00:14.253Z Running `/home/build/.rustup/toolchains/1.98.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=e20017b746edee3e -C extra-filename=-6dcf76f1cfb3077c --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-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49992026-09-07T00:00:14.271Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=f29cc117b9a0bf3b -C extra-filename=-f4ae0fcbd9e0d836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-375bea1ce7e3a24f.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50002026-09-07T00:00:14.340Z Running `/home/build/.rustup/toolchains/1.98.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=e5abc61b72bb9d23 -C extra-filename=-fe2bcd4c2dabbe55 --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-cec375fe56ae7184.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50012026-09-07T00:00:14.344Z Running `/home/build/.rustup/toolchains/1.98.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=1a50c5a94241af7f -C extra-filename=-7561f25f3c332a8d --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-369847ab087cf11d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50022026-09-07T00:00:14.409Z Compiling rust-argon2 v2.1.0
50032026-09-07T00:00:14.413Z Running `/home/build/.rustup/toolchains/1.98.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=1f921cf302c05382 -C extra-filename=-41ac2d17202de6c2 --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-70747a5d8c73dcfb.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-994c226a7d8a3468.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f7131820d3b2aa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50042026-09-07T00:00:14.467Z Compiling knuffel v3.2.0
50052026-09-07T00:00:14.470Z Running `/home/build/.rustup/toolchains/1.98.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=23b77ba2968a69eb -C extra-filename=-3c719aa9c64938ae --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-70747a5d8c73dcfb.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-33a612e01df7a250.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-fd05d3912d2d8b51.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5bb6f395d8173dd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50062026-09-07T00:00:14.751Z Compiling ssh-key v0.7.0-rc.11
50072026-09-07T00:00:14.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.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=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=edab5aa8a3c3ef3f -C extra-filename=-fc6346b896371d28 --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-b81a939678c1b985.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c8970437e26838fa.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ba6e760819d1c274.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a6349626e2681ab2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-cecca2f37f2c0d72.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-768a1d8875545216.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-279a423fefe03efc.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-fdc3ab4d393d2b7f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50082026-09-07T00:00:14.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=2b51f4a7cad04b4b -C extra-filename=-cec354afcaee4de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-c7311b77d27a8684.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50092026-09-07T00:00:15.237Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50102026-09-07T00:00:15.241Z Running `/home/build/.rustup/toolchains/1.98.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=3c3ac94980895124 -C extra-filename=-1da37994fe5cc2dd --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-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-3c719aa9c64938ae.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5bb6f395d8173dd9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1a883e6055b44435.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50112026-09-07T00:00:15.455Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
50122026-09-07T00:00:15.459Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=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=5cb7bc7bd105e38e -C extra-filename=-f86a847c1554f69e --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-8d22a73afb78cdb5.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-3288b4da69667601.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-64309b8b657c7bed.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50132026-09-07T00:00:16.935Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50142026-09-07T00:00:16.940Z Running `/home/build/.rustup/toolchains/1.98.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=51f64e9e73fa81c4 -C extra-filename=-d5f09b18a188a09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2e1da664002cd1c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50152026-09-07T00:00:17.202Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e/build-script-build`
50162026-09-07T00:00:17.296Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e23dd555221b26c -C extra-filename=-d4bf4324b474abda --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-9e37edfd50945af7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50172026-09-07T00:00:17.447Z Compiling rstest v0.25.0
50182026-09-07T00:00:17.450Z Running `/home/build/.rustup/toolchains/1.98.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=f18c2a3414b31cd2 -C extra-filename=-171fcd5148727c91 --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-445cb2bade420633.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-f643e51cdd69dffe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50192026-09-07T00:00:17.533Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
50202026-09-07T00:00:17.537Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/98615b8/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=ada8173c950329e3 -C extra-filename=-47b0ce69945cb641 --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-369847ab087cf11d.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-1da37994fe5cc2dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50212026-09-07T00:00:20.433Z Compiling samael v0.0.19
50222026-09-07T00:00:20.436Z Running `/home/build/.rustup/toolchains/1.98.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=fc2be55f361bf2bb -C extra-filename=-72e7fae1224068aa --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-08b197286f56bd97.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50232026-09-07T00:00:21.988Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa/build-script-bindings`
50242026-09-07T00:00:22.395Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=8b78ada929206598 -C extra-filename=-9014a7d3504185fb --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-f36ac586621dabce.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-07ea87da42f42885.rmeta --cap-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-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
50252026-09-07T00:00:22.687Z Compiling git2 v0.20.4
50262026-09-07T00:00:22.690Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.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("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=5cddb8163aaac949 -C extra-filename=-b01dc189df3da755 --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-3948ba2719554b61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9014a7d3504185fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-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-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64`
50272026-09-07T00:00:22.766Z Compiling polar-core v0.27.3
50282026-09-07T00:00:22.769Z Running `/home/build/.rustup/toolchains/1.98.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=c0db8438bdfcd092 -C extra-filename=-9dced01df73ed8e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9dced01df73ed8e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-88cfb9126b9c6972.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50292026-09-07T00:00:23.543Z Running `/home/build/.rustup/toolchains/1.98.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=61e3e42a07ce42b8 -C extra-filename=-1c456a62dde965af --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-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9be4d5052de6b0da.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ba548cb97a05fd57.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-4f1b0a5e40e5f916.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
50302026-09-07T00:00:23.685Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9dced01df73ed8e5/build-script-build`
50312026-09-07T00:00:24.537Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.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(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=732c70b53e0231e8 -C extra-filename=-32fbd6063a9d271c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-b01dc189df3da755.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rmeta --cap-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-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
50322026-09-07T00:00:24.717Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1/build-script-build`
50332026-09-07T00:00:24.720Z Running `/home/build/.rustup/toolchains/1.98.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.40.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("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=32fa4f6b350c0846 -C extra-filename=-479e5536fbc197c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -l static=aws_lc_0_40_0_crypto --cfg universal`
50342026-09-07T00:00:24.797Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f/build-script-build`
50352026-09-07T00:00:24.875Z Running `/home/build/.rustup/toolchains/1.98.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=8074b04f9715f380 -C extra-filename=-40f0ec85db30e84c --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-7e032ea0c0df3de5.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5ae813a9bb19abd8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50362026-09-07T00:00:24.975Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50372026-09-07T00:00:24.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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=8f16e4d4c0fb29f6 -C extra-filename=-d1c5a87455248d01 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d1c5a87455248d01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-32fbd6063a9d271c.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-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64`
50382026-09-07T00:00:25.199Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=27a5f2328aed05dc -C extra-filename=-216bfd816f8ebcfb --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-479e5536fbc197c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-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-ed787a46450ffd14/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
50392026-09-07T00:00:26.020Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d1c5a87455248d01/build-script-build`
50402026-09-07T00:00:26.052Z Compiling rustls-webpki v0.103.13
50412026-09-07T00:00:26.057Z Compiling rcgen v0.12.1
50422026-09-07T00:00:26.057Z Compiling russh v0.62.4
50432026-09-07T00:00:26.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=938e378b16cdb1ba -C extra-filename=-04af00d720d91488 --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-216bfd816f8ebcfb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-aa4831acdc29ad27.rmeta --cap-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-ed787a46450ffd14/out`
50442026-09-07T00:00:26.057Z Running `/home/build/.rustup/toolchains/1.98.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="aws_lc_rs"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=cfb28bd02064f38e -C extra-filename=-2a5a4d2fbeb7e66b --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-216bfd816f8ebcfb.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9a396bbdc6bbac50.rmeta --cap-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-ed787a46450ffd14/out`
50452026-09-07T00:00:26.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.62.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=b8cf7565fe823ece -C extra-filename=-4171bd1fd1e89d30 --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-102b6e12f2c7ee1c.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-37daa10e1f3ebda5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bcdb5ae72dbcff0e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e06f317cb2460a44.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-26a62f9b3935a3a8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-7c735c0a2580e119.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ba6e760819d1c274.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-49a50d7a00233098.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d5b42535719d3a5d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-a3dceae665cd418d.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f66c1bd7382a55e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-a7d47f2e36968974.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-bf3e756e2122f0b9.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-54ae57d94e4e0076.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-cc08096643008372.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-997c749ebeaa3595.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a6349626e2681ab2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-cecca2f37f2c0d72.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-768a1d8875545216.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-73ba43c7010e14e8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a66affc94c68e93b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27d4e991cd1a551a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-279a423fefe03efc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4e758a81a819e76.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-13d0474aae8a7fe4.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-59548de6cbc7cf36.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c71150440adb55dd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1db11176a1c0822f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc6346b896371d28.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-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-ed787a46450ffd14/out`
50462026-09-07T00:00:26.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c5df600fb136b866 -C extra-filename=-a00b12ef41f33166 --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-216bfd816f8ebcfb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-04af00d720d91488.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-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-ed787a46450ffd14/out`
50472026-09-07T00:00:27.432Z Compiling diesel-dtrace v0.5.0
50482026-09-07T00:00:27.432Z Compiling async-bb8-diesel v0.2.1
50492026-09-07T00:00:27.437Z Running `/home/build/.rustup/toolchains/1.98.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.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=eb5b5c306cabcb18 -C extra-filename=-4ddc4b6561ad576f --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-8c8f948d36433cfb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
50502026-09-07T00:00:27.438Z Running `/home/build/.rustup/toolchains/1.98.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=8cb59da7aa26fd7c -C extra-filename=-4beddd32bb8045d9 --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-e5ce56e8506f5b30.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0b717e1077d05ff1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
50512026-09-07T00:00:28.512Z Compiling oso v0.27.3
50522026-09-07T00:00:28.515Z Running `/home/build/.rustup/toolchains/1.98.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=01523fb4a7de8ae8 -C extra-filename=-f885e55652ba5105 --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-c87fe0193aeff696.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-2814e1293aa99f04.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-40f0ec85db30e84c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50532026-09-07T00:00:28.990Z Compiling tokio-rustls v0.26.4
50542026-09-07T00:00:28.991Z Compiling rustls-platform-verifier v0.6.2
50552026-09-07T00:00:28.995Z Compiling tough v0.22.0
50562026-09-07T00:00:28.995Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50572026-09-07T00:00:28.995Z Running `/home/build/.rustup/toolchains/1.98.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.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="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=e81aa1f6a2be10d3 -C extra-filename=-6bcbaed8db7f44c0 --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-a00b12ef41f33166.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-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-ed787a46450ffd14/out`
50582026-09-07T00:00:28.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.22.0/src/lib.rs --error-format=json --json=diagnostic-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=47888522d8d1035e -C extra-filename=-1e5c05e88e070d30 --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-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-6748997398286f70.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-59df7aa68e900ac7.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-edbd0ef5556767f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7bb1c14244deebc0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-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-ed787a46450ffd14/out -L native=/usr/lib/amd64`
50592026-09-07T00:00:28.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/tough/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "http2", "integ", "reqwest", "rustls-native-certs", "rustls-platform-verifier"))' -C metadata=27ee855ee38ca1f3 -C extra-filename=-052341bccb3809b1 --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-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-18f09eb77506531c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-59df7aa68e900ac7.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-edbd0ef5556767f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7bb1c14244deebc0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-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-ed787a46450ffd14/out`
50602026-09-07T00:00:28.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=e35b11ef8f065ae6 -C extra-filename=-68080a5ace8adf59 --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-a96344eae1a3d1f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0981140425bbf3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-04af00d720d91488.rmeta --cap-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-ed787a46450ffd14/out`
50612026-09-07T00:00:29.231Z Compiling hyper-rustls v0.27.7
50622026-09-07T00:00:29.236Z Running `/home/build/.rustup/toolchains/1.98.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="rustls-native-certs"' --cfg 'feature="tls12"' --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=b45e969e5869c1f2 -C extra-filename=-b55cc54efd3f8546 --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-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0981140425bbf3a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-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-ed787a46450ffd14/out`
50632026-09-07T00:00:29.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/98615b8/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 --cfg 'feature="ipcc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "default", "ipcc", "pki-playground", "unittest"))' -C metadata=027e07a5e0860f9b -C extra-filename=-9dfcf3399f83a64c --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-4efc0056836d0980.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-82c6871faafbe01c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b10789da333cdd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-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-ed787a46450ffd14/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/`
50642026-09-07T00:00:29.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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=908783c94c644fa0 -C extra-filename=-4f460236f1fd8f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-7c096e393385ec67.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-55e04cd135c1297c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-eabd85006e96ac2b.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e48d4bf7ecfc3ef8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-68dae086988655aa.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-16d7d7f100d91e5b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5f9179d2f1eff47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d40647f6ba22a5cc.rmeta --cap-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-ed787a46450ffd14/out`
50652026-09-07T00:00:29.479Z Compiling reqwest v0.13.2
50662026-09-07T00:00:29.482Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=442259f30c6fae73 -C extra-filename=-f7b31a4691f6199e --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-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-e32ee5c12d36af1b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b0bcfa1f4cefff13.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-68080a5ace8adf59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-1ce13fa38c3edde3.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-992b67c263b6d652.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-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-ed787a46450ffd14/out`
50672026-09-07T00:00:30.968Z Compiling progenitor-client v0.14.0
50682026-09-07T00:00:30.968Z Compiling progenitor-client v0.13.0
50692026-09-07T00:00:30.975Z Compiling omicron-zone-package v0.12.3
50702026-09-07T00:00:30.975Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8641c168bbacdcbb -C extra-filename=-970a81154da54b10 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --cap-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-ed787a46450ffd14/out`
50712026-09-07T00:00:30.975Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b30cd160301c6562 -C extra-filename=-40f3502203cdf989 --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-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --cap-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-ed787a46450ffd14/out`
50722026-09-07T00:00:30.975Z Running `/home/build/.rustup/toolchains/1.98.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3ef34be22e41097 -C extra-filename=-cc58f9231e7aed88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-0d79a4a4b554b691.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-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-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50732026-09-07T00:00:31.275Z Compiling progenitor-extras v0.2.0
50742026-09-07T00:00:31.275Z Compiling progenitor v0.14.0
50752026-09-07T00:00:31.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=467bc35dd023b8b4 -C extra-filename=-d253f4890b0044a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-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-ed787a46450ffd14/out`
50762026-09-07T00:00:31.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=6f99030d588b1b41 -C extra-filename=-2a706f0f10dcda16 --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-970a81154da54b10.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f70a4dec6833a01c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-02badd734321fede.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-ed787a46450ffd14/out`
50772026-09-07T00:00:31.304Z Compiling progenitor v0.13.0
50782026-09-07T00:00:31.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=0769496150ed652a -C extra-filename=-648c3d2583127c16 --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-40f3502203cdf989.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b51e61dd915d5f1f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5ad9e293e813bf71.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-ed787a46450ffd14/out`
50792026-09-07T00:00:31.338Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
50802026-09-07T00:00:31.373Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/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 '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac55361f8f69d605 -C extra-filename=-16fcd7a2e267f5f5 --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-9f8f2645df36cc4c.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-88f40dba69b3f6bf.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d52db6d24c8dbfc6.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-c2e0a73e22538d73.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-052341bccb3809b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
50812026-09-07T00:00:31.451Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50822026-09-07T00:00:31.454Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/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=ea4da65fdb382ef8 -C extra-filename=-e61e769004d83144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-089a7f45201fabb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ea0c295b69159262.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-415ede010cc26114.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-16d7d7f100d91e5b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0757fc3e2d7813b4.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-0600b2dabe4ac47b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rmeta --cap-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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50832026-09-07T00:00:31.482Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
50842026-09-07T00:00:31.485Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=427a8cef48ce1eec -C extra-filename=-764114304c35074e --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-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-2d7f37cce64c836f.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-87d05f1f8f2d2178.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-648c3d2583127c16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b447cc925abf806c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
50852026-09-07T00:00:31.516Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50862026-09-07T00:00:31.525Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/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=67abc035b5571d77 -C extra-filename=-b2cabacce2747ab2 --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-1e0124cd6fc62769.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-aa60e9a2fa6df98b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cc7c0de1c6e2b8cd.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-4c283863a9cf1677.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
50872026-09-07T00:00:31.525Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
50882026-09-07T00:00:31.551Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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=d92db7bed405104e -C extra-filename=-04e90413ff668331 --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-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29898ef50bdb6198.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
50892026-09-07T00:00:31.584Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
50902026-09-07T00:00:31.589Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=a69d635ded063eb3 -C extra-filename=-b0606a425094db36 --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-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-67f378aebce14bec.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-87d05f1f8f2d2178.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b447cc925abf806c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
50912026-09-07T00:00:31.618Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50922026-09-07T00:00:31.622Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50932026-09-07T00:00:31.622Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/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=c7ff5a3f28c6b051 -C extra-filename=-4eacd590ea2a1149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-55d1f459ffcb4e97.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
50942026-09-07T00:00:31.622Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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=4cdd0e3c365d5907 -C extra-filename=-4c7ae385e89a39a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-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-ed787a46450ffd14/out`
50952026-09-07T00:00:31.653Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50962026-09-07T00:00:31.659Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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=8a13602c57ef79a4 -C extra-filename=-4d6001267efd8c5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
50972026-09-07T00:00:32.083Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50982026-09-07T00:00:32.086Z Running `/home/build/.rustup/toolchains/1.98.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=8639a25e3d7bc967 -C extra-filename=-e848af01f9cb2451 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-e848af01f9cb2451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-0130089cfadeb675.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-db2c9870c4b2b56b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2a1262ab6b9fbdde.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6324502ac22b92e6.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-405a5604a463ea5a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-fb143a79f6c7587e.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-17db910add66ebb4.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1453aaee161363d5.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
50992026-09-07T00:00:32.161Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51002026-09-07T00:00:32.161Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51012026-09-07T00:00:32.165Z Compiling dropshot-api-manager v0.8.0
51022026-09-07T00:00:32.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/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=f91bf8f201bec538 -C extra-filename=-d4c23b52fbd8abae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5d0551c589eb6b11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29898ef50bdb6198.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
51032026-09-07T00:00:32.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/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=5bad5450eae4ffbc -C extra-filename=-8cac9f35818bc5e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-b241f29d84da5786.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
51042026-09-07T00:00:32.167Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/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=0c1a4a159851fef9 -C extra-filename=-df02982e5d997778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-9a370f76601575f4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-a99bfd033ac37355.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
51052026-09-07T00:00:32.190Z Running `/home/build/.rustup/toolchains/1.98.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.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())' -C metadata=679111ace356be49 -C extra-filename=-73656225d76b8974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-6beddb4225ed9984.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-5bb63e4479276332.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-bef19736553430f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-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-ed787a46450ffd14/out`
51062026-09-07T00:00:32.390Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-e848af01f9cb2451/build-script-build`
51072026-09-07T00:00:32.440Z Running `/home/build/.rustup/toolchains/1.98.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=b3faf8c1296540f4 -C extra-filename=-ea78eef5842af700 --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-002d1b10f06c31e0.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-db2c9870c4b2b56b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2a1262ab6b9fbdde.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6324502ac22b92e6.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-405a5604a463ea5a.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1453aaee161363d5.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51082026-09-07T00:00:32.442Z Running `/home/build/.rustup/toolchains/1.98.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=c2ac0fc082136768 -C extra-filename=-d1e270b026f7031b --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-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-db2c9870c4b2b56b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2a1262ab6b9fbdde.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6324502ac22b92e6.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-405a5604a463ea5a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1453aaee161363d5.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51092026-09-07T00:00:32.568Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
51102026-09-07T00:00:32.569Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
51112026-09-07T00:00:32.571Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
51122026-09-07T00:00:32.572Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51132026-09-07T00:00:32.572Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
51142026-09-07T00:00:32.572Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
51152026-09-07T00:00:32.572Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
51162026-09-07T00:00:32.572Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
51172026-09-07T00:00:32.572Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
51182026-09-07T00:00:32.600Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
51192026-09-07T00:00:32.604Z Running `/home/build/.rustup/toolchains/1.98.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=3b32894282f39146 -C extra-filename=-827f7b24017d81d9 --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-cec375fe56ae7184.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51202026-09-07T00:00:32.605Z Running `/home/build/.rustup/toolchains/1.98.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=96774f08600ca342 -C extra-filename=-5ee852cc8b840f48 --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-bb74a95d46416a86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51212026-09-07T00:00:32.605Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
51222026-09-07T00:00:32.606Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
51232026-09-07T00:00:32.606Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cdc15d165c415c2 -C extra-filename=-4ad47c5b6e9905be --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-ea78eef5842af700.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51242026-09-07T00:00:32.606Z Running `/home/build/.rustup/toolchains/1.98.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=2a43a70702368df9 -C extra-filename=-6b8d35c149d0c9d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rmeta --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51252026-09-07T00:00:32.607Z Running `/home/build/.rustup/toolchains/1.98.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=9ed1a1abc0799c94 -C extra-filename=-9c6f6788cbcd9103 --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-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51262026-09-07T00:00:32.637Z Running `/home/build/.rustup/toolchains/1.98.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=e0ae4805da588ebc -C extra-filename=-4045d5b5721477a2 --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-1e0124cd6fc62769.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51272026-09-07T00:00:32.673Z Running `/home/build/.rustup/toolchains/1.98.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=154dfe2690b7fdce -C extra-filename=-3aa6ad4b32801278 --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-ea78eef5842af700.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51282026-09-07T00:00:32.787Z Running `/home/build/.rustup/toolchains/1.98.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=14cd0524d7d7e685 -C extra-filename=-3afdf8fac2b7625b --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-4f460236f1fd8f53.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51292026-09-07T00:00:32.799Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
51302026-09-07T00:00:32.819Z Running `/home/build/.rustup/toolchains/1.98.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=4dfee4be21325e74 -C extra-filename=-ea3dd4b386791480 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51312026-09-07T00:00:32.857Z Running `/home/build/.rustup/toolchains/1.98.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=5384fcb41d1c5896 -C extra-filename=-6831535c4ab8beb6 --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-1e0124cd6fc62769.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51322026-09-07T00:00:32.889Z Running `/home/build/.rustup/toolchains/1.98.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=14330f49fc6ea8f5 -C extra-filename=-7bc7ad53d849bd1c --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-f6bb609b3f550cef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51332026-09-07T00:00:32.894Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26a7bf48d27affdb -C extra-filename=-227495c52a30c965 --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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51342026-09-07T00:00:32.926Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
51352026-09-07T00:00:32.930Z Running `/home/build/.rustup/toolchains/1.98.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=281a76a62ee1c7dd -C extra-filename=-bf2b4b49e37aea90 --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-ea78eef5842af700.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51362026-09-07T00:00:32.964Z Running `/home/build/.rustup/toolchains/1.98.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=a388fac3ea517584 -C extra-filename=-4d37f23683813ebb --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-1e0124cd6fc62769.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51372026-09-07T00:00:33.079Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
51382026-09-07T00:00:33.121Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51392026-09-07T00:00:33.127Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
51402026-09-07T00:00:33.127Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51412026-09-07T00:00:33.127Z Running `/home/build/.rustup/toolchains/1.98.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=f7cfd4d6e2b9deef -C extra-filename=-8ddafa6b7fc482e4 --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51422026-09-07T00:00:33.127Z Running `/home/build/.rustup/toolchains/1.98.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=eeeeee3965bb139f -C extra-filename=-312146572b3a4e62 --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-c6a4a62171fb5249.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51432026-09-07T00:00:33.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33204798dd244a39 -C extra-filename=-7e05576413124537 --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-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51442026-09-07T00:00:33.192Z Running `/home/build/.rustup/toolchains/1.98.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=2817feb7d3003e33 -C extra-filename=-8dfae607b9ded1b3 --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-ea78eef5842af700.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51452026-09-07T00:00:33.196Z Running `/home/build/.rustup/toolchains/1.98.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=e30bbfcd4b7d42d9 -C extra-filename=-4272a6d8ad5a7e0f --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-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51462026-09-07T00:00:33.275Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51472026-09-07T00:00:33.316Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
51482026-09-07T00:00:33.320Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
51492026-09-07T00:00:33.320Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
51502026-09-07T00:00:33.321Z Running `/home/build/.rustup/toolchains/1.98.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=4af0b4e03c027fb0 -C extra-filename=-1a175bcd597a501f --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-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51512026-09-07T00:00:33.321Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
51522026-09-07T00:00:33.321Z Running `/home/build/.rustup/toolchains/1.98.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=cb4a8d8a907e4194 -C extra-filename=-a1d5060e0d2baf84 --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-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51532026-09-07T00:00:33.321Z Running `/home/build/.rustup/toolchains/1.98.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=0e8625a277605c0d -C extra-filename=-41fbf83b3a1a5b13 --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-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51542026-09-07T00:00:33.354Z Running `/home/build/.rustup/toolchains/1.98.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=e9d3621d1d248294 -C extra-filename=-8b4867543c776ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51552026-09-07T00:00:33.392Z Running `/home/build/.rustup/toolchains/1.98.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=d2ea66bcd0927795 -C extra-filename=-8bc5741758439c67 --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-4045d5b5721477a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51562026-09-07T00:00:33.467Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
51572026-09-07T00:00:33.472Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51582026-09-07T00:00:33.472Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
51592026-09-07T00:00:33.472Z Running `/home/build/.rustup/toolchains/1.98.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=f77838775a8506cf -C extra-filename=-e807bad5811627a4 --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-1e0124cd6fc62769.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51602026-09-07T00:00:33.504Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51612026-09-07T00:00:33.510Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0499be13c631d89 -C extra-filename=-f2bc72183bace161 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-f2bc72183bace161 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51622026-09-07T00:00:33.511Z Running `/home/build/.rustup/toolchains/1.98.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=c55f2c91412b8ac7 -C extra-filename=-f38cba21721330a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-f38cba21721330a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51632026-09-07T00:00:33.511Z Running `/home/build/.rustup/toolchains/1.98.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=8e72c0b6872085b6 -C extra-filename=-bbdebd1be1d6b1ef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bbdebd1be1d6b1ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51642026-09-07T00:00:33.610Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51652026-09-07T00:00:33.651Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51662026-09-07T00:00:33.691Z Running `/home/build/.rustup/toolchains/1.98.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=82386f1d1e1f95ee -C extra-filename=-3005cb53c4da0ad8 --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-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51672026-09-07T00:00:33.697Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51682026-09-07T00:00:33.700Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51692026-09-07T00:00:33.700Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
51702026-09-07T00:00:33.700Z Running `/home/build/.rustup/toolchains/1.98.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=bb56a15c11355fee -C extra-filename=-4bcdd691ff58f43a --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-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51712026-09-07T00:00:33.701Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
51722026-09-07T00:00:33.701Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51732026-09-07T00:00:33.701Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51742026-09-07T00:00:33.701Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51752026-09-07T00:00:33.733Z Running `/home/build/.rustup/toolchains/1.98.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=df8d20ec0c4e1903 -C extra-filename=-0bd738e60edfea85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0bd738e60edfea85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51762026-09-07T00:00:33.733Z Running `/home/build/.rustup/toolchains/1.98.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=829cdbdf38adc252 -C extra-filename=-9cbde1feb2602293 --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-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51772026-09-07T00:00:33.739Z Running `/home/build/.rustup/toolchains/1.98.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=132b3050eb525edb -C extra-filename=-f9ba52191e9fc6d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-f9ba52191e9fc6d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51782026-09-07T00:00:33.740Z Running `/home/build/.rustup/toolchains/1.98.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=631abe8c5867fabe -C extra-filename=-c23a2efe7237e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51792026-09-07T00:00:33.740Z Running `/home/build/.rustup/toolchains/1.98.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="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=fb5e5802b62f8c1d -C extra-filename=-6e2f2f4529247293 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e2f2f4529247293 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51802026-09-07T00:00:33.767Z Running `/home/build/.rustup/toolchains/1.98.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=a94260349db51e1b -C extra-filename=-3a7a777febeca73b --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-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51812026-09-07T00:00:33.774Z Running `/home/build/.rustup/toolchains/1.98.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=2571fc3fbaed25c5 -C extra-filename=-620ce8775a5992ce --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-620ce8775a5992ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51822026-09-07T00:00:33.774Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_common --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/94762dc/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=6240b669b3a008b7 -C extra-filename=-4e2e746fe5a7e7eb --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-47cd8f8dc9e7b1a0.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9df4961e056f0b4d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-1d1537293003ed0e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4a6a41a7549f86c1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern rlimit=/work/oxidecomputer/omicron/target/debug/deps/librlimit-c56a2058a8fd2ea8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-db47d674fe8c2f5f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ba42b2b287bdfd8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51832026-09-07T00:00:33.945Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51842026-09-07T00:00:33.948Z Running `/home/build/.rustup/toolchains/1.98.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=76d0f2e93cd90b73 -C extra-filename=-84fb1e5f07e8ba0c --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-47cd8f8dc9e7b1a0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51852026-09-07T00:00:34.019Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-f2bc72183bace161/build-script-build`
51862026-09-07T00:00:34.104Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51872026-09-07T00:00:34.110Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51882026-09-07T00:00:34.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51892026-09-07T00:00:34.110Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
51902026-09-07T00:00:34.110Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bbdebd1be1d6b1ef/build-script-build`
51912026-09-07T00:00:34.110Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
51922026-09-07T00:00:34.110Z Running `/home/build/.rustup/toolchains/1.98.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=b48cc42b3bf149e9 -C extra-filename=-3bd594e16daac531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-d5ae33404ad12c71.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51932026-09-07T00:00:34.111Z Running `/home/build/.rustup/toolchains/1.98.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=922f652423082343 -C extra-filename=-dbfc6a63f6e90247 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-dbfc6a63f6e90247 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51942026-09-07T00:00:34.112Z Running `/home/build/.rustup/toolchains/1.98.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=9d8d9b45fa6162c4 -C extra-filename=-28bcb27a79474a7c --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-ea78eef5842af700.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51952026-09-07T00:00:34.112Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=18c8b1d3ddb66aba -C extra-filename=-434fd428a7bc100e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-434fd428a7bc100e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51962026-09-07T00:00:34.141Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0bd738e60edfea85/build-script-build`
51972026-09-07T00:00:34.144Z Running `/home/build/.rustup/toolchains/1.98.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=0c9a62ee8de0b121 -C extra-filename=-f5fb37ae311e73dd --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-ddef13110ccf1ec1.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51982026-09-07T00:00:34.144Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-f38cba21721330a5/build-script-build`
51992026-09-07T00:00:34.175Z Running `/home/build/.rustup/toolchains/1.98.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=563eb694dbe30f5b -C extra-filename=-9c2d344fa306889a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52002026-09-07T00:00:34.213Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52012026-09-07T00:00:34.245Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e2f2f4529247293/build-script-build`
52022026-09-07T00:00:34.282Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52032026-09-07T00:00:34.285Z Running `/home/build/.rustup/toolchains/1.98.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=ad85ea0085452aa2 -C extra-filename=-3230d9ba8e0a3014 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-3230d9ba8e0a3014 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52042026-09-07T00:00:34.319Z Running `/home/build/.rustup/toolchains/1.98.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=a3c09cf5eb2ebe44 -C extra-filename=-ca255450f4bf7b15 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ca255450f4bf7b15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52052026-09-07T00:00:34.357Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-620ce8775a5992ce/build-script-build`
52062026-09-07T00:00:34.426Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52072026-09-07T00:00:34.430Z Running `/home/build/.rustup/toolchains/1.98.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=802df337468cea0d -C extra-filename=-8e2c86b1d051bdc1 --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-8c8f948d36433cfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/opt/ooce/pgsql-18/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-18/lib/amd64`
52082026-09-07T00:00:34.430Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-f9ba52191e9fc6d9/build-script-build`
52092026-09-07T00:00:34.430Z Running `/home/build/.rustup/toolchains/1.98.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=5529d599ecbebbf0 -C extra-filename=-fd514be4b448d96a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-fd514be4b448d96a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52102026-09-07T00:00:34.431Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52112026-09-07T00:00:34.460Z Running `/home/build/.rustup/toolchains/1.98.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=10085a3d8ac68752 -C extra-filename=-122bbcebd08fc6b4 --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-4045d5b5721477a2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52122026-09-07T00:00:34.496Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
52132026-09-07T00:00:34.565Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52142026-09-07T00:00:34.568Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
52152026-09-07T00:00:34.610Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52162026-09-07T00:00:34.614Z Running `/home/build/.rustup/toolchains/1.98.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=39f425916af0077a -C extra-filename=-f45b87aa92b45bec --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-9c6f6788cbcd9103.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52172026-09-07T00:00:34.614Z Running `/home/build/.rustup/toolchains/1.98.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=13eb9d17dbe7c4cd -C extra-filename=-0ce5e9926530410a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-0ce5e9926530410a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52182026-09-07T00:00:34.614Z Running `/home/build/.rustup/toolchains/1.98.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=001d05fa04f0e5fa -C extra-filename=-fd3223c7c74ab3cc --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-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52192026-09-07T00:00:34.614Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52202026-09-07T00:00:34.615Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52212026-09-07T00:00:34.615Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52222026-09-07T00:00:34.615Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/switch-config/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=9209df2d00a14efd -C extra-filename=-ced3b077cf8c0a11 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-ced3b077cf8c0a11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52232026-09-07T00:00:34.615Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ca255450f4bf7b15/build-script-build`
52242026-09-07T00:00:34.615Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/fm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=9aa5bf3420be109f -C extra-filename=-49c9b309effb906e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-49c9b309effb906e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52252026-09-07T00:00:34.616Z Running `/home/build/.rustup/toolchains/1.98.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=ed1c32848615bd05 -C extra-filename=-12eb9720ba0e7fae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-12eb9720ba0e7fae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52262026-09-07T00:00:34.616Z Running `/home/build/.rustup/toolchains/1.98.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=8380b382777ffcee -C extra-filename=-bb08965f8dd1d8c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bb08965f8dd1d8c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52272026-09-07T00:00:34.786Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52282026-09-07T00:00:34.797Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52292026-09-07T00:00:34.797Z Running `/home/build/.rustup/toolchains/1.98.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=726c81b72e9cb875 -C extra-filename=-b678a075ff82516a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-b678a075ff82516a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52302026-09-07T00:00:34.797Z Running `/home/build/.rustup/toolchains/1.98.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=06b98b826c5c3978 -C extra-filename=-42af3e25262bdcdb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-42af3e25262bdcdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52312026-09-07T00:00:34.841Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52322026-09-07T00:00:34.845Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52332026-09-07T00:00:34.845Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-3230d9ba8e0a3014/build-script-build`
52342026-09-07T00:00:34.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c52434bf8c2c0d65 -C extra-filename=-4e64c87722c7c61d --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-4e64c87722c7c61d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52352026-09-07T00:00:34.922Z Running `/home/build/.rustup/toolchains/1.98.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=2159ffa7804e39ac -C extra-filename=-49af0de76900d1fc --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-49af0de76900d1fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52362026-09-07T00:00:34.958Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52372026-09-07T00:00:34.998Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-434fd428a7bc100e/build-script-build`
52382026-09-07T00:00:35.002Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52392026-09-07T00:00:35.002Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52402026-09-07T00:00:35.035Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-dbfc6a63f6e90247/build-script-build`
52412026-09-07T00:00:35.039Z Running `/home/build/.rustup/toolchains/1.98.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=0a6f65eacd6296e3 -C extra-filename=-62bba0fc2f938e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52422026-09-07T00:00:35.039Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=a9df871c9e900b07 -C extra-filename=-0d1b7d029ebb10d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0d1b7d029ebb10d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52432026-09-07T00:00:35.039Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-fd514be4b448d96a/build-script-build`
52442026-09-07T00:00:35.040Z Running `/home/build/.rustup/toolchains/1.98.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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1ca1d83049eaaadf -C extra-filename=-67a5967744247be6 --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-ea78eef5842af700.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-d95b50b5c6c84a13.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52452026-09-07T00:00:35.144Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52462026-09-07T00:00:35.147Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bb08965f8dd1d8c2/build-script-build`
52472026-09-07T00:00:35.178Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
52482026-09-07T00:00:35.182Z Running `/home/build/.rustup/toolchains/1.98.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=19081adbac7097b4 -C extra-filename=-10ebc3a31f9afdcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52492026-09-07T00:00:35.182Z Running `/home/build/.rustup/toolchains/1.98.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=2e1a8d50466cd6a5 -C extra-filename=-eff577f47f2d94d9 --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-ea78eef5842af700.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52502026-09-07T00:00:35.252Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
52512026-09-07T00:00:35.257Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52522026-09-07T00:00:35.258Z Running `/home/build/.rustup/toolchains/1.98.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=a79c0b21768bcf51 -C extra-filename=-fd273377f76041d6 --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-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52532026-09-07T00:00:35.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_api --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/94762dc/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=b4c9e254348ee164 -C extra-filename=-b6f110b3e62be9e9 --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-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern http_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-1d1537293003ed0e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52542026-09-07T00:00:35.332Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-49c9b309effb906e/build-script-build`
52552026-09-07T00:00:35.332Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-ced3b077cf8c0a11/build-script-build`
52562026-09-07T00:00:35.332Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-12eb9720ba0e7fae/build-script-build`
52572026-09-07T00:00:35.380Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52582026-09-07T00:00:35.400Z Running `/home/build/.rustup/toolchains/1.98.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=2c22655ac064a68a -C extra-filename=-9d51c602914e187e --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-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52592026-09-07T00:00:35.402Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
52602026-09-07T00:00:35.415Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c39b75e7c01317a -C extra-filename=-37836a0c0a00a58b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52612026-09-07T00:00:35.417Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
52622026-09-07T00:00:35.470Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52632026-09-07T00:00:35.473Z Running `/home/build/.rustup/toolchains/1.98.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=06a026b961d4470a -C extra-filename=-0d3d36ba2318f1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8ddafa6b7fc482e4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52642026-09-07T00:00:35.473Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-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=d13c026d099d2f14 -C extra-filename=-df3186efc1c3b9a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-df3186efc1c3b9a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52652026-09-07T00:00:35.540Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52662026-09-07T00:00:35.580Z Running `/home/build/.rustup/toolchains/1.98.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=37733b01d87acb34 -C extra-filename=-9d472264908e1377 --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52672026-09-07T00:00:35.617Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0d1b7d029ebb10d4/build-script-build`
52682026-09-07T00:00:35.655Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
52692026-09-07T00:00:35.658Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-0ce5e9926530410a/build-script-build`
52702026-09-07T00:00:35.658Z Running `/home/build/.rustup/toolchains/1.98.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=5919d6e6de7f9e9f -C extra-filename=-dcd7d5075f89d8db --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-dcd7d5075f89d8db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52712026-09-07T00:00:35.727Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52722026-09-07T00:00:35.730Z Running `/home/build/.rustup/toolchains/1.98.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=5b4d769a81e455e1 -C extra-filename=-ebf1d62151dd2bd6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-ebf1d62151dd2bd6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52732026-09-07T00:00:35.758Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
52742026-09-07T00:00:35.761Z Running `/home/build/.rustup/toolchains/1.98.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=dd7792a215893e1a -C extra-filename=-fda33bfe36a621fa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-fda33bfe36a621fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52752026-09-07T00:00:35.828Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
52762026-09-07T00:00:35.833Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52772026-09-07T00:00:35.866Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
52782026-09-07T00:00:35.869Z Running `/home/build/.rustup/toolchains/1.98.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=1ab2db8efc4edc2e -C extra-filename=-b499fb1290cfc20d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-b499fb1290cfc20d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52792026-09-07T00:00:35.869Z Running `/home/build/.rustup/toolchains/1.98.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=92a9cbe4c58329d7 -C extra-filename=-0b59585b0bd4aa81 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-0b59585b0bd4aa81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52802026-09-07T00:00:35.869Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-4e64c87722c7c61d/build-script-build`
52812026-09-07T00:00:35.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/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=b4bc0012f7ada498 -C extra-filename=-883429196f811345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out -L native=/usr/lib/amd64`
52822026-09-07T00:00:35.908Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-49af0de76900d1fc/build-script-build`
52832026-09-07T00:00:35.942Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-b678a075ff82516a/build-script-build`
52842026-09-07T00:00:36.014Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
52852026-09-07T00:00:36.017Z Running `/home/build/.rustup/toolchains/1.98.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=f8c9eca78aa383f9 -C extra-filename=-84d3b63beb259fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52862026-09-07T00:00:36.092Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
52872026-09-07T00:00:36.095Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
52882026-09-07T00:00:36.095Z Running `/home/build/.rustup/toolchains/1.98.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=aec5f1a6712e4943 -C extra-filename=-3a69029492e81349 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-3a69029492e81349 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52892026-09-07T00:00:36.095Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
52902026-09-07T00:00:36.125Z Running `/home/build/.rustup/toolchains/1.98.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=a928231d47a0ff8f -C extra-filename=-09aebc89d8e7872a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-09aebc89d8e7872a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52912026-09-07T00:00:36.129Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/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=a7da5b3ff73aaac9 -C extra-filename=-3a6af38140f8d181 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-3a6af38140f8d181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52922026-09-07T00:00:36.195Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-dcd7d5075f89d8db/build-script-build`
52932026-09-07T00:00:36.229Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-42af3e25262bdcdb/build-script-build`
52942026-09-07T00:00:36.264Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
52952026-09-07T00:00:36.294Z Running `/home/build/.rustup/toolchains/1.98.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=8eda0367efd5bcca -C extra-filename=-fadfb9897ceb80ad --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-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d51c602914e187e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52962026-09-07T00:00:36.330Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
52972026-09-07T00:00:36.334Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_server --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/94762dc/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 --cfg 'feature="embedded"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("embedded", "test-support"))' -C metadata=4e4ca1ee499118fa -C extra-filename=-71dcb1160ed9e427 --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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9df4961e056f0b4d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-1d1537293003ed0e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-0d33345df6d9076c.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4a6a41a7549f86c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pwd=/work/oxidecomputer/omicron/target/debug/deps/libpwd-83c5cd93ebe717a2.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern rumors=/work/oxidecomputer/omicron/target/debug/deps/librumors-ed6f0651f7da065e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-db47d674fe8c2f5f.rmeta --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ba42b2b287bdfd8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52982026-09-07T00:00:36.428Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52992026-09-07T00:00:36.431Z Running `/home/build/.rustup/toolchains/1.98.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=a2c257a93052c981 -C extra-filename=-80188497560c6a77 --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-9d51c602914e187e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53002026-09-07T00:00:36.467Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
53012026-09-07T00:00:36.532Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
53022026-09-07T00:00:36.535Z Running `/home/build/.rustup/toolchains/1.98.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=c3e0a77237584b10 -C extra-filename=-86ad86b74b75db5b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-86ad86b74b75db5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-3aa6ad4b32801278.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53032026-09-07T00:00:36.535Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-fda33bfe36a621fa/build-script-build`
53042026-09-07T00:00:36.535Z Running `/home/build/.rustup/toolchains/1.98.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=266f1a1648e9d6a7 -C extra-filename=-322b95e022e349a8 --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-ea78eef5842af700.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53052026-09-07T00:00:36.536Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-ebf1d62151dd2bd6/build-script-build`
53062026-09-07T00:00:36.610Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-3a6af38140f8d181/build-script-build`
53072026-09-07T00:00:36.647Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
53082026-09-07T00:00:36.650Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-df3186efc1c3b9a4/build-script-build`
53092026-09-07T00:00:36.650Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-09aebc89d8e7872a/build-script-build`
53102026-09-07T00:00:36.651Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
53112026-09-07T00:00:36.719Z Running `/home/build/.rustup/toolchains/1.98.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=d7489a636c64087e -C extra-filename=-ccfafe50dae67b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53122026-09-07T00:00:36.723Z Running `/home/build/.rustup/toolchains/1.98.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=5b2813dfdade7806 -C extra-filename=-099e10c72e7b8a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53132026-09-07T00:00:36.723Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-3a69029492e81349/build-script-build`
53142026-09-07T00:00:36.857Z Running `/home/build/.rustup/toolchains/1.98.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=851df841b96c42b3 -C extra-filename=-abd0308816c8c8fa --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-9d51c602914e187e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53152026-09-07T00:00:36.865Z Running `/home/build/.rustup/toolchains/1.98.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=e045e790ba8f2684 -C extra-filename=-c0a1fbc49517aeec --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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d51c602914e187e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53162026-09-07T00:00:36.865Z Running `/home/build/.rustup/toolchains/1.98.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=a07a212684e3ba3b -C extra-filename=-6f7e81c026373b58 --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-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53172026-09-07T00:00:36.870Z Running `/home/build/.rustup/toolchains/1.98.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=8bc59c9b10aceb4a -C extra-filename=-36284e6d0d9b0f76 --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-9c6f6788cbcd9103.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53182026-09-07T00:00:36.870Z Running `/home/build/.rustup/toolchains/1.98.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=446f851ebf8d727d -C extra-filename=-4c6fdbf160aa60ae --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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53192026-09-07T00:00:36.901Z Running `/home/build/.rustup/toolchains/1.98.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=9160e45a0009a527 -C extra-filename=-59be903d6d49dc79 --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-ea78eef5842af700.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53202026-09-07T00:00:36.904Z Running `/home/build/.rustup/toolchains/1.98.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=c3e1e9a061c5faac -C extra-filename=-048d8776a3f18731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53212026-09-07T00:00:37.011Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-0b59585b0bd4aa81/build-script-build`
53222026-09-07T00:00:37.060Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-b499fb1290cfc20d/build-script-build`
53232026-09-07T00:00:37.137Z Running `/home/build/.rustup/toolchains/1.98.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=b732d2f46ffcd5b6 -C extra-filename=-98e102d5f48a6462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53242026-09-07T00:00:37.210Z Running `/home/build/.rustup/toolchains/1.98.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=ff2ca0c6b49cd7cb -C extra-filename=-43b4bd059cfa43f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53252026-09-07T00:00:37.246Z Running `/home/build/.rustup/toolchains/1.98.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=53f1d3b14240ad95 -C extra-filename=-5551d30bc217819d --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-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53262026-09-07T00:00:37.281Z Running `/home/build/.rustup/toolchains/1.98.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=52bf1e42ed47d139 -C extra-filename=-2bc085a5fc471f3a --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-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53272026-09-07T00:00:37.394Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
53282026-09-07T00:00:37.431Z Running `/home/build/.rustup/toolchains/1.98.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=6b20ce4fff6bf427 -C extra-filename=-e8fde56c4960c1ff --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-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3bd594e16daac531.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53292026-09-07T00:00:37.497Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53302026-09-07T00:00:37.501Z Running `/home/build/.rustup/toolchains/1.98.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=38b7679d9daf3808 -C extra-filename=-6f19f15236cd5a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53312026-09-07T00:00:37.501Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
53322026-09-07T00:00:37.537Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
53332026-09-07T00:00:37.540Z Running `/home/build/.rustup/toolchains/1.98.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=a5475a8c1de5fc51 -C extra-filename=-24a0db975563501f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53342026-09-07T00:00:37.541Z Running `/home/build/.rustup/toolchains/1.98.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=fde9a79fd53c42e5 -C extra-filename=-28766969a80ba549 --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-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53352026-09-07T00:00:37.541Z Running `/home/build/.rustup/toolchains/1.98.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=5aba539460a9d73d -C extra-filename=-cf0ffb8c77779ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53362026-09-07T00:00:37.541Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
53372026-09-07T00:00:37.574Z Running `/home/build/.rustup/toolchains/1.98.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=aa09dafe22cd5536 -C extra-filename=-3980d9dedde7cbf3 --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-5ec1cd83469ea280.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53382026-09-07T00:00:37.610Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53392026-09-07T00:00:37.646Z Running `/home/build/.rustup/toolchains/1.98.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=f215941243473c0e -C extra-filename=-d4ee50a8943afab2 --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-aea237dd1abc5aa3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53402026-09-07T00:00:37.880Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
53412026-09-07T00:00:37.883Z Running `/home/build/.rustup/toolchains/1.98.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=9a2c390a08a2e693 -C extra-filename=-abe19b02aa5421a5 --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-4eacd590ea2a1149.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53422026-09-07T00:00:37.949Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53432026-09-07T00:00:37.953Z Running `/home/build/.rustup/toolchains/1.98.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=fb9a3c62b54523bc -C extra-filename=-196a4f1fc5c5893a --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53442026-09-07T00:00:38.248Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-86ad86b74b75db5b/build-script-build`
53452026-09-07T00:00:38.324Z Running `/home/build/.rustup/toolchains/1.98.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=6d01abe7e4290dd2 -C extra-filename=-2665a88d606bdab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fadfb9897ceb80ad.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-80188497560c6a77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53462026-09-07T00:00:38.381Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
53472026-09-07T00:00:38.385Z Running `/home/build/.rustup/toolchains/1.98.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=9809300d236f8054 -C extra-filename=-b19604ade496daa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-ccfafe50dae67b01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d52db6d24c8dbfc6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0757fc3e2d7813b4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e61e769004d83144.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53482026-09-07T00:00:38.419Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
53492026-09-07T00:00:38.422Z Running `/home/build/.rustup/toolchains/1.98.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=923a29dc61a852a7 -C extra-filename=-627d94d7d31c7f91 --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-ee0df92789a44cc2.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53502026-09-07T00:00:38.459Z Running `/home/build/.rustup/toolchains/1.98.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=3cd1458673b30a1a -C extra-filename=-4ebb9f7829ed805b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53512026-09-07T00:00:38.565Z Running `/home/build/.rustup/toolchains/1.98.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=27cd80d125c0c100 -C extra-filename=-10f1a2ba92c28d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53522026-09-07T00:00:38.575Z Running `/home/build/.rustup/toolchains/1.98.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=4e2eea513161b586 -C extra-filename=-3bda9bb8e3a49135 --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-4045d5b5721477a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53532026-09-07T00:00:38.607Z Running `/home/build/.rustup/toolchains/1.98.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=c162461d1d91954a -C extra-filename=-1156662aa4602109 --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-4045d5b5721477a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53542026-09-07T00:00:38.684Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
53552026-09-07T00:00:38.687Z Running `/home/build/.rustup/toolchains/1.98.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=0eb01c98353b4563 -C extra-filename=-3ba6658f533a8348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8ddafa6b7fc482e4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53562026-09-07T00:00:38.688Z Running `/home/build/.rustup/toolchains/1.98.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=b0ab3aa0b3d93c52 -C extra-filename=-e9f36ba8eca321b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6dcf76f1cfb3077c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53572026-09-07T00:00:38.762Z Running `/home/build/.rustup/toolchains/1.98.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=b88376e425630306 -C extra-filename=-03bd84f18584520a --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-4506cdb5ecbeb1b9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53582026-09-07T00:00:38.977Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53592026-09-07T00:00:38.977Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/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=2221bfa91309e09b -C extra-filename=-6814f89863ead773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-764114304c35074e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-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-ed787a46450ffd14/out`
53602026-09-07T00:00:39.021Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
53612026-09-07T00:00:39.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=280634732a6c9f24 -C extra-filename=-186ec38d8d2caaed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-d4bf4324b474abda.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53622026-09-07T00:00:39.223Z Running `/home/build/.rustup/toolchains/1.98.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=67a03f9dea59936b -C extra-filename=-24cf764de0abc4e6 --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-4506cdb5ecbeb1b9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53632026-09-07T00:00:39.253Z Running `/home/build/.rustup/toolchains/1.98.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=d335bb69f5c457d1 -C extra-filename=-5d17a64d37794796 --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-111dcf7fcda33dc3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53642026-09-07T00:00:39.292Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53652026-09-07T00:00:39.295Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/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=9afa4db59313fc36 -C extra-filename=-15e6f9a03eb832c7 --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-6814f89863ead773.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-b324aeafdf511cc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-648c3d2583127c16.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-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-ed787a46450ffd14/out`
53662026-09-07T00:00:39.403Z Running `/home/build/.rustup/toolchains/1.98.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=be660746fbd9a6fb -C extra-filename=-ed95f5b405ecde85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53672026-09-07T00:00:39.554Z Running `/home/build/.rustup/toolchains/1.98.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=8b01c2902aa8233a -C extra-filename=-1ca582ce7241883d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-099e10c72e7b8a3b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53682026-09-07T00:00:39.590Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
53692026-09-07T00:00:39.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name corpus_adjust --edition=2024 dev-tools/corpus-adjust/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=027e22d32acc514d -C extra-filename=-237debf777df4fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53702026-09-07T00:00:39.693Z Running `/home/build/.rustup/toolchains/1.98.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=e20100d16761e1d8 -C extra-filename=-a32fab96073fd1ef --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-4eacd590ea2a1149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53712026-09-07T00:00:39.809Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
53722026-09-07T00:00:39.813Z Running `/home/build/.rustup/toolchains/1.98.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=d8324c262836052d -C extra-filename=-39d51a528dcf4491 --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-24a0db975563501f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53732026-09-07T00:00:39.843Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
53742026-09-07T00:00:39.846Z Running `/home/build/.rustup/toolchains/1.98.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=0f0cb652a8ec39b1 -C extra-filename=-83dceb9ea646b5ec --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-ea78eef5842af700.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53752026-09-07T00:00:40.273Z Running `/home/build/.rustup/toolchains/1.98.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=6d8defa66e0d2d60 -C extra-filename=-2747b480bc772a27 --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-ea78eef5842af700.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e8fde56c4960c1ff.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53762026-09-07T00:00:40.314Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
53772026-09-07T00:00:40.318Z Running `/home/build/.rustup/toolchains/1.98.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=15dfdaa5fcedea6d -C extra-filename=-7c4b53f0c4a0679f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53782026-09-07T00:00:40.354Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
53792026-09-07T00:00:40.359Z Running `/home/build/.rustup/toolchains/1.98.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=04a69fff5cc86631 -C extra-filename=-11c888349275b7f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53802026-09-07T00:00:40.447Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
53812026-09-07T00:00:40.451Z Running `/home/build/.rustup/toolchains/1.98.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=2c0604e6e47f14ef -C extra-filename=-bf1663ebbf1decea --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-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53822026-09-07T00:00:40.488Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
53832026-09-07T00:00:40.492Z Running `/home/build/.rustup/toolchains/1.98.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=c13d4a697d5a9512 -C extra-filename=-298ce84289e33ca1 --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-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53842026-09-07T00:00:40.547Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
53852026-09-07T00:00:40.550Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-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=7821adad027cb117 -C extra-filename=-c0a4ac84b4c02368 --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-4f460236f1fd8f53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53862026-09-07T00:00:40.604Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
53872026-09-07T00:00:40.608Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=131449107ba4ba7e -C extra-filename=-ac3d3c9eaf3c5281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53882026-09-07T00:00:40.821Z Running `/home/build/.rustup/toolchains/1.98.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=64497c3386479b1f -C extra-filename=-255d02f7406ca6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2747b480bc772a27.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53892026-09-07T00:00:40.863Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
53902026-09-07T00:00:40.866Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
53912026-09-07T00:00:40.866Z Running `/home/build/.rustup/toolchains/1.98.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=2008813e718d0bd1 -C extra-filename=-de5a721403e268bb --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-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53922026-09-07T00:00:40.866Z Running `/home/build/.rustup/toolchains/1.98.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=988a82ae940451d4 -C extra-filename=-8c73efb4e6a7d4a9 --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-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53932026-09-07T00:00:40.939Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53942026-09-07T00:00:40.942Z Running `/home/build/.rustup/toolchains/1.98.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=25c98a75d8a4f5ed -C extra-filename=-eeaf932562b660a4 --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-24a0db975563501f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53952026-09-07T00:00:40.943Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
53962026-09-07T00:00:40.978Z Running `/home/build/.rustup/toolchains/1.98.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=2f69d9161f36cddf -C extra-filename=-41a96011d37a9b6f --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-369847ab087cf11d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53972026-09-07T00:00:41.014Z Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
53982026-09-07T00:00:41.019Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4734f7c0d8d63c7 -C extra-filename=-476baf63dc26bacd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rmeta --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53992026-09-07T00:00:41.125Z Running `/home/build/.rustup/toolchains/1.98.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=63600fd9270e7633 -C extra-filename=-8141b5f198cda2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54002026-09-07T00:00:41.264Z Running `/home/build/.rustup/toolchains/1.98.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=aea0833651acbec0 -C extra-filename=-8bd2ca432211ac23 --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-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54012026-09-07T00:00:41.274Z Running `/home/build/.rustup/toolchains/1.98.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=9fde41257e94cc81 -C extra-filename=-5b3d2276ee7737c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54022026-09-07T00:00:41.325Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-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=0e4ab704c32efeae -C extra-filename=-2a992998368bd16c --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-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54032026-09-07T00:00:41.399Z Running `/home/build/.rustup/toolchains/1.98.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=f3342cd0463b7471 -C extra-filename=-5be5d0e964451505 --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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54042026-09-07T00:00:41.538Z Running `/home/build/.rustup/toolchains/1.98.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=bb238d8e8d6d48ac -C extra-filename=-41a177d4e9f8d074 --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-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54052026-09-07T00:00:41.545Z Running `/home/build/.rustup/toolchains/1.98.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=fb22e0f40b16c57d -C extra-filename=-e879fb023031444f --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-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54062026-09-07T00:00:41.552Z Running `/home/build/.rustup/toolchains/1.98.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=5033262a474c3489 -C extra-filename=-335b98211c5c43fb --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-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54072026-09-07T00:00:41.556Z Running `/home/build/.rustup/toolchains/1.98.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=5def39c4385937e7 -C extra-filename=-32359f3f53ee1e7a --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-24a0db975563501f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54082026-09-07T00:00:41.639Z Running `/home/build/.rustup/toolchains/1.98.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=61a20d6c27fe2cc6 -C extra-filename=-1510430fb12a057b --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-24a0db975563501f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54092026-09-07T00:00:41.877Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
54102026-09-07T00:00:41.880Z Running `/home/build/.rustup/toolchains/1.98.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=7dd0ef9ba3f913c2 -C extra-filename=-32c7097903846b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54112026-09-07T00:00:41.935Z Running `/home/build/.rustup/toolchains/1.98.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=a52c2376cd10d8ec -C extra-filename=-ec939b9eb4d65e4a --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-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54122026-09-07T00:00:42.012Z Running `/home/build/.rustup/toolchains/1.98.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=2ac53861d487ea56 -C extra-filename=-271be88d83663e9e --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-369847ab087cf11d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54132026-09-07T00:00:42.092Z Running `/home/build/.rustup/toolchains/1.98.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=30aa56ec9d65e2a4 -C extra-filename=-0021c114f826502a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7c4b53f0c4a0679f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54142026-09-07T00:00:42.096Z Running `/home/build/.rustup/toolchains/1.98.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=6b0709b46156be3a -C extra-filename=-da1610b7f3716279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-84d3b63beb259fcc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54152026-09-07T00:00:42.182Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
54162026-09-07T00:00:42.185Z Running `/home/build/.rustup/toolchains/1.98.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=361ba47fea66ff89 -C extra-filename=-8a3572549d993c17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54172026-09-07T00:00:42.295Z Running `/home/build/.rustup/toolchains/1.98.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=0146cf666a198ce1 -C extra-filename=-3a68b42c43e6113e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54182026-09-07T00:00:42.353Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
54192026-09-07T00:00:42.386Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/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=340ce0a24b7f7ed1 -C extra-filename=-9d49152b6469f103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54202026-09-07T00:00:42.545Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
54212026-09-07T00:00:42.548Z Running `/home/build/.rustup/toolchains/1.98.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=e82771d4f6b2f177 -C extra-filename=-3213bdadf9ebf5a1 --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-ea78eef5842af700.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-255d02f7406ca6f2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2747b480bc772a27.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54222026-09-07T00:00:42.783Z Running `/home/build/.rustup/toolchains/1.98.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=f6515c562d0b52f4 -C extra-filename=-be2cd3ff8e218231 --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-ea78eef5842af700.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-255d02f7406ca6f2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2747b480bc772a27.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54232026-09-07T00:00:42.850Z Running `/home/build/.rustup/toolchains/1.98.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=6bae48963e5abded -C extra-filename=-aebecdf511a32065 --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-aea237dd1abc5aa3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54242026-09-07T00:00:42.953Z Running `/home/build/.rustup/toolchains/1.98.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=e6a3e7a030b6bc93 -C extra-filename=-9945ae895863a200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54252026-09-07T00:00:42.991Z Running `/home/build/.rustup/toolchains/1.98.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=0d2a9beb96e29b0c -C extra-filename=-0d4ce3b7aeb86e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-32c7097903846b68.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54262026-09-07T00:00:43.031Z Running `/home/build/.rustup/toolchains/1.98.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=b68c73d15db50c1c -C extra-filename=-096064acf28f7631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54272026-09-07T00:00:43.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b558668efbdc986e -C extra-filename=-05922349cdade85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54282026-09-07T00:00:43.226Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
54292026-09-07T00:00:43.260Z Running `/home/build/.rustup/toolchains/1.98.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=cc195a86e95a2467 -C extra-filename=-4a6893deee6204ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54302026-09-07T00:00:43.530Z Running `/home/build/.rustup/toolchains/1.98.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=e34a575143e4183a -C extra-filename=-9e925136f5710d71 --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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54312026-09-07T00:00:43.530Z Running `/home/build/.rustup/toolchains/1.98.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=dc1f7827ebe15e23 -C extra-filename=-0370458c46b8f92d --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-3691007ff0584b58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-171fcd5148727c91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54322026-09-07T00:00:43.672Z Running `/home/build/.rustup/toolchains/1.98.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=4641717e5dcf9bb5 -C extra-filename=-e66b4f7e04b99ab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54332026-09-07T00:00:43.707Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30a310fcaa90e45c -C extra-filename=-8c5d3c42c3b91dd9 --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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54342026-09-07T00:00:43.778Z Running `/home/build/.rustup/toolchains/1.98.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=ee408a70447b2557 -C extra-filename=-8b32bc9cda655396 --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-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54352026-09-07T00:00:44.158Z Running `/home/build/.rustup/toolchains/1.98.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=6c61e6638efd83e0 -C extra-filename=-2fe70e2f9d583714 --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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54362026-09-07T00:00:44.362Z Running `/home/build/.rustup/toolchains/1.98.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=b75c761ca503fc0f -C extra-filename=-4496e21d324f467c --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-4f460236f1fd8f53.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54372026-09-07T00:00:44.366Z Running `/home/build/.rustup/toolchains/1.98.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=6e22e8397935fe00 -C extra-filename=-b7ba8e1f38400f55 --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-47cd8f8dc9e7b1a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54382026-09-07T00:00:44.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b94f712d916145e -C extra-filename=-b0355a501bbb75da --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-ea78eef5842af700.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54392026-09-07T00:00:44.434Z Running `/home/build/.rustup/toolchains/1.98.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=bdaecbb6c74ce588 -C extra-filename=-dc217d46f5a8d55c --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-1e0124cd6fc62769.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54402026-09-07T00:00:45.057Z Running `/home/build/.rustup/toolchains/1.98.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 --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2c3064df11b8f6ec -C extra-filename=-94b0e049651662ac --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-ea78eef5842af700.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-d95b50b5c6c84a13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54412026-09-07T00:00:45.330Z Running `/home/build/.rustup/toolchains/1.98.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=6156674890a00eb7 -C extra-filename=-ff015c234d0eb92b --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-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54422026-09-07T00:00:45.661Z Running `/home/build/.rustup/toolchains/1.98.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=53152bcf0490767f -C extra-filename=-be2d771ee9024180 --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-cec375fe56ae7184.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54432026-09-07T00:00:45.975Z Running `/home/build/.rustup/toolchains/1.98.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=4c2ce8b47f7a8517 -C extra-filename=-529ade28e37a7615 --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-c6a4a62171fb5249.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54442026-09-07T00:00:46.069Z Running `/home/build/.rustup/toolchains/1.98.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=3db29990e644e6d1 -C extra-filename=-f8729589b3fb80e2 --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-ea78eef5842af700.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54452026-09-07T00:00:46.161Z Running `/home/build/.rustup/toolchains/1.98.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=495c8e1e4ce541ba -C extra-filename=-ad762298bf60b2ee --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54462026-09-07T00:00:46.234Z Running `/home/build/.rustup/toolchains/1.98.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=2bf1f19ed01b4ff8 -C extra-filename=-f4cabbc919d70afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54472026-09-07T00:00:46.239Z Running `/home/build/.rustup/toolchains/1.98.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=f29f2b547d477eb2 -C extra-filename=-9d2aef0ed91e67be --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-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54482026-09-07T00:00:46.436Z Running `/home/build/.rustup/toolchains/1.98.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=623a5d0aaec228cf -C extra-filename=-2f3f86bcbb7c5185 --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-1e0124cd6fc62769.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54492026-09-07T00:00:46.499Z Running `/home/build/.rustup/toolchains/1.98.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=58ed3505b92c4e51 -C extra-filename=-660a2956fbd54cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41ac2d17202de6c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54502026-09-07T00:00:46.534Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
54512026-09-07T00:00:46.537Z Running `/home/build/.rustup/toolchains/1.98.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=3fadb5bd6472d838 -C extra-filename=-630aedb0d4c250c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54522026-09-07T00:00:46.582Z Running `/home/build/.rustup/toolchains/1.98.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=f1fa29f69bcabecc -C extra-filename=-d4eadde35e6b5ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54532026-09-07T00:00:46.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=515f44d2755fffcd -C extra-filename=-fae6f12328aa1413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54542026-09-07T00:00:46.821Z Running `/home/build/.rustup/toolchains/1.98.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=83f0d5c01252bdae -C extra-filename=-35b8614406c5c56c --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-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54552026-09-07T00:00:46.917Z Running `/home/build/.rustup/toolchains/1.98.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=c7b92898cab48d12 -C extra-filename=-53f2c5eaee575779 --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-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54562026-09-07T00:00:46.953Z Running `/home/build/.rustup/toolchains/1.98.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=4bff7b985dd892c6 -C extra-filename=-5ad3156513eb4e17 --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-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54572026-09-07T00:00:47.187Z Running `/home/build/.rustup/toolchains/1.98.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=e68bb75f61ca0e03 -C extra-filename=-318bd79500c56b3a --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-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54582026-09-07T00:00:47.392Z Running `/home/build/.rustup/toolchains/1.98.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=e66a132ee29db585 -C extra-filename=-633442f170233d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54592026-09-07T00:00:47.428Z Running `/home/build/.rustup/toolchains/1.98.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=9b5fd1f15ba9a089 -C extra-filename=-23e868ae688891b1 --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-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54602026-09-07T00:00:47.463Z Running `/home/build/.rustup/toolchains/1.98.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=90b97c1ae48b1679 -C extra-filename=-642abecd72bba466 --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-ddef13110ccf1ec1.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54612026-09-07T00:00:47.663Z Running `/home/build/.rustup/toolchains/1.98.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=27ffa2a337c9d679 -C extra-filename=-6303ffdc41367474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54622026-09-07T00:00:47.721Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81a0ea66346b314 -C extra-filename=-a15df8a513704311 --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-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54632026-09-07T00:00:47.759Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/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=8dc1b1a32dbfd458 -C extra-filename=-c1e417754f630ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_proxy=/work/oxidecomputer/omicron/target/debug/deps/libsush_proxy-476baf63dc26bacd.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54642026-09-07T00:00:48.223Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfb8bb0f39122624 -C extra-filename=-024b5ddaca002a1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54652026-09-07T00:00:48.282Z Running `/home/build/.rustup/toolchains/1.98.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=f08c6012fb5d6c11 -C extra-filename=-8960eb6c97544192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54662026-09-07T00:00:48.321Z Running `/home/build/.rustup/toolchains/1.98.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=20398a9b9c9f0be0 -C extra-filename=-b2efe035e364b415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54672026-09-07T00:00:48.430Z Running `/home/build/.rustup/toolchains/1.98.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=c19e9e552a982afe -C extra-filename=-41c8117271162046 --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-ea78eef5842af700.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54682026-09-07T00:00:48.502Z Running `/home/build/.rustup/toolchains/1.98.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=bd0ee376239b9d25 -C extra-filename=-4d9b001738ee8389 --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-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54692026-09-07T00:00:48.507Z Running `/home/build/.rustup/toolchains/1.98.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=dd4da937adb0092c -C extra-filename=-d4ffe8167515860a --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-bb74a95d46416a86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54702026-09-07T00:00:48.559Z Running `/home/build/.rustup/toolchains/1.98.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=4cc50c2a1cdb19ac -C extra-filename=-da8e1698ee9eba7b --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-1e0124cd6fc62769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54712026-09-07T00:00:48.596Z Running `/home/build/.rustup/toolchains/1.98.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=3f3ad541f5b18dec -C extra-filename=-c90024c1e2d22fef --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-ea78eef5842af700.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54722026-09-07T00:00:48.776Z Running `/home/build/.rustup/toolchains/1.98.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=97bd40b7799ae6fa -C extra-filename=-1bbf498dca5e1474 --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54732026-09-07T00:00:50.283Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
54742026-09-07T00:00:50.287Z Running `/home/build/.rustup/toolchains/1.98.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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=89097ddc0f55df82 -C extra-filename=-a46b5db08b9d6fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54752026-09-07T00:00:50.510Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
54762026-09-07T00:00:50.510Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-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=4252445ab2ec6929 -C extra-filename=-a0f718430787704f --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-9c6f6788cbcd9103.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54772026-09-07T00:00:50.544Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
54782026-09-07T00:00:50.549Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eec7d24ac9f569b4 -C extra-filename=-3969eaa8b9786cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54792026-09-07T00:00:50.587Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
54802026-09-07T00:00:50.592Z Running `/home/build/.rustup/toolchains/1.98.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=84389f553dba132f -C extra-filename=-e2d33e96f24d4ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7c4b53f0c4a0679f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3213bdadf9ebf5a1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54812026-09-07T00:00:50.629Z Running `/home/build/.rustup/toolchains/1.98.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=8c87b51e77540227 -C extra-filename=-cc9fec084052b974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7c4b53f0c4a0679f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3213bdadf9ebf5a1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54822026-09-07T00:00:51.085Z Running `/home/build/.rustup/toolchains/1.98.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=bd5cb66dadb4614e -C extra-filename=-11f10ee5805e9f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54832026-09-07T00:00:51.479Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
54842026-09-07T00:00:51.479Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
54852026-09-07T00:00:51.484Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
54862026-09-07T00:00:51.484Z Running `/home/build/.rustup/toolchains/1.98.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=ac8cf8a0270dc3d7 -C extra-filename=-d2abb079d16c5020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ --check-cfg 'cfg(svcadm_autoclear)'`
54872026-09-07T00:00:51.484Z Running `/home/build/.rustup/toolchains/1.98.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=f53d63e6d36abe36 -C extra-filename=-1d6c7e81b9c9396e --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-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54882026-09-07T00:00:51.486Z Running `/home/build/.rustup/toolchains/1.98.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=f773e0bc4ca12a6f -C extra-filename=-dddb699f08e95640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54892026-09-07T00:00:51.486Z Running `/home/build/.rustup/toolchains/1.98.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=b8c75a6d7a637b31 -C extra-filename=-9b9007267e30ca89 --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-a1d5060e0d2baf84.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54902026-09-07T00:00:52.933Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
54912026-09-07T00:00:52.938Z Running `/home/build/.rustup/toolchains/1.98.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=945f1bbcea0b6d19 -C extra-filename=-007eccb5652a4769 --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-a1d5060e0d2baf84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54922026-09-07T00:00:53.471Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
54932026-09-07T00:00:53.475Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-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=528833d5bfb982d2 -C extra-filename=-3d31555bf29d1a99 --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-ea78eef5842af700.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54942026-09-07T00:00:53.659Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
54952026-09-07T00:00:53.662Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-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=f869ec56f5b485b7 -C extra-filename=-9ca96d2be25cb9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54962026-09-07T00:00:53.734Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
54972026-09-07T00:00:53.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-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=dd1c7ed6a64913be -C extra-filename=-ddac014581b16a07 --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-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54982026-09-07T00:00:53.850Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
54992026-09-07T00:00:53.853Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-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=986e5aa98c12a402 -C extra-filename=-46102caf4323e85d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55002026-09-07T00:00:54.173Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
55012026-09-07T00:00:54.177Z Running `/home/build/.rustup/toolchains/1.98.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=9fe47d5a341e0738 -C extra-filename=-e7c02627a2a731b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55022026-09-07T00:00:54.306Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55032026-09-07T00:00:54.310Z Running `/home/build/.rustup/toolchains/1.98.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=3971a33b00f206ee -C extra-filename=-408f119184329cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-25cae5acaa8bdd94.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55042026-09-07T00:00:54.432Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
55052026-09-07T00:00:54.436Z Running `/home/build/.rustup/toolchains/1.98.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=bdeb6c25d14235d8 -C extra-filename=-37f71be8022c4471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8ddafa6b7fc482e4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55062026-09-07T00:00:54.542Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
55072026-09-07T00:00:54.592Z Running `/home/build/.rustup/toolchains/1.98.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="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=f8336425f2404d7a -C extra-filename=-582c3a4155e020a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55082026-09-07T00:00:54.784Z Running `/home/build/.rustup/toolchains/1.98.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=dddb5387abccfc5b -C extra-filename=-c6969511dfbadf74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-122bbcebd08fc6b4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55092026-09-07T00:00:54.868Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
55102026-09-07T00:00:54.879Z Running `/home/build/.rustup/toolchains/1.98.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=2c23a829103bb5d2 -C extra-filename=-6aadf3d1c8c1ed1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55112026-09-07T00:00:54.963Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-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=8d847f615fa6eb16 -C extra-filename=-31f4cb8949e3ae0f --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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55122026-09-07T00:00:55.290Z Running `/home/build/.rustup/toolchains/1.98.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=00dcfa5b2b4309fd -C extra-filename=-83ba76b4d9fd8854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55132026-09-07T00:00:55.548Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55142026-09-07T00:00:55.552Z Running `/home/build/.rustup/toolchains/1.98.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=dcce1aef1471852f -C extra-filename=-b1b9c0aacdfbc656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55152026-09-07T00:00:55.590Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
55162026-09-07T00:00:55.594Z Running `/home/build/.rustup/toolchains/1.98.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=986c66b4e596a0ec -C extra-filename=-53e24726efc14ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55172026-09-07T00:00:55.626Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-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=9c7b4267c9f40e15 -C extra-filename=-6eb8e62e3780fbde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55182026-09-07T00:00:55.632Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-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=67d79ae234088239 -C extra-filename=-2b52da505d8b5d71 --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-ea78eef5842af700.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55192026-09-07T00:00:55.903Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
55202026-09-07T00:00:55.907Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=343cb1f20218c0bb -C extra-filename=-e2fe93ff29cc6b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55212026-09-07T00:00:55.995Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
55222026-09-07T00:00:55.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=052a59c6d9cd724c -C extra-filename=-9ffb95a06ce1a227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0d27ab7294fdee59.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55232026-09-07T00:00:56.031Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55242026-09-07T00:00:56.034Z Running `/home/build/.rustup/toolchains/1.98.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=2b28b11f676b60da -C extra-filename=-cbaaba2a981facf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55252026-09-07T00:00:56.067Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
55262026-09-07T00:00:56.070Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed4ebf91ab94215a -C extra-filename=-d23898ab39a9ca85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55272026-09-07T00:00:56.214Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
55282026-09-07T00:00:56.218Z Running `/home/build/.rustup/toolchains/1.98.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=8adbfc8a93062307 -C extra-filename=-d7e4632a958ebf72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55292026-09-07T00:00:56.324Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
55302026-09-07T00:00:56.325Z Running `/home/build/.rustup/toolchains/1.98.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=d628ec7129523b2b -C extra-filename=-a5accae95ebf5f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55312026-09-07T00:00:56.488Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
55322026-09-07T00:00:56.499Z Running `/home/build/.rustup/toolchains/1.98.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=9afb63a1a163343f -C extra-filename=-2f3cbf4ca5ef389e --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-369847ab087cf11d.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55332026-09-07T00:00:56.567Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
55342026-09-07T00:00:56.572Z Running `/home/build/.rustup/toolchains/1.98.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=3f32e7d7fb3e5dec -C extra-filename=-1fe2746d8dc15b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55352026-09-07T00:00:56.606Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
55362026-09-07T00:00:56.645Z Running `/home/build/.rustup/toolchains/1.98.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=50121017e43b6732 -C extra-filename=-e045ed6cd60d495c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55372026-09-07T00:00:56.672Z Running `/home/build/.rustup/toolchains/1.98.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=2b120e157f2922af -C extra-filename=-692df76d19d2023c --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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55382026-09-07T00:00:56.715Z Running `/home/build/.rustup/toolchains/1.98.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=ed604480f50c5b98 -C extra-filename=-2229447671daf3dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55392026-09-07T00:00:56.767Z Running `/home/build/.rustup/toolchains/1.98.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=6aa589d08c026c74 -C extra-filename=-d1c52c11964a359d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55402026-09-07T00:00:56.825Z Running `/home/build/.rustup/toolchains/1.98.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=614eca60b873e8d2 -C extra-filename=-9e520183a6b1048c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55412026-09-07T00:00:56.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f3b0592c944441a -C extra-filename=-da126eb163bd71d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55422026-09-07T00:00:57.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38201ddceff0bf54 -C extra-filename=-9c622021b6bcbb4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55432026-09-07T00:00:57.126Z Running `/home/build/.rustup/toolchains/1.98.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=2695e1d7f50b48f1 -C extra-filename=-0bdcfa76e90e1119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55442026-09-07T00:00:57.320Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
55452026-09-07T00:00:57.324Z Running `/home/build/.rustup/toolchains/1.98.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=53e0d70b41a4c18d -C extra-filename=-f3f6ea490611a8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55462026-09-07T00:00:57.435Z Running `/home/build/.rustup/toolchains/1.98.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=631111ae38ffaf2e -C extra-filename=-a5ac06d41a251474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8ddafa6b7fc482e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55472026-09-07T00:00:57.660Z Running `/home/build/.rustup/toolchains/1.98.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="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=6a6dc5a3fa6f1d04 -C extra-filename=-33f51ada8b9d8a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55482026-09-07T00:00:57.862Z Running `/home/build/.rustup/toolchains/1.98.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=d51832530c37b689 -C extra-filename=-2d09cd993aeccf1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55492026-09-07T00:00:57.946Z Running `/home/build/.rustup/toolchains/1.98.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=8091d5d64221005d -C extra-filename=-f6926872b9dd66ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-53e24726efc14ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55502026-09-07T00:00:58.081Z Running `/home/build/.rustup/toolchains/1.98.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=f276ba5d00d84626 -C extra-filename=-52714d0de0950eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-6aadf3d1c8c1ed1e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55512026-09-07T00:00:58.235Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-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=31824848bb43bfe6 -C extra-filename=-32eb873218c14333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55522026-09-07T00:00:58.380Z Running `/home/build/.rustup/toolchains/1.98.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=c6f9756fdd8e7f79 -C extra-filename=-5dc72cf46d550894 --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-a1d5060e0d2baf84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55532026-09-07T00:00:58.384Z Running `/home/build/.rustup/toolchains/1.98.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=c4fe6de68177f7a5 -C extra-filename=-65e41c775d102375 --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-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55542026-09-07T00:00:58.606Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
55552026-09-07T00:00:58.611Z Running `/home/build/.rustup/toolchains/1.98.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=81c4f9c8f7d1aeee -C extra-filename=-effc2c2805c1a50d --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-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55562026-09-07T00:00:58.713Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a16a439b5e0a99e -C extra-filename=-8461c08361f8272a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55572026-09-07T00:00:58.747Z Running `/home/build/.rustup/toolchains/1.98.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 --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7eaac98bf9e7fb75 -C extra-filename=-92da7f8bfec51eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55582026-09-07T00:00:58.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-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=f705c85efa3c39e8 -C extra-filename=-b3a73b574f0fa6e3 --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-9c6f6788cbcd9103.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55592026-09-07T00:00:59.017Z Running `/home/build/.rustup/toolchains/1.98.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=1dad8592343b5b51 -C extra-filename=-4b56947dad6a0647 --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-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55602026-09-07T00:00:59.447Z Running `/home/build/.rustup/toolchains/1.98.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=7ffd01037dedf002 -C extra-filename=-0ea90e2fb8836f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55612026-09-07T00:01:00.021Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
55622026-09-07T00:01:00.021Z Running `/home/build/.rustup/toolchains/1.98.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=04f599edec589c40 -C extra-filename=-eb84a5a8d3e979ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55632026-09-07T00:01:00.103Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
55642026-09-07T00:01:00.108Z Running `/home/build/.rustup/toolchains/1.98.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=0f68e941f0764408 -C extra-filename=-6fff4a5cff4ed8ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55652026-09-07T00:01:00.338Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55662026-09-07T00:01:00.342Z Running `/home/build/.rustup/toolchains/1.98.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=c8bf8e991dc635fe -C extra-filename=-84a37082c0117b95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55672026-09-07T00:01:00.968Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55682026-09-07T00:01:00.968Z Running `/home/build/.rustup/toolchains/1.98.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=d342267d4a21a3a4 -C extra-filename=-d711542c5b104539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55692026-09-07T00:01:01.004Z Running `/home/build/.rustup/toolchains/1.98.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=503553dc44286e5b -C extra-filename=-499637640339f4d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55702026-09-07T00:01:01.376Z Running `/home/build/.rustup/toolchains/1.98.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=873f7be28ef4c443 -C extra-filename=-5558d5bc7827e924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55712026-09-07T00:01:01.563Z Running `/home/build/.rustup/toolchains/1.98.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=0e9dac71e5d4c183 -C extra-filename=-ea24d1f1c787c084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55722026-09-07T00:01:02.006Z Running `/home/build/.rustup/toolchains/1.98.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=2a41bdf495ce52be -C extra-filename=-278f4bf156e46162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55732026-09-07T00:01:02.011Z Running `/home/build/.rustup/toolchains/1.98.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=61cf3e8a480abdf8 -C extra-filename=-32285089a6b7bc3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55742026-09-07T00:01:02.011Z Running `/home/build/.rustup/toolchains/1.98.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=5796c84f85041931 -C extra-filename=-5cd9c4656fe673f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55752026-09-07T00:01:02.931Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55762026-09-07T00:01:02.935Z Running `/home/build/.rustup/toolchains/1.98.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=a5406397c028c6df -C extra-filename=-cbc2d23ceb356bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55772026-09-07T00:01:03.595Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
55782026-09-07T00:01:03.599Z Running `/home/build/.rustup/toolchains/1.98.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=ab5f35681e0cf5b2 -C extra-filename=-90dd41c08aa5ff2a --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-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55792026-09-07T00:01:04.642Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
55802026-09-07T00:01:04.646Z Running `/home/build/.rustup/toolchains/1.98.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=1435e1afdb0cf27d -C extra-filename=-2b56528c574aa654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55812026-09-07T00:01:05.152Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
55822026-09-07T00:01:05.155Z Running `/home/build/.rustup/toolchains/1.98.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=5e62455d622b3b12 -C extra-filename=-ed20b0c7e8d6274d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55832026-09-07T00:01:05.488Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
55842026-09-07T00:01:05.492Z Running `/home/build/.rustup/toolchains/1.98.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=c20075812569f329 -C extra-filename=-b7b7f14b49e5c920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55852026-09-07T00:01:05.572Z Running `/home/build/.rustup/toolchains/1.98.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=d2f0e8f42f420d6e -C extra-filename=-338fdbc22106376c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55862026-09-07T00:01:05.576Z Running `/home/build/.rustup/toolchains/1.98.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=99f7021f0934e312 -C extra-filename=-9f4ed3019083af9e --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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55872026-09-07T00:01:07.347Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
55882026-09-07T00:01:07.351Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-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=8712701e23293c72 -C extra-filename=-6aa1ef53cdf22d8b --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-a1d5060e0d2baf84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55892026-09-07T00:01:08.503Z Running `/home/build/.rustup/toolchains/1.98.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=9733f8dd76c485b6 -C extra-filename=-d52b5cb5dc960b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55902026-09-07T00:01:08.507Z Running `/home/build/.rustup/toolchains/1.98.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=8c4a6a812f5d6848 -C extra-filename=-8d09ffd37a6b15ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55912026-09-07T00:01:08.507Z Running `/home/build/.rustup/toolchains/1.98.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=9a11dc5eb2f36dea -C extra-filename=-324a08166e3aa786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55922026-09-07T00:01:08.539Z Running `/home/build/.rustup/toolchains/1.98.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=718ef35433ab4a27 -C extra-filename=-0c641582b73b9397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55932026-09-07T00:01:08.543Z Running `/home/build/.rustup/toolchains/1.98.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=f19192a2ac1ea920 -C extra-filename=-35c10698a1dc03fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ed20b0c7e8d6274d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55942026-09-07T00:01:08.543Z Running `/home/build/.rustup/toolchains/1.98.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=2e203978b478cd24 -C extra-filename=-1ce10ff483f64beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ed20b0c7e8d6274d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55952026-09-07T00:01:12.526Z Running `/home/build/.rustup/toolchains/1.98.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=77b3bd050c8a7dde -C extra-filename=-86270e7829705fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d711542c5b104539.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55962026-09-07T00:01:12.989Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-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=4c028ca9b5da74b6 -C extra-filename=-46d0533d98abd0f3 --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-a1d5060e0d2baf84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55972026-09-07T00:01:14.170Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55982026-09-07T00:01:14.170Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55992026-09-07T00:01:14.170Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
56002026-09-07T00:01:14.175Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
56012026-09-07T00:01:14.175Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
56022026-09-07T00:01:14.175Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
56032026-09-07T00:01:14.175Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
56042026-09-07T00:01:14.175Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56052026-09-07T00:01:14.175Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
56062026-09-07T00:01:14.175Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
56072026-09-07T00:01:14.175Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56082026-09-07T00:01:14.175Z Running `/home/build/.rustup/toolchains/1.98.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=a7e9fdbfe8b3029a -C extra-filename=-6747c7053046f656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56092026-09-07T00:01:14.175Z Running `/home/build/.rustup/toolchains/1.98.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=ff3a9df508fb0527 -C extra-filename=-6f277ce8179d1145 --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-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56102026-09-07T00:01:14.202Z Running `/home/build/.rustup/toolchains/1.98.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=d11f1e3b7ea8f90b -C extra-filename=-d8ad8556b1608688 --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-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56112026-09-07T00:01:14.207Z Running `/home/build/.rustup/toolchains/1.98.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=996bb8739af21aa6 -C extra-filename=-999ec7c578a04f30 --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-4f460236f1fd8f53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56122026-09-07T00:01:14.207Z Running `/home/build/.rustup/toolchains/1.98.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=b63ad08ad60c6586 -C extra-filename=-0aeb82d85c6ed20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56132026-09-07T00:01:14.207Z Running `/home/build/.rustup/toolchains/1.98.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=933cc7dad7fca675 -C extra-filename=-253c85e3f4eec550 --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56142026-09-07T00:01:14.207Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fb4b480871d10c8 -C extra-filename=-2a2b4fdac810be24 --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-a1d5060e0d2baf84.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56152026-09-07T00:01:14.234Z Running `/home/build/.rustup/toolchains/1.98.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=4f7bb9914b18bf68 -C extra-filename=-569903469f69ebf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56162026-09-07T00:01:14.239Z Running `/home/build/.rustup/toolchains/1.98.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=c087d973704e6d76 -C extra-filename=-e5c1e3f4e2082fc6 --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-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56172026-09-07T00:01:14.239Z Running `/home/build/.rustup/toolchains/1.98.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=f873c80aa4475d9b -C extra-filename=-d064529dd67b5000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56182026-09-07T00:01:14.240Z Running `/home/build/.rustup/toolchains/1.98.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=7eaa6219ff736204 -C extra-filename=-8f790ae5a5b08216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56192026-09-07T00:01:14.242Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-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=0dc4393a7350ead5 -C extra-filename=-1526c975d03b2864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56202026-09-07T00:01:16.266Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56212026-09-07T00:01:16.266Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56222026-09-07T00:01:16.271Z Running `/home/build/.rustup/toolchains/1.98.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=b8145f7eeb8d6304 -C extra-filename=-0d6288aa2274fa18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-a9ce85e1cc0663af.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56232026-09-07T00:01:16.272Z Running `/home/build/.rustup/toolchains/1.98.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=522eff6536312980 -C extra-filename=-01ccc106622cdc0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56242026-09-07T00:01:16.273Z Running `/home/build/.rustup/toolchains/1.98.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=cf2f3a5b5ef6aae0 -C extra-filename=-9f789d6e95f543b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56252026-09-07T00:01:16.441Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56262026-09-07T00:01:16.442Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56272026-09-07T00:01:16.445Z Running `/home/build/.rustup/toolchains/1.98.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=73f8115753ae6e93 -C extra-filename=-1535582f849ee902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56282026-09-07T00:01:16.445Z Running `/home/build/.rustup/toolchains/1.98.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=1e0cee5f56d0dba9 -C extra-filename=-82cdaf8ab8fc6e09 --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-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-c0a4ac84b4c02368.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56292026-09-07T00:01:17.080Z Running `/home/build/.rustup/toolchains/1.98.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=3ee4d836e46ff005 -C extra-filename=-e033a2bbb168a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56302026-09-07T00:01:17.080Z Running `/home/build/.rustup/toolchains/1.98.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=77546fd11fb894a5 -C extra-filename=-576c37956932a0c3 --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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56312026-09-07T00:01:17.085Z Running `/home/build/.rustup/toolchains/1.98.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=44076bc24b9446d0 -C extra-filename=-627716cd535b60cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56322026-09-07T00:01:17.116Z Running `/home/build/.rustup/toolchains/1.98.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=57c34b24f53c0846 -C extra-filename=-1036f0b07ebf7dab --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-4f460236f1fd8f53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56332026-09-07T00:01:17.116Z Running `/home/build/.rustup/toolchains/1.98.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=2150f491ad25bcd2 -C extra-filename=-e3aace7ce2ae7d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-a9ce85e1cc0663af.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56342026-09-07T00:01:17.121Z Running `/home/build/.rustup/toolchains/1.98.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=767906fdef5e052b -C extra-filename=-82b5602d8000eb4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56352026-09-07T00:01:17.121Z Running `/home/build/.rustup/toolchains/1.98.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=34e8b0aa88e52c54 -C extra-filename=-82a68c562edd4b6f --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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56362026-09-07T00:01:17.150Z Running `/home/build/.rustup/toolchains/1.98.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=ac61327a6e1b9d3d -C extra-filename=-eb4b89e34b0d1a3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56372026-09-07T00:01:17.154Z Running `/home/build/.rustup/toolchains/1.98.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=6a3e51534562c45c -C extra-filename=-32b8a6bade4f5017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56382026-09-07T00:01:17.154Z Running `/home/build/.rustup/toolchains/1.98.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=0807f9aa14c4ed05 -C extra-filename=-eabbb9add0de9534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56392026-09-07T00:01:17.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-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=8925865be59e5cfd -C extra-filename=-253aef48b5fc1f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56402026-09-07T00:01:17.466Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
56412026-09-07T00:01:17.469Z Running `/home/build/.rustup/toolchains/1.98.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=2a0327371231e3ac -C extra-filename=-ab9473f8c47cca63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56422026-09-07T00:01:17.813Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
56432026-09-07T00:01:17.816Z Running `/home/build/.rustup/toolchains/1.98.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=b61a0ccefeac3cb5 -C extra-filename=-ee4a8c817551271c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ae3640d53793055.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56442026-09-07T00:01:17.904Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
56452026-09-07T00:01:17.908Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
56462026-09-07T00:01:17.908Z Running `/home/build/.rustup/toolchains/1.98.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=244da38526031aee -C extra-filename=-c8646d2c037e2c83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56472026-09-07T00:01:17.908Z Running `/home/build/.rustup/toolchains/1.98.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=d8cde5f8864376a7 -C extra-filename=-3ca2f11567e5cd74 --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-f36ac586621dabce.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56482026-09-07T00:01:18.631Z Running `/home/build/.rustup/toolchains/1.98.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=fb8348beb94aa68c -C extra-filename=-4b9a2234a8809294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56492026-09-07T00:01:18.635Z Running `/home/build/.rustup/toolchains/1.98.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=0d473c378875e2df -C extra-filename=-bfabc900a34919ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-25cae5acaa8bdd94.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56502026-09-07T00:01:18.636Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/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=6f83a880022d5fbe -C extra-filename=-f42292aec7125b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56512026-09-07T00:01:18.707Z Running `/home/build/.rustup/toolchains/1.98.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=86e0ef70843862f3 -C extra-filename=-1d769e3393838e32 --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-5ec1cd83469ea280.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56522026-09-07T00:01:18.744Z Running `/home/build/.rustup/toolchains/1.98.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=aa1b79c856ba2b5c -C extra-filename=-cc6695d541d4c2b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e045ed6cd60d495c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c60c58b562438251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56532026-09-07T00:01:18.819Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56542026-09-07T00:01:18.822Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
56552026-09-07T00:01:18.856Z Running `/home/build/.rustup/toolchains/1.98.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=7cc04d1b09264fdd -C extra-filename=-187ee24eea704533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56562026-09-07T00:01:18.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_load_test --edition=2024 dev-tools/oximeter-load-test/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=4972d61230588033 -C extra-filename=-355bf44c506fd731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56572026-09-07T00:01:18.896Z Running `/home/build/.rustup/toolchains/1.98.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=a026af70742413dd -C extra-filename=-b6714d2d0b91f642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-3ca2f11567e5cd74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56582026-09-07T00:01:19.279Z Running `/home/build/.rustup/toolchains/1.98.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=30dbd7aecc81c7a8 -C extra-filename=-94f7acc3371393cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-3ca2f11567e5cd74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56592026-09-07T00:01:19.420Z Running `/home/build/.rustup/toolchains/1.98.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=94b24d42afc818a0 -C extra-filename=-c0edcc1538b349e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56602026-09-07T00:01:19.557Z Running `/home/build/.rustup/toolchains/1.98.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=ccf7e560d2dd810b -C extra-filename=-5fb7389be725c905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56612026-09-07T00:01:19.626Z Running `/home/build/.rustup/toolchains/1.98.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=667e3497c7b32a74 -C extra-filename=-42b5701e4641b41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56622026-09-07T00:01:19.661Z Running `/home/build/.rustup/toolchains/1.98.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=7c1327854b6fa9b6 -C extra-filename=-4f9923a1cd24c7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56632026-09-07T00:01:20.055Z Running `/home/build/.rustup/toolchains/1.98.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=cf6dbb7fae134faa -C extra-filename=-2ca2f8003eba8627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56642026-09-07T00:01:20.145Z Running `/home/build/.rustup/toolchains/1.98.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=abb1eeca168be70c -C extra-filename=-73e3cf8c9580c8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56652026-09-07T00:01:20.480Z Running `/home/build/.rustup/toolchains/1.98.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=ddcda8e7783185df -C extra-filename=-85440c523c1f7daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56662026-09-07T00:01:20.690Z Running `/home/build/.rustup/toolchains/1.98.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=5b1ec1a8d9a82ec8 -C extra-filename=-ca4806d380f95ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56672026-09-07T00:01:20.839Z Running `/home/build/.rustup/toolchains/1.98.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=f8ed9db4b44659e1 -C extra-filename=-aa3383612eae33e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56682026-09-07T00:01:20.951Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56692026-09-07T00:01:20.956Z Running `/home/build/.rustup/toolchains/1.98.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=a2d8c0bc78bab864 -C extra-filename=-a7736af2ba5e9ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56702026-09-07T00:01:21.064Z Running `/home/build/.rustup/toolchains/1.98.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=94f01353127976f2 -C extra-filename=-e0dcaedb268e9e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56712026-09-07T00:01:21.099Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
56722026-09-07T00:01:21.103Z Running `/home/build/.rustup/toolchains/1.98.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=b8c11e1dfe2ca036 -C extra-filename=-0c7eddeb382406da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-122bbcebd08fc6b4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-73656225d76b8974.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fadfb9897ceb80ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56732026-09-07T00:01:21.482Z Running `/home/build/.rustup/toolchains/1.98.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=e6f8f848d6c79810 -C extra-filename=-f7eae5ff775a1984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56742026-09-07T00:01:21.518Z Running `/home/build/.rustup/toolchains/1.98.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=e83aa5692dd908a1 -C extra-filename=-2e4cb03f11d11a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56752026-09-07T00:01:21.844Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
56762026-09-07T00:01:21.844Z Running `/home/build/.rustup/toolchains/1.98.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=a85e09627e6d9de9 -C extra-filename=-7e65884d1438a46b --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-369847ab087cf11d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56772026-09-07T00:01:22.136Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
56782026-09-07T00:01:22.139Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-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=3a37d30005d8c1ee -C extra-filename=-5e7b2c2d91f68706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56792026-09-07T00:01:22.176Z Running `/home/build/.rustup/toolchains/1.98.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=da8d306d82e34cb3 -C extra-filename=-a81b709aa46afef8 --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-b38ea0edf80b482b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56802026-09-07T00:01:22.642Z Running `/home/build/.rustup/toolchains/1.98.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=da923e3eccfdfd5e -C extra-filename=-a07033e2dd0b3fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56812026-09-07T00:01:23.097Z Running `/home/build/.rustup/toolchains/1.98.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=0b214e63b1bd1995 -C extra-filename=-b5a26cc3b2e1ae25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56822026-09-07T00:01:23.460Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
56832026-09-07T00:01:23.463Z Running `/home/build/.rustup/toolchains/1.98.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=84c9686496faab1e -C extra-filename=-e5feb86b18c560a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56842026-09-07T00:01:24.103Z Running `/home/build/.rustup/toolchains/1.98.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=d6e5ba5d1c1f413f -C extra-filename=-22fb14f2401d24e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-84d3b63beb259fcc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56852026-09-07T00:01:24.458Z Running `/home/build/.rustup/toolchains/1.98.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=ca93c30881e10f12 -C extra-filename=-9a9e3bd1804c1d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rmeta --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rmeta --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56862026-09-07T00:01:25.382Z Running `/home/build/.rustup/toolchains/1.98.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=a81b2738d19156d6 -C extra-filename=-c9db8a9694f59b74 --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-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56872026-09-07T00:01:25.562Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/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=f0270577bf2399d6 -C extra-filename=-f25f1c308a93cc55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56882026-09-07T00:01:26.608Z Running `/home/build/.rustup/toolchains/1.98.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=9dca6f2bfdce7df0 -C extra-filename=-f1537345a72ea311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56892026-09-07T00:01:26.663Z Running `/home/build/.rustup/toolchains/1.98.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=0a1337f8c8145a8f -C extra-filename=-18312d2a43d48fb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56902026-09-07T00:01:26.747Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
56912026-09-07T00:01:26.750Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rack_init_config --edition=2024 dev-tools/rack-init-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=6256ac4f1127ee37 -C extra-filename=-c6c50aeb82d82952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56922026-09-07T00:01:27.481Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-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=4241195db0981362 -C extra-filename=-f2bc7f3a325976d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56932026-09-07T00:01:27.670Z Running `/home/build/.rustup/toolchains/1.98.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=ebc97d13f730d4a2 -C extra-filename=-933f1e503293f319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56942026-09-07T00:01:28.416Z Running `/home/build/.rustup/toolchains/1.98.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=3926e60f26cfb205 -C extra-filename=-d829991cb5f09671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56952026-09-07T00:01:28.478Z Running `/home/build/.rustup/toolchains/1.98.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=74d36a503fd0744c -C extra-filename=-1c0cf06db5fe8b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56962026-09-07T00:01:29.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=bfd97abed813314c -C extra-filename=-276c39b329e00f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0d27ab7294fdee59.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56972026-09-07T00:01:29.405Z Running `/home/build/.rustup/toolchains/1.98.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=991718f09c7e32aa -C extra-filename=-1c3fd8edf82d120f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ae3640d53793055.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56982026-09-07T00:01:29.828Z Running `/home/build/.rustup/toolchains/1.98.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=4770ff107dcd8961 -C extra-filename=-95700c21aef848ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e045ed6cd60d495c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56992026-09-07T00:01:30.220Z Running `/home/build/.rustup/toolchains/1.98.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=fc5f42bda059f896 -C extra-filename=-1d0075b35571fced --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57002026-09-07T00:01:31.388Z Running `/home/build/.rustup/toolchains/1.98.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=611a8168414aa834 -C extra-filename=-88a9066130fb05ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ae3640d53793055.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57012026-09-07T00:01:31.937Z Running `/home/build/.rustup/toolchains/1.98.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=dc23d265de010a7b -C extra-filename=-60aa02f65edbad23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ae3640d53793055.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57022026-09-07T00:01:35.342Z Running `/home/build/.rustup/toolchains/1.98.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=24603bb9aee9a714 -C extra-filename=-c25f55f136ec6ab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ae3640d53793055.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57032026-09-07T00:01:35.381Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
57042026-09-07T00:01:35.384Z Running `/home/build/.rustup/toolchains/1.98.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=74f6a29b7c2bdd96 -C extra-filename=-22a12cea06eb6f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57052026-09-07T00:01:37.627Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
57062026-09-07T00:01:37.630Z Running `/home/build/.rustup/toolchains/1.98.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=ee964e8e189f1069 -C extra-filename=-ee9f242f7647979f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57072026-09-07T00:01:37.959Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name read_series --edition=2024 nexus/types/tests/read_series.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f003a3ae133e31 -C extra-filename=-6b97274d7a7c980c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57082026-09-07T00:01:38.247Z Running `/home/build/.rustup/toolchains/1.98.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=68e585ed1fbdff5d -C extra-filename=-aa41032df3a11801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57092026-09-07T00:01:38.286Z Running `/home/build/.rustup/toolchains/1.98.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=de0c02880a9a9f2c -C extra-filename=-ea9babc15415d0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57102026-09-07T00:01:38.666Z Running `/home/build/.rustup/toolchains/1.98.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=ed9724f9a86d2457 -C extra-filename=-26e7f27c7fb68db8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57112026-09-07T00:01:38.774Z Running `/home/build/.rustup/toolchains/1.98.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=30442d61995ed89b -C extra-filename=-f8cca349742fb1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57122026-09-07T00:01:38.911Z Running `/home/build/.rustup/toolchains/1.98.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=70cba35b1cc876c4 -C extra-filename=-cd8a84681b3de75c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57132026-09-07T00:01:39.196Z Running `/home/build/.rustup/toolchains/1.98.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=be281f5caf08a8cc -C extra-filename=-beae1a23f431aed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57142026-09-07T00:01:39.441Z Running `/home/build/.rustup/toolchains/1.98.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=462927956f067f56 -C extra-filename=-4f1b072144bf4429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57152026-09-07T00:01:39.674Z Running `/home/build/.rustup/toolchains/1.98.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=665163366cb09276 -C extra-filename=-4b6e2a6511a61e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e045ed6cd60d495c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d711542c5b104539.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57162026-09-07T00:01:40.721Z Running `/home/build/.rustup/toolchains/1.98.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=4db6b6bf5fdb26fd -C extra-filename=-f285843d7b80d747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e045ed6cd60d495c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d711542c5b104539.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57172026-09-07T00:01:41.389Z Running `/home/build/.rustup/toolchains/1.98.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=dcc42347c2fcd1fe -C extra-filename=-0b8d236a3f1fea66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57182026-09-07T00:01:41.563Z Running `/home/build/.rustup/toolchains/1.98.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=768647959ea2a29a -C extra-filename=-7f72bf8bb95367fa --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-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57192026-09-07T00:01:41.655Z Running `/home/build/.rustup/toolchains/1.98.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=ffa70c87fa87f03b -C extra-filename=-6559b859622ceb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57202026-09-07T00:01:41.762Z Running `/home/build/.rustup/toolchains/1.98.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=407d8daefb057266 -C extra-filename=-1ae1448419e2e236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57212026-09-07T00:01:42.440Z Running `/home/build/.rustup/toolchains/1.98.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=dfc7935aaf6d8f0b -C extra-filename=-c1f390a32dcbb8d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57222026-09-07T00:01:42.511Z Running `/home/build/.rustup/toolchains/1.98.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=7dc9acab91e9d68e -C extra-filename=-58ed123c0dc1257f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c60c58b562438251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57232026-09-07T00:01:42.899Z Running `/home/build/.rustup/toolchains/1.98.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=5d93f98ed421470c -C extra-filename=-669ebac9ba1345b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57242026-09-07T00:01:44.264Z Running `/home/build/.rustup/toolchains/1.98.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=4d4c54f8956aea24 -C extra-filename=-50f08805f0f1fa43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57252026-09-07T00:01:44.605Z Running `/home/build/.rustup/toolchains/1.98.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=127dcd5b9b3e88d5 -C extra-filename=-29e62e2adfc52fda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57262026-09-07T00:01:45.702Z Running `/home/build/.rustup/toolchains/1.98.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=3420ffed4848447a -C extra-filename=-24dc6de8ce792710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57272026-09-07T00:01:48.668Z Running `/home/build/.rustup/toolchains/1.98.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=cd6fa25f2728191a -C extra-filename=-552c52cab2e3f914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-84d3b63beb259fcc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57282026-09-07T00:01:50.189Z Running `/home/build/.rustup/toolchains/1.98.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=fe7fd45ce2c81d9b -C extra-filename=-505bbc68c33e8fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57292026-09-07T00:01:50.467Z Running `/home/build/.rustup/toolchains/1.98.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=7d2bb7ba728e6f1b -C extra-filename=-0108039337268d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57302026-09-07T00:01:50.676Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cc0ee7b150dba51 -C extra-filename=-92342837c31c6817 --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-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57312026-09-07T00:01:51.872Z Running `/home/build/.rustup/toolchains/1.98.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=d26f90bef660c06c -C extra-filename=-2468a5c562951dec --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-369847ab087cf11d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-cec354afcaee4de5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/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-18/lib/amd64`
57322026-09-07T00:01:51.912Z Running `/home/build/.rustup/toolchains/1.98.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=3dae382840be8100 -C extra-filename=-527d870f5822ceaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57332026-09-07T00:01:52.474Z Running `/home/build/.rustup/toolchains/1.98.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=c03ac24e9c10a090 -C extra-filename=-77779a5670f23c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-47b0ce69945cb641.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57342026-09-07T00:01:52.640Z Running `/home/build/.rustup/toolchains/1.98.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=4635d087704ad083 -C extra-filename=-e85e7bbc98026e66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-c0a4ac84b4c02368.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57352026-09-07T00:01:53.393Z Running `/home/build/.rustup/toolchains/1.98.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=f4e210f94f578fe7 -C extra-filename=-6a6604ef3da120f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57362026-09-07T00:01:53.795Z Running `/home/build/.rustup/toolchains/1.98.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=74b913d94ad21fba -C extra-filename=-b015d565aeee8804 --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-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57372026-09-07T00:01:54.505Z Running `/home/build/.rustup/toolchains/1.98.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=21fa1d81a7e377f0 -C extra-filename=-431e6581225bb1d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ --check-cfg 'cfg(svcadm_autoclear)'`
57382026-09-07T00:01:54.593Z Running `/home/build/.rustup/toolchains/1.98.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=9a0d21b92c282454 -C extra-filename=-86d8744879e96ee0 --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-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57392026-09-07T00:01:54.770Z Running `/home/build/.rustup/toolchains/1.98.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=fe33c6ff16e912a2 -C extra-filename=-a490c3e3852a0dd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57402026-09-07T00:01:56.031Z Running `/home/build/.rustup/toolchains/1.98.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=c4ed951b6473c3d6 -C extra-filename=-e89fe6efb24e1fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57412026-09-07T00:01:56.515Z Running `/home/build/.rustup/toolchains/1.98.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=0d0c421458bd9244 -C extra-filename=-fe063fed550d192c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57422026-09-07T00:02:03.292Z Running `/home/build/.rustup/toolchains/1.98.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=d1bd3498766a5442 -C extra-filename=-9d7dd5510358337d --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-01ccc106622cdc0f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57432026-09-07T00:02:04.850Z Running `/home/build/.rustup/toolchains/1.98.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=a66401226e8e50ad -C extra-filename=-41bc03596c232194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-9cbde1feb2602293.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9d7dd5510358337d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57442026-09-07T00:02:05.432Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=0a51fe899421096b -C extra-filename=-052b9eeaf33849be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57452026-09-07T00:02:05.606Z Running `/home/build/.rustup/toolchains/1.98.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=07e28c6a4b106634 -C extra-filename=-005eca8cd254d3bb --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-665243e242fcd7e8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57462026-09-07T00:02:08.379Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
57472026-09-07T00:02:08.383Z Running `/home/build/.rustup/toolchains/1.98.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=218872a1f6864a5c -C extra-filename=-cf2c495f9555acfe --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-8c8f948d36433cfb.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
57482026-09-07T00:02:09.385Z Running `/home/build/.rustup/toolchains/1.98.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=9d332d8c6a8a5102 -C extra-filename=-29f9c725f5fb672e --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-4beddd32bb8045d9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57492026-09-07T00:02:09.788Z Running `/home/build/.rustup/toolchains/1.98.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=c34096114dab4961 -C extra-filename=-d3f3f7016a4f2c1d --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-8c8f948d36433cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
57502026-09-07T00:02:11.465Z Running `/home/build/.rustup/toolchains/1.98.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=bf154e8975e91282 -C extra-filename=-a2276f8012a713a8 --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-01ccc106622cdc0f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57512026-09-07T00:02:11.713Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/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=8eedda26c2c4a35f -C extra-filename=-c6c30c5975cf254f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57522026-09-07T00:02:11.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=377e175237c41a3c -C extra-filename=-c40fb82379249e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57532026-09-07T00:02:11.782Z Running `/home/build/.rustup/toolchains/1.98.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=278875b07e609f64 -C extra-filename=-f0977582cfd7d6b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-9cbde1feb2602293.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9d7dd5510358337d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57542026-09-07T00:02:14.450Z Running `/home/build/.rustup/toolchains/1.98.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="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=58734de6090f7601 -C extra-filename=-a8be9208023921b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9d7dd5510358337d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57552026-09-07T00:02:20.453Z Running `/home/build/.rustup/toolchains/1.98.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=3f09d855689d0516 -C extra-filename=-d3b96e08f230456b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57562026-09-07T00:02:20.460Z Running `/home/build/.rustup/toolchains/1.98.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=c24b3de4c2f55ca9 -C extra-filename=-dfa7ba5ffe427f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57572026-09-07T00:02:20.461Z Running `/home/build/.rustup/toolchains/1.98.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=e3022765ef5aecbb -C extra-filename=-c36998c53259fb59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57582026-09-07T00:02:20.461Z Running `/home/build/.rustup/toolchains/1.98.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=2fd326662a49b447 -C extra-filename=-110e76ee80d38651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57592026-09-07T00:02:20.462Z Running `/home/build/.rustup/toolchains/1.98.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=778b7fc3082894e8 -C extra-filename=-39a66e21cbed122f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57602026-09-07T00:02:20.463Z Running `/home/build/.rustup/toolchains/1.98.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=3144717983720287 -C extra-filename=-cb84a9aa01d3f7c0 --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57612026-09-07T00:02:20.489Z Running `/home/build/.rustup/toolchains/1.98.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=3aa63aed5ec9a7d2 -C extra-filename=-de2546ed94212361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57622026-09-07T00:02:20.492Z Running `/home/build/.rustup/toolchains/1.98.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=dcd08d102946801f -C extra-filename=-6b85746e123a600b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57632026-09-07T00:02:20.521Z Running `/home/build/.rustup/toolchains/1.98.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=34c24f065a7ededb -C extra-filename=-625883f6613a0326 --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-005eca8cd254d3bb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57642026-09-07T00:02:20.525Z Running `/home/build/.rustup/toolchains/1.98.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=da3f13a7b9548b65 -C extra-filename=-182b45efd669ac11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57652026-09-07T00:02:20.555Z Running `/home/build/.rustup/toolchains/1.98.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=a08c4331c19e6526 -C extra-filename=-5ab4e29725345176 --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-005eca8cd254d3bb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57662026-09-07T00:02:20.592Z Running `/home/build/.rustup/toolchains/1.98.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=5be314a14aca16bc -C extra-filename=-2ce13c4d4f125923 --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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-005eca8cd254d3bb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57672026-09-07T00:02:20.597Z Running `/home/build/.rustup/toolchains/1.98.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=fbe4b19080f7af62 -C extra-filename=-2e997fb9e5cd7887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57682026-09-07T00:02:20.598Z Running `/home/build/.rustup/toolchains/1.98.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=2d9734a85cdaab16 -C extra-filename=-eae52716b4696c5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57692026-09-07T00:02:46.975Z Running `/home/build/.rustup/toolchains/1.98.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=95e66affa7fdbf23 -C extra-filename=-f6a5efb0b69ee87e --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-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57702026-09-07T00:02:46.980Z Running `/home/build/.rustup/toolchains/1.98.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=a2b3030cecf43837 -C extra-filename=-c114eff63de5c596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57712026-09-07T00:02:47.017Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/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=c0576054532cab6a -C extra-filename=-0dab978566b65d7b --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-aea237dd1abc5aa3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57722026-09-07T00:02:47.021Z Running `/home/build/.rustup/toolchains/1.98.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=88a5c0d226079eba -C extra-filename=-cc099df478e769ad --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-1e0124cd6fc62769.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57732026-09-07T00:02:47.021Z Running `/home/build/.rustup/toolchains/1.98.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=58ec13b4f30d2459 -C extra-filename=-80a0cbb6c3735834 --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-1e0124cd6fc62769.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57742026-09-07T00:02:47.054Z Running `/home/build/.rustup/toolchains/1.98.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=edbbf0c6aff30ea0 -C extra-filename=-99b67737ac871a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57752026-09-07T00:02:47.089Z Running `/home/build/.rustup/toolchains/1.98.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=f02da41e681bb199 -C extra-filename=-eaf7c1f6edc2888e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57762026-09-07T00:02:47.525Z Running `/home/build/.rustup/toolchains/1.98.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=dc80dbb0ad71c245 -C extra-filename=-58575a25ed4c4fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c6969511dfbadf74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57772026-09-07T00:02:49.144Z Running `/home/build/.rustup/toolchains/1.98.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=10adf2ab39886590 -C extra-filename=-2bad7384b62576b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57782026-09-07T00:02:51.205Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88b1f993f884cb45 -C extra-filename=-5e934f72311c2d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57792026-09-07T00:02:51.890Z Running `/home/build/.rustup/toolchains/1.98.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=773707967b83a5da -C extra-filename=-0e701745f16e4adf --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-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57802026-09-07T00:02:51.895Z Running `/home/build/.rustup/toolchains/1.98.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=e44a4549493a63f1 -C extra-filename=-f3f6f9b39003528d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c6969511dfbadf74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57812026-09-07T00:02:51.896Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/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=84d1ac0596f122ca -C extra-filename=-52bb985cbe48beb7 --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-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57822026-09-07T00:02:51.924Z Running `/home/build/.rustup/toolchains/1.98.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=e5b98e17b29be86f -C extra-filename=-70159509742290ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57832026-09-07T00:02:51.927Z Running `/home/build/.rustup/toolchains/1.98.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=62784940ffa27dc3 -C extra-filename=-d86834bb55893937 --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-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57842026-09-07T00:02:51.927Z Running `/home/build/.rustup/toolchains/1.98.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=d3e0d62fdcd15fa0 -C extra-filename=-b48075a94e35e9ca --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-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57852026-09-07T00:02:51.960Z Running `/home/build/.rustup/toolchains/1.98.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=128d9f31f5544fab -C extra-filename=-66c6a563a469d058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57862026-09-07T00:02:51.963Z Running `/home/build/.rustup/toolchains/1.98.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=42f696f7ea4a2763 -C extra-filename=-99756c51a732bc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57872026-09-07T00:02:52.329Z Running `/home/build/.rustup/toolchains/1.98.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=ec6102d77acbddea -C extra-filename=-bd3cf052937f52d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fadfb9897ceb80ad.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-80188497560c6a77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57882026-09-07T00:02:52.333Z Running `/home/build/.rustup/toolchains/1.98.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=81b1f6ff6c3d472a -C extra-filename=-b9f24bab7028df0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-122bbcebd08fc6b4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57892026-09-07T00:02:52.333Z Running `/home/build/.rustup/toolchains/1.98.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="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=bd0969ed9e9cfa37 -C extra-filename=-6af2ef27165c623f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9d7dd5510358337d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57902026-09-07T00:02:52.364Z Running `/home/build/.rustup/toolchains/1.98.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=b075747e79eb88a5 -C extra-filename=-c45485832c479f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fadfb9897ceb80ad.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-80188497560c6a77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2665a88d606bdab0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57912026-09-07T00:02:52.369Z Running `/home/build/.rustup/toolchains/1.98.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=cb8dde92dfa78284 -C extra-filename=-dfc379bda15068b8 --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-4beddd32bb8045d9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57922026-09-07T00:02:52.369Z Running `/home/build/.rustup/toolchains/1.98.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=1a9ef3ade65d34bd -C extra-filename=-63bfa36214471ea0 --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-1e0124cd6fc62769.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57932026-09-07T00:02:52.400Z Running `/home/build/.rustup/toolchains/1.98.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=3beeabefffff4cd2 -C extra-filename=-91be54d6b53edfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-122bbcebd08fc6b4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c6969511dfbadf74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57942026-09-07T00:02:53.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e022a168401212e2 -C extra-filename=-71224bdf6ca4f5af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57952026-09-07T00:02:54.022Z Running `/home/build/.rustup/toolchains/1.98.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=342a85f977fb6712 -C extra-filename=-ea305d6bc8b62e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57962026-09-07T00:02:55.845Z Running `/home/build/.rustup/toolchains/1.98.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=21c2e8973cead8e9 -C extra-filename=-ec796d6898284cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-322b95e022e349a8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57972026-09-07T00:02:55.849Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d40d4179f106a7d4 -C extra-filename=-abb118ff9ceae0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57982026-09-07T00:02:55.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=03c51e254ce0cd6d -C extra-filename=-41f30b9b63244cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57992026-09-07T00:02:55.882Z Running `/home/build/.rustup/toolchains/1.98.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=1f6fc9e92432c341 -C extra-filename=-30f2c74c3d65b01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-322b95e022e349a8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
58002026-09-07T00:05:40.726Z Running `/home/build/.rustup/toolchains/1.98.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=21fad0370b840f6b -C extra-filename=-1fda9dbec46c6d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-3ca2f11567e5cd74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58012026-09-07T00:05:40.729Z Running `/home/build/.rustup/toolchains/1.98.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=83b5d58a14a06ee2 -C extra-filename=-cb35ee11e207c5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58022026-09-07T00:05:40.767Z Running `/home/build/.rustup/toolchains/1.98.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=2956bb621accc0be -C extra-filename=-76f12c9be7d43848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4219a9cddea5d6a0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58032026-09-07T00:05:40.772Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b909095c620f67fe -C extra-filename=-8ff04b666c86d1ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58042026-09-07T00:05:40.800Z Running `/home/build/.rustup/toolchains/1.98.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=5327a68026da6b98 -C extra-filename=-7b692414ab3934ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58052026-09-07T00:05:40.804Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e02adf99bc7866ea -C extra-filename=-e416f5b9a3408cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58062026-09-07T00:05:40.806Z Running `/home/build/.rustup/toolchains/1.98.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=8a9ecd5c4417bc10 -C extra-filename=-fbab99831598bf83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-3ca2f11567e5cd74.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58072026-09-07T00:05:40.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b97cfa87fe96653c -C extra-filename=-cda27bcc561548c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58082026-09-07T00:05:40.832Z Running `/home/build/.rustup/toolchains/1.98.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=9e6bea9435ad3bdc -C extra-filename=-cca5a3ba4102a75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58092026-09-07T00:05:40.867Z Running `/home/build/.rustup/toolchains/1.98.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=125f0ab49330208a -C extra-filename=-476ad9c63cc93c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4219a9cddea5d6a0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58102026-09-07T00:05:40.872Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=4af72d1cf55119b5 -C extra-filename=-0a50dc2b8e4a3c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58112026-09-07T00:05:40.874Z Running `/home/build/.rustup/toolchains/1.98.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=b818af55ecf85235 -C extra-filename=-c83afb0f491b45fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58122026-09-07T00:05:40.904Z Running `/home/build/.rustup/toolchains/1.98.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=564214133e52e330 -C extra-filename=-b045a67ef92212db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4219a9cddea5d6a0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58132026-09-07T00:05:40.933Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=5425dd721e71f753 -C extra-filename=-b190cf4000b7767c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58142026-09-07T00:08:06.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 44s
58152026-09-07T00:08:06.795Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58162026-09-07T00:08:06.795Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58172026-09-07T00:08:07.369Z
58182026-09-07T00:08:07.376Zreal 8:44.966297778
58192026-09-07T00:08:07.376Zuser 1:30:18.798536569
58202026-09-07T00:08:07.376Zsys 24:25.813231987
58212026-09-07T00:08:07.376Ztrap 2.546858763
58222026-09-07T00:08:07.376Ztflt 2.443136547
58232026-09-07T00:08:07.376Zdflt 23.229314400
58242026-09-07T00:08:07.376Zkflt 0.018479010
58252026-09-07T00:08:07.376Zlock 5:43:29.261901835
58262026-09-07T00:08:07.376Zslp 5:56:03.669127521
58272026-09-07T00:08:07.378Zlat 2:47.599017083
58282026-09-07T00:08:07.378Zstop 37:35.983914044
58292026-09-07T00:08:07.378Z++ ls -t /home/build/.cargo/log/20260906T235921442Z-e4292872132ecfd0.jsonl
58302026-09-07T00:08:07.378Z++ head -1
58312026-09-07T00:08:07.382Z+ cp /home/build/.cargo/log/20260906T235921442Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
58322026-09-07T00:08:07.385Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
58332026-09-07T00:08:07.385Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
58342026-09-07T00:08:07.385Z++ mktemp -d /tmp/nextest-state.XXXXXX
58352026-09-07T00:08:07.389Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.3caaht
58362026-09-07T00:08:07.389Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
58372026-09-07T00:08:07.389Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
58382026-09-07T00:08:07.389Z+ mkdir -p /tmp/nextest-recording-config
58392026-09-07T00:08:07.389Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
58402026-09-07T00:08:07.389Z+ export NEXTEST_STATE_DIR
58412026-09-07T00:08:07.389Z+ banner test
58422026-09-07T00:08:07.392Z
58432026-09-07T00:08:07.392Z ##### ###### #### #####
58442026-09-07T00:08:07.392Z # # # #
58452026-09-07T00:08:07.392Z # ##### #### #
58462026-09-07T00:08:07.392Z # # # #
58472026-09-07T00:08:07.392Z # # # # #
58482026-09-07T00:08:07.392Z # ###### #### #
58492026-09-07T00:08:07.392Z
58502026-09-07T00:08:07.392Z+ NEXTEST_EXIT=0
58512026-09-07T00:08:07.392Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
58522026-09-07T00:08:08.684Zinfo: experimental features enabled: setup-scripts, benchmarks
58532026-09-07T00:08:10.214Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
58542026-09-07T00:08:10.394Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58552026-09-07T00:08:10.432Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58562026-09-07T00:08:10.464Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
58572026-09-07T00:08:10.491Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58582026-09-07T00:08:21.643Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.94s
58592026-09-07T00:08:21.646Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58602026-09-07T00:08:21.646Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58612026-09-07T00:08:22.812Z────────────
58622026-09-07T00:08:22.812Z Nextest run ID 755f0491-e885-41de-9eb6-f219f8cbffe6 with nextest profile: ci
58632026-09-07T00:08:22.812Z Starting 3389 tests across 248 binaries (8 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
58642026-09-07T00:08:22.815Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
58652026-09-07T00:08:23.670Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
58662026-09-07T00:08:23.670Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
58672026-09-07T00:08:23.673Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
58682026-09-07T00:08:23.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58692026-09-07T00:08:23.831Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
58702026-09-07T00:08:23.857Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
58712026-09-07T00:08:23.877Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
58722026-09-07T00:08:23.895Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
58732026-09-07T00:08:23.919Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58742026-09-07T00:08:24.028Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58752026-09-07T00:08:24.094Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
58762026-09-07T00:08:24.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
58772026-09-07T00:08:24.731Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
58782026-09-07T00:08:25.344Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
58792026-09-07T00:08:25.357Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
58802026-09-07T00:08:25.426Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
58812026-09-07T00:08:25.546Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
58822026-09-07T00:08:33.918Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
58832026-09-07T00:08:33.918Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
58842026-09-07T00:08:33.922Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
58852026-09-07T00:08:34.797Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
58862026-09-07T00:08:36.136Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
58872026-09-07T00:08:36.357Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
58882026-09-07T00:08:43.599Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58892026-09-07T00:08:52.505Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58902026-09-07T00:08:54.113Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58912026-09-07T00:08:55.833Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
58922026-09-07T00:09:05.677Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.84s
58932026-09-07T00:09:05.680Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58942026-09-07T00:09:05.680Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58952026-09-07T00:09:05.793Z Running `target/debug/crdb-seed`
58962026-09-07T00:09:05.852ZSep 07 00:09:05.049 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpzPbL3U
58972026-09-07T00:09:05.852ZSep 07 00:09:05.050 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpe8bvaM,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpzPbL3U/listen-url --max-sql-memory 256MiB
58982026-09-07T00:09:05.852ZSep 07 00:09:05.050 INFO cockroach environment: BUILDOMAT_JOB_ID=01M1WJAVHS3TDAK41945W60X2C BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.98.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=sush-switch-proxy GITHUB_REF=refs/heads/sush-switch-proxy GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=7dc9f6db0380d3ab2e9359928f23b10df72a1f1b 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-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envBWVQ1j NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=755f0491-e885-41de-9eb6-f219f8cbffe6 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.3caaht NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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.98.1-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env 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
58992026-09-07T00:09:06.400ZSep 07 00:09:05.597 INFO cockroach pid: 10353
59002026-09-07T00:09:06.400ZSep 07 00:09:05.597 INFO cockroach listen URL: postgresql://root@[::1]:39169/omicron?sslmode=disable
59012026-09-07T00:09:06.404ZSep 07 00:09:05.601 INFO cockroach: populating
59022026-09-07T00:09:07.505ZSep 07 00:09:06.702 INFO cockroach: populated
59032026-09-07T00:09:08.523ZSep 07 00:09:07.720 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9b7e7ef9feeb7ece0c601b6e5685c629c8035bed5e1e3d610ea3f1fc0627888c.tar`
59042026-09-07T00:09:08.531Z SETUP PASS [ 45.718s] crdb-seed: cargo run -p crdb-seed --profile test
59052026-09-07T00:09:08.534Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
59062026-09-07T00:09:09.349Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
59072026-09-07T00:09:09.462Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59082026-09-07T00:09:10.681Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
59092026-09-07T00:09:11.636Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
59102026-09-07T00:09:22.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
59112026-09-07T00:09:22.782Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
59122026-09-07T00:09:22.782Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
59132026-09-07T00:09:22.906Z Running `target/debug/clickhouse-cluster-dev`
59142026-09-07T00:09:22.962ZSep 07 00:09:22.159 INFO Setting up a ClickHouse cluster
59152026-09-07T00:09:22.966ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
59162026-09-07T00:09:22.966ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
59172026-09-07T00:09:22.966ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
59182026-09-07T00:09:22.966ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
59192026-09-07T00:09:22.966ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
59202026-09-07T00:09:23.474ZSep 07 00:09:22.671 INFO ClickHouse server ready
59212026-09-07T00:09:23.793ZSep 07 00:09:22.991 INFO ClickHouse server ready
59222026-09-07T00:09:24.509ZSep 07 00:09:23.706 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
59232026-09-07T00:09:24.516Z SETUP PASS [ 15.985s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
59242026-09-07T00:09:24.546Z PASS [ 0.022s] ( 1/3389) api_identity test::test_identity_no_field
59252026-09-07T00:09:24.552Z PASS [ 0.029s] ( 2/3389) api_identity test::test_identity
59262026-09-07T00:09:24.558Z PASS [ 0.036s] ( 3/3389) authz-macros tests::test_authz_snapshots
59272026-09-07T00:09:24.561Z PASS [ 0.015s] ( 4/3389) bootstore schemes::tests::hello_roundtrip
59282026-09-07T00:09:24.575Z PASS [ 0.014s] ( 5/3389) bootstore schemes::v0::share_pkg::tests::create_packages
59292026-09-07T00:09:24.589Z PASS [ 0.014s] ( 6/3389) bootstore trust_quorum::rack_secret::tests::create_and_verify
59302026-09-07T00:09:24.598Z PASS [ 0.040s] ( 7/3389) bootstore schemes::v0::peer::tests::network_config
59312026-09-07T00:09:24.603Z PASS [ 0.014s] ( 8/3389) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
59322026-09-07T00:09:25.601Z PASS [ 1.049s] ( 9/3389) bootstore schemes::v0::peer::tests::basic_3_nodes
59332026-09-07T00:09:25.675Z PASS [ 0.074s] ( 10/3389) cert-dev::test-cert-dev test_cert_create
59342026-09-07T00:09:25.766Z PASS [ 0.091s] ( 11/3389) clickana chart::tests::gather_chart_data_failure
59352026-09-07T00:09:25.779Z PASS [ 0.013s] ( 12/3389) clickana chart::tests::gather_chart_data_for_disk_usage_success
59362026-09-07T00:09:25.791Z PASS [ 0.012s] ( 13/3389) clickana chart::tests::gather_chart_data_for_memory_tracking_success
59372026-09-07T00:09:25.802Z PASS [ 0.012s] ( 14/3389) clickana chart::tests::gather_chart_data_for_query_count_success
59382026-09-07T00:09:25.818Z PASS [ 0.015s] ( 15/3389) clickana chart::tests::gather_chart_data_for_running_queries_success
59392026-09-07T00:09:25.835Z PASS [ 0.018s] ( 16/3389) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
59402026-09-07T00:09:25.854Z PASS [ 0.018s] ( 17/3389) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
59412026-09-07T00:09:25.872Z PASS [ 0.018s] ( 18/3389) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
59422026-09-07T00:09:25.891Z PASS [ 0.018s] ( 19/3389) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
59432026-09-07T00:09:25.909Z PASS [ 0.018s] ( 20/3389) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
59442026-09-07T00:09:25.925Z PASS [ 0.016s] ( 21/3389) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
59452026-09-07T00:09:25.944Z PASS [ 0.018s] ( 22/3389) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
59462026-09-07T00:09:25.967Z PASS [ 0.023s] ( 23/3389) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
59472026-09-07T00:09:25.993Z PASS [ 0.026s] ( 24/3389) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
59482026-09-07T00:09:26.016Z PASS [ 0.022s] ( 25/3389) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
59492026-09-07T00:09:26.038Z PASS [ 0.022s] ( 26/3389) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
59502026-09-07T00:09:26.058Z PASS [ 0.020s] ( 27/3389) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
59512026-09-07T00:09:26.083Z PASS [ 0.025s] ( 28/3389) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
59522026-09-07T00:09:26.091Z PASS [ 1.493s] ( 29/3389) bootstore::v0-fsm-proptest-learner run
59532026-09-07T00:09:26.107Z PASS [ 0.024s] ( 30/3389) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
59542026-09-07T00:09:26.122Z PASS [ 0.028s] ( 31/3389) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
59552026-09-07T00:09:26.136Z PASS [ 0.029s] ( 32/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
59562026-09-07T00:09:26.149Z PASS [ 0.029s] ( 33/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
59572026-09-07T00:09:26.161Z PASS [ 0.025s] ( 34/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
59582026-09-07T00:09:26.176Z PASS [ 0.026s] ( 35/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
59592026-09-07T00:09:26.188Z PASS [ 0.026s] ( 36/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
59602026-09-07T00:09:26.199Z PASS [ 0.023s] ( 37/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
59612026-09-07T00:09:26.211Z PASS [ 0.023s] ( 38/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
59622026-09-07T00:09:26.231Z PASS [ 0.032s] ( 39/3389) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
59632026-09-07T00:09:26.244Z PASS [ 0.033s] ( 40/3389) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
59642026-09-07T00:09:26.261Z PASS [ 0.029s] ( 41/3389) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
59652026-09-07T00:09:26.269Z PASS [ 0.025s] ( 42/3389) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
59662026-09-07T00:09:26.282Z PASS [ 0.021s] ( 43/3389) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
59672026-09-07T00:09:26.289Z PASS [ 0.021s] ( 44/3389) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
59682026-09-07T00:09:26.301Z PASS [ 0.018s] ( 45/3389) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
59692026-09-07T00:09:26.308Z PASS [ 0.019s] ( 46/3389) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
59702026-09-07T00:09:26.319Z PASS [ 0.018s] ( 47/3389) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
59712026-09-07T00:09:26.327Z PASS [ 0.018s] ( 48/3389) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
59722026-09-07T00:09:26.339Z PASS [ 0.020s] ( 49/3389) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
59732026-09-07T00:09:26.346Z PASS [ 0.019s] ( 50/3389) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
59742026-09-07T00:09:26.376Z PASS [ 0.036s] ( 51/3389) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
59752026-09-07T00:09:26.382Z PASS [ 0.036s] ( 52/3389) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
59762026-09-07T00:09:26.392Z PASS [ 0.016s] ( 53/3389) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
59772026-09-07T00:09:26.397Z PASS [ 0.015s] ( 54/3389) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
59782026-09-07T00:09:26.407Z PASS [ 0.015s] ( 55/3389) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
59792026-09-07T00:09:26.413Z PASS [ 0.015s] ( 56/3389) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
59802026-09-07T00:09:26.421Z PASS [ 0.014s] ( 57/3389) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
59812026-09-07T00:09:26.427Z PASS [ 0.015s] ( 58/3389) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
59822026-09-07T00:09:26.463Z PASS [ 0.042s] ( 59/3389) db-dev::test-db-dev test_db_dev_populate_no_args
59832026-09-07T00:09:26.474Z PASS [ 0.046s] ( 60/3389) db-dev::test-db-dev test_db_dev_wipe_no_args
59842026-09-07T00:09:27.276Z PASS [ 2.673s] ( 61/3389) bootstore::v0-fsm-proptest-rack-coordinator run
59852026-09-07T00:09:27.327Z PASS [ 0.051s] ( 62/3389) db-macros lookup::test::test_lookup_snapshots
59862026-09-07T00:09:27.361Z PASS [ 0.034s] ( 63/3389) db-macros tests::test_derive_metadata_identity_fails_for_enums
59872026-09-07T00:09:27.396Z PASS [ 0.034s] ( 64/3389) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
59882026-09-07T00:09:27.428Z PASS [ 0.032s] ( 65/3389) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
59892026-09-07T00:09:27.459Z PASS [ 0.030s] ( 66/3389) db-macros tests::test_derive_metadata_identity_fails_without_table_name
59902026-09-07T00:09:27.489Z PASS [ 0.030s] ( 67/3389) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
59912026-09-07T00:09:27.522Z PASS [ 0.034s] ( 68/3389) db-macros tests::test_derive_snapshots
59922026-09-07T00:09:27.550Z PASS [ 0.028s] ( 69/3389) db-macros tests::test_derive_with_unknown_field
59932026-09-07T00:09:27.647Z PASS [ 0.097s] ( 70/3389) dns-server storage::test::test_update_basic
59942026-09-07T00:09:27.750Z PASS [ 0.103s] ( 71/3389) dns-server storage::test::test_update_in_progress
59952026-09-07T00:09:27.842Z PASS [ 0.091s] ( 72/3389) dns-server storage::test::test_update_interrupted
59962026-09-07T00:09:27.966Z PASS [ 0.124s] ( 73/3389) dns-server storage::test::test_zone_gets_soa_record
59972026-09-07T00:09:28.117Z PASS [ 0.152s] ( 74/3389) dns-server::basic_test a_crud
59982026-09-07T00:09:28.302Z PASS [ 0.184s] ( 75/3389) dns-server::basic_test aaaa_crud
59992026-09-07T00:09:28.450Z PASS [ 0.149s] ( 76/3389) dns-server::basic_test answers_match_question
60002026-09-07T00:09:28.598Z PASS [ 0.147s] ( 77/3389) dns-server::basic_test empty_record
60012026-09-07T00:09:28.785Z PASS [ 0.186s] ( 78/3389) dns-server::basic_test multi_record_crud
60022026-09-07T00:09:28.907Z PASS [ 0.123s] ( 79/3389) dns-server::basic_test name_contains_zone
60032026-09-07T00:09:29.042Z PASS [ 0.135s] ( 80/3389) dns-server::basic_test nxdomain
60042026-09-07T00:09:29.160Z PASS [ 0.118s] ( 81/3389) dns-server::basic_test servfail
60052026-09-07T00:09:29.399Z PASS [ 0.239s] ( 82/3389) dns-server::basic_test soa
60062026-09-07T00:09:29.548Z PASS [ 0.149s] ( 83/3389) dns-server::basic_test srv_crud
60072026-09-07T00:09:29.667Z PASS [ 3.203s] ( 84/3389) db-dev::test-db-dev test_db_killed
60082026-09-07T00:09:29.738Z PASS [ 0.190s] ( 85/3389) dns-server::cross_version_test cross_version_works
60092026-09-07T00:09:29.758Z PASS [ 0.020s] ( 86/3389) ereport-types tests::test_arb_json_deserializes
60102026-09-07T00:09:29.776Z PASS [ 0.018s] ( 87/3389) ereport-types tests::test_ena_from_str
60112026-09-07T00:09:29.794Z PASS [ 0.017s] ( 88/3389) ereport-types tests::test_ena_from_str_roundtrip
60122026-09-07T00:09:29.815Z PASS [ 0.021s] ( 89/3389) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
60132026-09-07T00:09:29.834Z PASS [ 0.019s] ( 90/3389) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
60142026-09-07T00:09:29.851Z PASS [ 0.018s] ( 91/3389) gfss gf256::tests::test_all_multiplication
60152026-09-07T00:09:29.867Z PASS [ 0.016s] ( 92/3389) gfss gf256::tests::test_all_multiplicative_inverses
60162026-09-07T00:09:29.884Z PASS [ 0.017s] ( 93/3389) gfss gf256::tests::test_docs_example
60172026-09-07T00:09:33.156Z PASS [ 3.490s] ( 94/3389) dnsadm::commands_test test_dnsadm
60182026-09-07T00:09:35.620Z PASS [ 2.463s] ( 95/3389) gfss shamir::tests::split_and_combine
60192026-09-07T00:09:35.638Z PASS [ 0.018s] ( 96/3389) gfss shamir::tests::test_share_reconstruction
60202026-09-07T00:09:35.665Z PASS [ 0.027s] ( 97/3389) illumos-utils destructor::test::test_delayed_delete
60212026-09-07T00:09:36.720Z PASS [ 1.055s] ( 98/3389) illumos-utils destructor::test::test_delayed_delete_with_error
60222026-09-07T00:09:36.748Z PASS [ 0.028s] ( 99/3389) illumos-utils destructor::test::test_destructor_bad_close
60232026-09-07T00:09:36.775Z PASS [ 0.026s] ( 100/3389) illumos-utils link::test::test_allocate
60242026-09-07T00:09:36.801Z PASS [ 0.026s] ( 101/3389) illumos-utils link::test::test_allocate_within_scopes
60252026-09-07T00:09:36.827Z PASS [ 0.026s] ( 102/3389) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
60262026-09-07T00:09:36.853Z PASS [ 0.025s] ( 103/3389) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
60272026-09-07T00:09:36.878Z PASS [ 0.025s] ( 104/3389) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
60282026-09-07T00:09:36.904Z PASS [ 0.026s] ( 105/3389) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
60292026-09-07T00:09:36.929Z PASS [ 0.024s] ( 106/3389) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
60302026-09-07T00:09:36.956Z PASS [ 0.027s] ( 107/3389) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
60312026-09-07T00:09:36.988Z PASS [ 0.031s] ( 108/3389) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
60322026-09-07T00:09:37.013Z PASS [ 0.025s] ( 109/3389) illumos-utils running_zone::tests::test_is_oxide_smf_service
60332026-09-07T00:09:37.042Z PASS [ 0.029s] ( 110/3389) illumos-utils svcs::tests::test_svc_parse_empty_success
60342026-09-07T00:09:37.071Z PASS [ 0.029s] ( 111/3389) illumos-utils svcs::tests::test_svc_parse_in_transition_and_unrecognized
60352026-09-07T00:09:37.100Z PASS [ 0.029s] ( 112/3389) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
60362026-09-07T00:09:37.126Z PASS [ 0.026s] ( 113/3389) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
60372026-09-07T00:09:37.153Z PASS [ 0.025s] ( 114/3389) illumos-utils svcs::tests::test_svc_parse_success
60382026-09-07T00:09:37.177Z PASS [ 0.026s] ( 115/3389) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
60392026-09-07T00:09:37.202Z PASS [ 0.025s] ( 116/3389) illumos-utils svcs::tests::test_to_enabled_not_online
60402026-09-07T00:09:37.227Z PASS [ 0.024s] ( 117/3389) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
60412026-09-07T00:09:37.279Z PASS [ 0.052s] ( 118/3389) illumos-utils zfs::test::directory_mutability
60422026-09-07T00:09:37.330Z PASS [ 0.051s] ( 119/3389) illumos-utils zfs::test::get_values_of_rpool
60432026-09-07T00:09:37.357Z PASS [ 0.027s] ( 120/3389) illumos-utils zfs::test::parse_dataset_bad_avail
60442026-09-07T00:09:37.386Z PASS [ 0.029s] ( 121/3389) illumos-utils zfs::test::parse_dataset_bad_quota
60452026-09-07T00:09:37.420Z PASS [ 0.033s] ( 122/3389) illumos-utils zfs::test::parse_dataset_bad_reservation
60462026-09-07T00:09:37.449Z PASS [ 0.029s] ( 123/3389) illumos-utils zfs::test::parse_dataset_bad_usage
60472026-09-07T00:09:37.474Z PASS [ 0.025s] ( 124/3389) illumos-utils zfs::test::parse_dataset_bad_uuid
60482026-09-07T00:09:37.502Z PASS [ 0.027s] ( 125/3389) illumos-utils zfs::test::parse_dataset_missing_fields
60492026-09-07T00:09:37.527Z PASS [ 0.025s] ( 126/3389) illumos-utils zfs::test::parse_dataset_props
60502026-09-07T00:09:37.552Z PASS [ 0.025s] ( 127/3389) illumos-utils zfs::test::parse_dataset_props_with_optionals
60512026-09-07T00:09:37.580Z PASS [ 0.028s] ( 128/3389) illumos-utils zfs::test::parse_dataset_too_many_columns
60522026-09-07T00:09:37.607Z PASS [ 0.027s] ( 129/3389) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
60532026-09-07T00:09:37.634Z PASS [ 0.026s] ( 130/3389) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
60542026-09-07T00:09:37.660Z PASS [ 0.027s] ( 131/3389) illumos-utils zfs::test::parse_quota_ignored_if_default
60552026-09-07T00:09:37.687Z PASS [ 0.027s] ( 132/3389) illumos-utils zfs::test::parse_reservation_ignored_if_default
60562026-09-07T00:09:37.714Z PASS [ 0.026s] ( 133/3389) illumos-utils zfs::test::parse_sorts_and_dedups
60572026-09-07T00:09:37.738Z PASS [ 0.025s] ( 134/3389) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
60582026-09-07T00:09:37.762Z PASS [ 0.024s] ( 135/3389) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
60592026-09-07T00:09:37.786Z PASS [ 0.023s] ( 136/3389) illumos-utils zfs::test::props_needing_update_none_matches_unset
60602026-09-07T00:09:37.812Z PASS [ 0.026s] ( 137/3389) illumos-utils zfs::test::props_needing_update_oxide_uuid
60612026-09-07T00:09:37.838Z PASS [ 0.026s] ( 138/3389) illumos-utils zfs::test::props_needing_update_skips_matching_values
60622026-09-07T00:09:37.863Z PASS [ 0.024s] ( 139/3389) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
60632026-09-07T00:09:37.887Z PASS [ 0.025s] ( 140/3389) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
60642026-09-07T00:09:37.919Z PASS [ 0.031s] ( 141/3389) illumos-utils zone::tests::delete_nonexistent_address
60652026-09-07T00:09:37.945Z PASS [ 0.026s] ( 142/3389) illumos-utils zone::tests::test_parse_ip_network
60662026-09-07T00:09:37.973Z PASS [ 0.028s] ( 143/3389) illumos-utils zpool::test::test_parse_zpool
60672026-09-07T00:09:37.996Z PASS [ 0.023s] ( 144/3389) illumos-utils zpool::test::test_parse_zpool_missing_column
60682026-09-07T00:09:38.177Z PASS [ 8.292s] ( 145/3389) gfss polynomial::tests::test_polynomial_eval
60692026-09-07T00:09:38.214Z PASS [ 0.036s] ( 146/3389) installinator peers::tests::iter_no_preferred_preserves_btree_order
60702026-09-07T00:09:38.259Z PASS [ 0.044s] ( 147/3389) installinator peers::tests::last_known_peer_preferred
60712026-09-07T00:09:38.292Z PASS [ 0.032s] ( 148/3389) installinator peers::tests::last_known_peer_stale
60722026-09-07T00:09:39.331Z PASS [ 1.039s] ( 149/3389) installinator write::tests::proptest_write_artifact
60732026-09-07T00:09:39.393Z PASS [ 0.062s] ( 150/3389) installinator-common block_size_writer::tests::proptest_block_writer
60742026-09-07T00:09:39.476Z PASS [ 1.480s] ( 151/3389) installinator mock_peers::tests::proptest_fetch_artifact
60752026-09-07T00:09:39.544Z PASS [ 0.151s] ( 152/3389) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
60762026-09-07T00:09:39.564Z PASS [ 13.088s] ( 153/3389) db-dev::test-db-dev test_db_run
60772026-09-07T00:09:39.620Z PASS [ 0.144s] ( 154/3389) internal-dns-resolver resolver::test::insert_and_lookup_one_record
60782026-09-07T00:09:39.683Z PASS [ 0.139s] ( 155/3389) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
60792026-09-07T00:09:39.864Z PASS [ 0.302s] ( 156/3389) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
60802026-09-07T00:09:39.877Z PASS [ 0.256s] ( 157/3389) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
60812026-09-07T00:09:39.881Z PASS [ 0.198s] ( 158/3389) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
60822026-09-07T00:09:39.898Z PASS [ 0.021s] ( 159/3389) internal-dns-types config::test::display_hosts
60832026-09-07T00:09:39.903Z PASS [ 0.021s] ( 160/3389) internal-dns-types config::test::display_srv_service
60842026-09-07T00:09:39.917Z PASS [ 0.019s] ( 161/3389) internal-dns-types config::test::host_zone_switch_publishes_all_services
60852026-09-07T00:09:39.921Z PASS [ 0.018s] ( 162/3389) internal-dns-types config::test::test_builder_errors
60862026-09-07T00:09:39.930Z PASS [ 15.409s] ( 163/3389) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
60872026-09-07T00:09:39.936Z PASS [ 0.019s] ( 164/3389) internal-dns-types config::test::test_builder_output
60882026-09-07T00:09:39.941Z PASS [ 0.019s] ( 165/3389) internal-dns-types diff::test::diff_different
60892026-09-07T00:09:39.948Z PASS [ 0.017s] ( 166/3389) internal-dns-types diff::test::diff_equivalent
60902026-09-07T00:09:39.953Z PASS [ 0.017s] ( 167/3389) internal-dns-types diff::test::diff_invalid
60912026-09-07T00:09:39.963Z PASS [ 0.022s] ( 168/3389) ipcc tests::deserialize_fixed_value
60922026-09-07T00:09:39.972Z PASS [ 0.025s] ( 169/3389) ipcc tests::installinator_image_id_round_trip
60932026-09-07T00:09:39.976Z PASS [ 0.022s] ( 170/3389) ipcc tests::serialized_size
60942026-09-07T00:09:39.990Z PASS [ 0.027s] ( 171/3389) key-manager tests::different_disks_produce_different_keys
60952026-09-07T00:09:39.994Z PASS [ 0.022s] ( 172/3389) key-manager tests::different_ikm_produces_different_keys
60962026-09-07T00:09:39.999Z PASS [ 0.024s] ( 173/3389) key-manager tests::disk_encryption_key_epoch_0
60972026-09-07T00:09:40.013Z PASS [ 0.148s] ( 174/3389) internal-dns-resolver resolver::test::update_record
60982026-09-07T00:09:40.016Z PASS [ 0.025s] ( 175/3389) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
60992026-09-07T00:09:40.030Z PASS [ 0.036s] ( 176/3389) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
61002026-09-07T00:09:40.039Z PASS [ 0.040s] ( 177/3389) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
61012026-09-07T00:09:40.047Z PASS [ 0.034s] ( 178/3389) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
61022026-09-07T00:09:40.057Z PASS [ 0.042s] ( 179/3389) nexus-auth authn::external::session_cookie::test::test_get_token
61032026-09-07T00:09:40.065Z PASS [ 0.034s] ( 180/3389) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
61042026-09-07T00:09:40.073Z PASS [ 0.033s] ( 181/3389) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
61052026-09-07T00:09:40.082Z PASS [ 0.035s] ( 182/3389) nexus-auth authn::external::session_cookie::test::test_missing_cookie
61062026-09-07T00:09:40.093Z PASS [ 0.035s] ( 183/3389) nexus-auth authn::external::session_cookie::test::test_other_cookie
61072026-09-07T00:09:40.101Z PASS [ 0.035s] ( 184/3389) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
61082026-09-07T00:09:40.107Z PASS [ 0.034s] ( 185/3389) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
61092026-09-07T00:09:40.119Z PASS [ 0.037s] ( 186/3389) nexus-auth authn::external::session_cookie::test::test_valid_cookie
61102026-09-07T00:09:40.125Z PASS [ 0.033s] ( 187/3389) nexus-auth authn::external::spoof::test::test_make_header_value
61112026-09-07T00:09:40.132Z PASS [ 0.032s] ( 188/3389) nexus-auth authn::external::spoof::test::test_make_header_value_raw
61122026-09-07T00:09:40.141Z PASS [ 0.034s] ( 189/3389) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
61132026-09-07T00:09:40.153Z PASS [ 0.033s] ( 190/3389) nexus-auth authn::external::spoof::test::test_spoof_header_missing
61142026-09-07T00:09:40.163Z PASS [ 0.037s] ( 191/3389) nexus-auth authn::external::spoof::test::test_spoof_header_valid
61152026-09-07T00:09:40.174Z PASS [ 0.041s] ( 192/3389) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
61162026-09-07T00:09:40.182Z PASS [ 0.041s] ( 193/3389) nexus-auth authn::external::test::test_authn_sequence
61172026-09-07T00:09:40.193Z PASS [ 0.041s] ( 194/3389) nexus-auth authn::external::token::test::test_make_header_value
61182026-09-07T00:09:40.202Z PASS [ 0.040s] ( 195/3389) nexus-auth authn::external::token::test::test_token_header_bad_utf8
61192026-09-07T00:09:40.210Z PASS [ 0.037s] ( 196/3389) nexus-auth authn::external::token::test::test_token_header_missing
61202026-09-07T00:09:40.219Z PASS [ 0.036s] ( 197/3389) nexus-auth authn::external::token::test::test_token_header_valid
61212026-09-07T00:09:40.228Z PASS [ 0.034s] ( 198/3389) nexus-auth authn::test::test_internal_users
61222026-09-07T00:09:40.263Z PASS [ 0.052s] ( 199/3389) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
61232026-09-07T00:09:40.283Z PASS [ 0.081s] ( 200/3389) nexus-auth authz::context::test::test_unregistered_resource
61242026-09-07T00:09:40.289Z PASS [ 0.070s] ( 201/3389) nexus-auth context::test::test_background_context
61252026-09-07T00:09:40.297Z PASS [ 0.069s] ( 202/3389) nexus-auth context::test::test_child_context
61262026-09-07T00:09:40.321Z PASS [ 0.037s] ( 203/3389) nexus-config nexus_config::test::test_bad_authn_schemes
61272026-09-07T00:09:40.330Z PASS [ 0.041s] ( 204/3389) nexus-config nexus_config::test::test_config_bad_toml
61282026-09-07T00:09:40.330Z PASS [ 0.033s] ( 205/3389) nexus-config nexus_config::test::test_config_empty
61292026-09-07T00:09:40.346Z PASS [ 0.084s] ( 206/3389) nexus-auth context::test::test_test_context
61302026-09-07T00:09:40.350Z PASS [ 0.028s] ( 207/3389) nexus-config nexus_config::test::test_config_nonexistent
61312026-09-07T00:09:40.364Z PASS [ 0.034s] ( 208/3389) nexus-config nexus_config::test::test_deployment_config_schema
61322026-09-07T00:09:40.367Z PASS [ 0.037s] ( 209/3389) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
61332026-09-07T00:09:40.379Z PASS [ 0.033s] ( 210/3389) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
61342026-09-07T00:09:40.397Z PASS [ 0.048s] ( 211/3389) nexus-config nexus_config::test::test_repo_configs_are_valid
61352026-09-07T00:09:40.401Z PASS [ 0.033s] ( 212/3389) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
61362026-09-07T00:09:40.406Z PASS [ 0.042s] ( 213/3389) nexus-config nexus_config::test::test_valid
61372026-09-07T00:09:40.410Z PASS [ 0.031s] ( 214/3389) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
61382026-09-07T00:09:40.424Z PASS [ 0.027s] ( 215/3389) nexus-config postgres_config::test::test_all_addresses_single_host
61392026-09-07T00:09:40.431Z PASS [ 0.030s] ( 216/3389) nexus-config postgres_config::test::test_bad_url
61402026-09-07T00:09:40.446Z PASS [ 0.036s] ( 217/3389) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
61412026-09-07T00:09:40.449Z PASS [ 0.041s] ( 218/3389) nexus-config postgres_config::test::test_example_url
61422026-09-07T00:09:40.453Z PASS [ 0.028s] ( 219/3389) nexus-db-fixed-data test::test_allowlist_id_is_valid
61432026-09-07T00:09:40.464Z PASS [ 0.032s] ( 220/3389) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
61442026-09-07T00:09:40.473Z PASS [ 0.027s] ( 221/3389) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
61452026-09-07T00:09:40.483Z PASS [ 0.030s] ( 222/3389) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
61462026-09-07T00:09:40.495Z PASS [ 0.031s] ( 223/3389) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
61472026-09-07T00:09:40.516Z PASS [ 0.042s] ( 224/3389) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
61482026-09-07T00:09:40.519Z PASS [ 0.036s] ( 225/3389) nexus-db-model bytecount::test::test_bytecount_i64_conversions
61492026-09-07T00:09:40.525Z PASS [ 0.030s] ( 226/3389) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
61502026-09-07T00:09:40.554Z PASS [ 0.038s] ( 227/3389) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
61512026-09-07T00:09:40.560Z PASS [ 0.035s] ( 228/3389) nexus-db-model device_auth::test::test_generate_user_code
61522026-09-07T00:09:40.563Z PASS [ 0.042s] ( 229/3389) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
61532026-09-07T00:09:40.582Z PASS [ 0.028s] ( 230/3389) nexus-db-model instance_state::tests::test_from_str_roundtrips
61542026-09-07T00:09:40.592Z PASS [ 0.032s] ( 231/3389) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
61552026-09-07T00:09:40.595Z PASS [ 0.034s] ( 232/3389) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
61562026-09-07T00:09:40.611Z PASS [ 0.029s] ( 233/3389) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
61572026-09-07T00:09:40.623Z PASS [ 0.031s] ( 234/3389) nexus-db-model role_assignment::tests::test_role_assignment_from_database
61582026-09-07T00:09:40.627Z PASS [ 0.032s] ( 235/3389) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
61592026-09-07T00:09:40.671Z PASS [ 0.048s] ( 236/3389) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
61602026-09-07T00:09:40.674Z PASS [ 0.046s] ( 237/3389) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
61612026-09-07T00:09:40.674Z PASS [ 0.062s] ( 238/3389) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
61622026-09-07T00:09:40.725Z PASS [ 0.052s] ( 239/3389) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
61632026-09-07T00:09:40.730Z PASS [ 0.057s] ( 240/3389) nexus-db-model schema_versions::test::test_classify_create_index
61642026-09-07T00:09:40.741Z PASS [ 0.070s] ( 241/3389) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
61652026-09-07T00:09:40.769Z PASS [ 0.044s] ( 242/3389) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
61662026-09-07T00:09:40.777Z PASS [ 0.036s] ( 243/3389) nexus-db-model schema_versions::test::test_classify_dml_ignored
61672026-09-07T00:09:40.782Z PASS [ 0.052s] ( 244/3389) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
61682026-09-07T00:09:40.820Z PASS [ 0.038s] ( 245/3389) nexus-db-model schema_versions::test::test_known_versions
61692026-09-07T00:09:40.823Z PASS [ 0.054s] ( 246/3389) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
61702026-09-07T00:09:40.840Z PASS [ 0.063s] ( 247/3389) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
61712026-09-07T00:09:40.865Z PASS [ 0.042s] ( 248/3389) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
61722026-09-07T00:09:40.874Z PASS [ 0.034s] ( 249/3389) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
61732026-09-07T00:09:40.891Z PASS [ 0.071s] ( 250/3389) nexus-db-model schema_versions::test::test_migration_verification_files
61742026-09-07T00:09:40.904Z PASS [ 0.039s] ( 251/3389) nexus-db-model schema_versions::test::test_one_ddl_enforcement
61752026-09-07T00:09:40.927Z PASS [ 0.053s] ( 252/3389) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
61762026-09-07T00:09:40.930Z PASS [ 0.037s] ( 253/3389) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
61772026-09-07T00:09:40.948Z PASS [ 0.044s] ( 254/3389) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
61782026-09-07T00:09:40.977Z PASS [ 0.050s] ( 255/3389) nexus-db-model schema_versions::test::test_preprocess_storing
61792026-09-07T00:09:40.984Z PASS [ 0.055s] ( 256/3389) nexus-db-model schema_versions::test::test_preprocess_type_array
61802026-09-07T00:09:40.987Z PASS [ 0.036s] ( 257/3389) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
61812026-09-07T00:09:41.019Z PASS [ 0.035s] ( 258/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
61822026-09-07T00:09:41.022Z PASS [ 0.043s] ( 259/3389) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
61832026-09-07T00:09:41.026Z PASS [ 0.041s] ( 260/3389) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
61842026-09-07T00:09:41.049Z PASS [ 0.029s] ( 261/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
61852026-09-07T00:09:41.054Z PASS [ 0.033s] ( 262/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
61862026-09-07T00:09:41.059Z PASS [ 0.033s] ( 263/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
61872026-09-07T00:09:41.079Z PASS [ 0.030s] ( 264/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
61882026-09-07T00:09:41.085Z PASS [ 0.031s] ( 265/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
61892026-09-07T00:09:41.092Z PASS [ 0.033s] ( 266/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
61902026-09-07T00:09:41.111Z PASS [ 0.032s] ( 267/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
61912026-09-07T00:09:41.117Z PASS [ 0.032s] ( 268/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
61922026-09-07T00:09:41.123Z PASS [ 0.030s] ( 269/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
61932026-09-07T00:09:41.142Z PASS [ 0.030s] ( 270/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
61942026-09-07T00:09:41.148Z PASS [ 0.030s] ( 271/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
61952026-09-07T00:09:41.180Z PASS [ 0.032s] ( 272/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
61962026-09-07T00:09:41.180Z PASS [ 0.026s] ( 273/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
61972026-09-07T00:09:41.180Z PASS [ 0.029s] ( 274/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
61982026-09-07T00:09:41.184Z PASS [ 0.028s] ( 275/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
61992026-09-07T00:09:41.200Z PASS [ 0.031s] ( 276/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
62002026-09-07T00:09:41.206Z PASS [ 0.029s] ( 277/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
62012026-09-07T00:09:41.211Z PASS [ 0.028s] ( 278/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
62022026-09-07T00:09:41.232Z PASS [ 0.032s] ( 279/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
62032026-09-07T00:09:41.238Z PASS [ 0.032s] ( 280/3389) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
62042026-09-07T00:09:41.242Z PASS [ 0.031s] ( 281/3389) nexus-db-model schema_versions::test::test_verification_query_add_constraint
62052026-09-07T00:09:41.258Z PASS [ 0.026s] ( 282/3389) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
62062026-09-07T00:09:41.266Z PASS [ 0.028s] ( 283/3389) nexus-db-model schema_versions::test::test_verification_query_create_index
62072026-09-07T00:09:41.271Z PASS [ 0.028s] ( 284/3389) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
62082026-09-07T00:09:41.287Z PASS [ 0.029s] ( 285/3389) nexus-db-model schema_versions::test::test_verify
62092026-09-07T00:09:41.301Z PASS [ 0.034s] ( 286/3389) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
62102026-09-07T00:09:41.315Z PASS [ 0.044s] ( 287/3389) nexus-db-model semver_version::test::test_to_from_sortable_string
62112026-09-07T00:09:41.328Z PASS [ 0.041s] ( 288/3389) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
62122026-09-07T00:09:41.337Z PASS [ 0.035s] ( 289/3389) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
62132026-09-07T00:09:41.345Z PASS [ 0.030s] ( 290/3389) nexus-db-model switch_port::tests::router_peer_type_test_ip_db_repr
62142026-09-07T00:09:41.355Z PASS [ 0.027s] ( 291/3389) nexus-db-model tests::test_ip_subnet_check_requestable_address
62152026-09-07T00:09:41.362Z PASS [ 0.026s] ( 292/3389) nexus-db-model tests::test_ipv6_net_random_subnet
62162026-09-07T00:09:41.372Z PASS [ 0.027s] ( 293/3389) nexus-db-model tests::test_roles_database_strings
62172026-09-07T00:09:41.383Z PASS [ 0.028s] ( 294/3389) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
62182026-09-07T00:09:41.392Z PASS [ 0.029s] ( 295/3389) nexus-db-model typed_uuid::tests::test_compare_consistency
62192026-09-07T00:09:41.404Z PASS [ 0.032s] ( 296/3389) nexus-db-model typed_uuid::tests::test_hash_equality
62202026-09-07T00:09:41.412Z PASS [ 0.029s] ( 297/3389) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
62212026-09-07T00:09:41.418Z PASS [ 0.026s] ( 298/3389) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
62222026-09-07T00:09:41.431Z PASS [ 0.027s] ( 299/3389) nexus-db-model vmm_state::tests::test_from_str_roundtrips
62232026-09-07T00:09:41.440Z PASS [ 0.027s] ( 300/3389) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
62242026-09-07T00:09:41.446Z PASS [ 0.028s] ( 301/3389) nexus-db-model vmm_state::tests::test_terminal_states_consistent
62252026-09-07T00:09:42.756Z PASS [ 18.235s] ( 302/3389) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
62262026-09-07T00:09:43.130Z PASS [ 2.682s] ( 303/3389) nexus-db-lookup::integration lookup::test_lookup
62272026-09-07T00:09:43.398Z PASS [ 18.875s] ( 304/3389) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
62282026-09-07T00:09:44.048Z PASS [ 2.616s] ( 305/3389) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
62292026-09-07T00:09:44.414Z PASS [ 2.973s] ( 306/3389) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
62302026-09-07T00:09:44.514Z PASS [ 3.068s] ( 307/3389) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
62312026-09-07T00:09:45.480Z PASS [ 2.724s] ( 308/3389) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
62322026-09-07T00:09:46.024Z PASS [ 21.502s] ( 309/3389) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
62332026-09-07T00:09:46.042Z PASS [ 2.912s] ( 310/3389) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
62342026-09-07T00:09:46.247Z PASS [ 2.849s] ( 311/3389) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
62352026-09-07T00:09:46.309Z PASS [ 0.062s] ( 312/3389) nexus-db-queries db::collection_attach::test::test_verify_query
62362026-09-07T00:09:46.820Z PASS [ 22.297s] ( 313/3389) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
62372026-09-07T00:09:46.878Z PASS [ 2.831s] ( 314/3389) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
62382026-09-07T00:09:46.969Z PASS [ 22.447s] ( 315/3389) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
62392026-09-07T00:09:47.189Z PASS [ 22.668s] ( 316/3389) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
62402026-09-07T00:09:47.247Z PASS [ 22.723s] ( 317/3389) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
62412026-09-07T00:09:47.279Z PASS [ 2.865s] ( 318/3389) nexus-db-queries db::collection_attach::test::test_attach_once
62422026-09-07T00:09:47.324Z PASS [ 0.046s] ( 319/3389) nexus-db-queries db::collection_detach::test::test_verify_query
62432026-09-07T00:09:47.359Z PASS [ 2.845s] ( 320/3389) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
62442026-09-07T00:09:48.006Z PASS [ 23.485s] ( 321/3389) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
62452026-09-07T00:09:48.232Z PASS [ 2.751s] ( 322/3389) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
62462026-09-07T00:09:48.441Z PASS [ 23.919s] ( 323/3389) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
62472026-09-07T00:09:48.459Z PASS [ 23.938s] ( 324/3389) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
62482026-09-07T00:09:48.772Z PASS [ 2.730s] ( 325/3389) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
62492026-09-07T00:09:48.777Z PASS [ 2.753s] ( 326/3389) nexus-db-queries db::collection_attach::test::test_attach_with_filters
62502026-09-07T00:09:49.180Z PASS [ 2.870s] ( 327/3389) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
62512026-09-07T00:09:49.231Z PASS [ 0.051s] ( 328/3389) nexus-db-queries db::collection_detach_many::test::test_verify_query
62522026-09-07T00:09:49.269Z PASS [ 24.747s] ( 329/3389) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
62532026-09-07T00:09:49.608Z PASS [ 2.789s] ( 330/3389) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
62542026-09-07T00:09:49.644Z PASS [ 2.765s] ( 331/3389) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
62552026-09-07T00:09:49.667Z PASS [ 0.059s] ( 332/3389) nexus-db-queries db::collection_insert::test::test_verify_query
62562026-09-07T00:09:49.694Z PASS [ 0.050s] ( 333/3389) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
62572026-09-07T00:09:49.713Z PASS [ 25.192s] ( 334/3389) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
62582026-09-07T00:09:49.719Z PASS [ 0.052s] ( 335/3389) nexus-db-queries db::column_walker::test::test_walk_columns
62592026-09-07T00:09:49.737Z PASS [ 2.768s] ( 336/3389) nexus-db-queries db::collection_detach::test::test_detach_once
62602026-09-07T00:09:49.743Z PASS [ 0.049s] ( 337/3389) nexus-db-queries db::column_walker::test::test_walk_table
62612026-09-07T00:09:50.192Z PASS [ 2.944s] ( 338/3389) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
62622026-09-07T00:09:50.196Z PASS [ 3.006s] ( 339/3389) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
62632026-09-07T00:09:50.222Z PASS [ 2.863s] ( 340/3389) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
62642026-09-07T00:09:50.238Z PASS [ 2.913s] ( 341/3389) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
62652026-09-07T00:09:50.944Z PASS [ 2.937s] ( 342/3389) nexus-db-queries db::collection_detach_many::test::test_detach_many
62662026-09-07T00:09:51.105Z PASS [ 2.873s] ( 343/3389) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
62672026-09-07T00:09:51.251Z PASS [ 2.810s] ( 344/3389) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
62682026-09-07T00:09:51.315Z PASS [ 2.856s] ( 345/3389) nexus-db-queries db::collection_detach_many::test::test_detach_once
62692026-09-07T00:09:51.600Z PASS [ 2.828s] ( 346/3389) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
62702026-09-07T00:09:51.617Z PASS [ 2.840s] ( 347/3389) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
62712026-09-07T00:09:51.993Z PASS [ 2.762s] ( 348/3389) nexus-db-queries db::collection_insert::test::test_collection_not_present
62722026-09-07T00:09:52.069Z PASS [ 2.799s] ( 349/3389) nexus-db-queries db::collection_insert::test::test_collection_present
62732026-09-07T00:09:52.663Z PASS [ 28.143s] ( 350/3389) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
62742026-09-07T00:09:53.489Z PASS [ 28.968s] ( 351/3389) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
62752026-09-07T00:09:53.931Z PASS [ 4.217s] ( 352/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
62762026-09-07T00:09:53.985Z PASS [ 4.241s] ( 353/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
62772026-09-07T00:09:54.070Z PASS [ 4.351s] ( 354/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
62782026-09-07T00:09:54.627Z PASS [ 4.404s] ( 355/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
62792026-09-07T00:09:54.687Z PASS [ 4.496s] ( 356/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
62802026-09-07T00:09:55.015Z PASS [ 4.072s] ( 357/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
62812026-09-07T00:09:55.184Z PASS [ 4.946s] ( 358/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
62822026-09-07T00:09:55.234Z PASS [ 5.038s] ( 359/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
62832026-09-07T00:09:55.313Z PASS [ 30.787s] ( 360/3389) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
62842026-09-07T00:09:55.355Z PASS [ 4.250s] ( 361/3389) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
62852026-09-07T00:09:55.535Z PASS [ 4.284s] ( 362/3389) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
62862026-09-07T00:09:55.720Z PASS [ 4.405s] ( 363/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
62872026-09-07T00:09:55.880Z PASS [ 6.143s] ( 364/3389) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
62882026-09-07T00:09:56.006Z PASS [ 4.407s] ( 365/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
62892026-09-07T00:09:56.468Z PASS [ 4.475s] ( 366/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
62902026-09-07T00:09:56.541Z PASS [ 4.473s] ( 367/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
62912026-09-07T00:09:57.354Z PASS [ 32.831s] ( 368/3389) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
62922026-09-07T00:09:57.506Z PASS [ 4.842s] ( 369/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
62932026-09-07T00:09:57.761Z PASS [ 4.272s] ( 370/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
62942026-09-07T00:09:57.844Z PASS [ 6.227s] ( 371/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
62952026-09-07T00:09:57.896Z PASS [ 3.912s] ( 372/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
62962026-09-07T00:09:57.941Z PASS [ 2.707s] ( 373/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
62972026-09-07T00:09:58.055Z PASS [ 2.743s] ( 374/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
62982026-09-07T00:09:58.132Z PASS [ 4.062s] ( 375/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
62992026-09-07T00:09:58.136Z PASS [ 2.778s] ( 376/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
63002026-09-07T00:09:58.319Z PASS [ 2.784s] ( 377/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
63012026-09-07T00:09:58.459Z PASS [ 2.739s] ( 378/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
63022026-09-07T00:09:58.574Z PASS [ 4.643s] ( 379/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
63032026-09-07T00:09:58.724Z PASS [ 2.843s] ( 380/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
63042026-09-07T00:09:58.828Z PASS [ 4.201s] ( 381/3389) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
63052026-09-07T00:09:58.903Z PASS [ 2.896s] ( 382/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
63062026-09-07T00:09:59.029Z PASS [ 3.844s] ( 383/3389) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
63072026-09-07T00:09:59.229Z PASS [ 2.762s] ( 384/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
63082026-09-07T00:09:59.316Z PASS [ 2.774s] ( 385/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
63092026-09-07T00:09:59.363Z PASS [ 34.842s] ( 386/3389) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63102026-09-07T00:09:59.868Z PASS [ 35.344s] ( 387/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
63112026-09-07T00:10:00.056Z PASS [ 2.703s] ( 388/3389) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
63122026-09-07T00:10:00.337Z PASS [ 35.815s] ( 389/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
63132026-09-07T00:10:00.342Z PASS [ 5.655s] ( 390/3389) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
63142026-09-07T00:10:00.470Z PASS [ 35.949s] ( 391/3389) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
63152026-09-07T00:10:00.630Z PASS [ 5.614s] ( 392/3389) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
63162026-09-07T00:10:00.777Z PASS [ 2.721s] ( 393/3389) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
63172026-09-07T00:10:00.999Z PASS [ 36.477s] ( 394/3389) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
63182026-09-07T00:10:01.427Z PASS [ 3.921s] ( 395/3389) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
63192026-09-07T00:10:01.620Z PASS [ 3.724s] ( 396/3389) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
63202026-09-07T00:10:01.621Z PASS [ 3.859s] ( 397/3389) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
63212026-09-07T00:10:01.742Z PASS [ 3.800s] ( 398/3389) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
63222026-09-07T00:10:01.745Z PASS [ 3.900s] ( 399/3389) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
63232026-09-07T00:10:02.096Z PASS [ 3.962s] ( 400/3389) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
63242026-09-07T00:10:02.300Z PASS [ 3.841s] ( 401/3389) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
63252026-09-07T00:10:02.390Z PASS [ 4.071s] ( 402/3389) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
63262026-09-07T00:10:02.464Z PASS [ 4.331s] ( 403/3389) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
63272026-09-07T00:10:02.464Z PASS [ 3.890s] ( 404/3389) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
63282026-09-07T00:10:02.599Z PASS [ 3.875s] ( 405/3389) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
63292026-09-07T00:10:02.738Z PASS [ 3.910s] ( 406/3389) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
63302026-09-07T00:10:02.804Z PASS [ 3.775s] ( 407/3389) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
63312026-09-07T00:10:02.804Z PASS [ 3.901s] ( 408/3389) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
63322026-09-07T00:10:03.114Z PASS [ 3.885s] ( 409/3389) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
63332026-09-07T00:10:03.118Z PASS [ 1.023s] ( 410/3389) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
63342026-09-07T00:10:03.183Z PASS [ 3.867s] ( 411/3389) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
63352026-09-07T00:10:03.243Z PASS [ 3.879s] ( 412/3389) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
63362026-09-07T00:10:03.321Z PASS [ 1.021s] ( 413/3389) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
63372026-09-07T00:10:03.566Z PASS [ 3.698s] ( 414/3389) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
63382026-09-07T00:10:03.910Z PASS [ 3.854s] ( 415/3389) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
63392026-09-07T00:10:04.069Z PASS [ 3.731s] ( 416/3389) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
63402026-09-07T00:10:04.153Z PASS [ 0.832s] ( 417/3389) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
63412026-09-07T00:10:04.229Z PASS [ 3.887s] ( 418/3389) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
63422026-09-07T00:10:04.233Z PASS [ 3.761s] ( 419/3389) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
63432026-09-07T00:10:04.295Z PASS [ 2.671s] ( 420/3389) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
63442026-09-07T00:10:04.313Z PASS [ 3.683s] ( 421/3389) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
63452026-09-07T00:10:04.412Z PASS [ 0.846s] ( 422/3389) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
63462026-09-07T00:10:04.518Z PASS [ 3.741s] ( 423/3389) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
63472026-09-07T00:10:04.585Z PASS [ 2.843s] ( 424/3389) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
63482026-09-07T00:10:04.674Z PASS [ 3.675s] ( 425/3389) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
63492026-09-07T00:10:05.052Z PASS [ 3.431s] ( 426/3389) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
63502026-09-07T00:10:05.101Z PASS [ 1.031s] ( 427/3389) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
63512026-09-07T00:10:05.153Z PASS [ 40.631s] ( 428/3389) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63522026-09-07T00:10:05.188Z PASS [ 2.798s] ( 429/3389) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
63532026-09-07T00:10:05.383Z PASS [ 0.230s] ( 430/3389) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
63542026-09-07T00:10:05.413Z PASS [ 3.669s] ( 431/3389) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
63552026-09-07T00:10:05.413Z PASS [ 3.985s] ( 432/3389) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
63562026-09-07T00:10:05.420Z PASS [ 2.820s] ( 433/3389) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
63572026-09-07T00:10:05.425Z PASS [ 2.960s] ( 434/3389) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
63582026-09-07T00:10:05.441Z PASS [ 2.974s] ( 435/3389) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
63592026-09-07T00:10:05.520Z PASS [ 2.782s] ( 436/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
63602026-09-07T00:10:05.587Z PASS [ 2.783s] ( 437/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
63612026-09-07T00:10:05.625Z PASS [ 2.822s] ( 438/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
63622026-09-07T00:10:05.843Z PASS [ 2.660s] ( 439/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
63632026-09-07T00:10:05.900Z PASS [ 2.786s] ( 440/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
63642026-09-07T00:10:05.930Z PASS [ 2.811s] ( 441/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
63652026-09-07T00:10:05.945Z PASS [ 2.702s] ( 442/3389) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
63662026-09-07T00:10:06.615Z PASS [ 2.462s] ( 443/3389) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
63672026-09-07T00:10:06.672Z PASS [ 2.441s] ( 444/3389) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
63682026-09-07T00:10:06.725Z PASS [ 2.412s] ( 445/3389) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
63692026-09-07T00:10:06.763Z PASS [ 2.532s] ( 446/3389) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
63702026-09-07T00:10:06.814Z PASS [ 2.521s] ( 447/3389) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
63712026-09-07T00:10:06.855Z PASS [ 2.443s] ( 448/3389) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
63722026-09-07T00:10:06.862Z PASS [ 0.049s] ( 449/3389) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
63732026-09-07T00:10:06.927Z PASS [ 2.409s] ( 450/3389) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
63742026-09-07T00:10:07.537Z PASS [ 3.626s] ( 451/3389) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
63752026-09-07T00:10:07.631Z PASS [ 2.442s] ( 452/3389) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
63762026-09-07T00:10:08.662Z PASS [ 3.988s] ( 453/3389) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
63772026-09-07T00:10:08.914Z PASS [ 4.329s] ( 454/3389) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
63782026-09-07T00:10:09.071Z PASS [ 4.019s] ( 455/3389) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
63792026-09-07T00:10:09.136Z PASS [ 4.037s] ( 456/3389) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
63802026-09-07T00:10:09.197Z PASS [ 3.676s] ( 457/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
63812026-09-07T00:10:09.200Z PASS [ 0.286s] ( 458/3389) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
63822026-09-07T00:10:09.237Z PASS [ 3.650s] ( 459/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
63832026-09-07T00:10:09.281Z PASS [ 3.843s] ( 460/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
63842026-09-07T00:10:09.339Z PASS [ 0.268s] ( 461/3389) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
63852026-09-07T00:10:09.384Z PASS [ 0.248s] ( 462/3389) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
63862026-09-07T00:10:09.449Z PASS [ 0.253s] ( 463/3389) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
63872026-09-07T00:10:09.501Z PASS [ 4.118s] ( 464/3389) nexus-db-queries db::datastore::deployment::tests::test_blueprint_zone_requires_exactly_one_external_ip
63882026-09-07T00:10:09.716Z PASS [ 4.303s] ( 465/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_target_delete_up_to
63892026-09-07T00:10:09.733Z PASS [ 3.889s] ( 466/3389) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
63902026-09-07T00:10:09.966Z PASS [ 4.541s] ( 467/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_target_list_page
63912026-09-07T00:10:10.101Z PASS [ 4.155s] ( 468/3389) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
63922026-09-07T00:10:10.133Z PASS [ 4.204s] ( 469/3389) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
63932026-09-07T00:10:10.302Z PASS [ 4.890s] ( 470/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable
63942026-09-07T00:10:10.516Z PASS [ 4.616s] ( 471/3389) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
63952026-09-07T00:10:10.632Z PASS [ 3.776s] ( 472/3389) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
63962026-09-07T00:10:10.668Z PASS [ 5.043s] ( 473/3389) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
63972026-09-07T00:10:10.782Z PASS [ 4.020s] ( 474/3389) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
63982026-09-07T00:10:10.808Z PASS [ 4.137s] ( 475/3389) nexus-db-queries db::datastore::deployment::tests::test_set_target
63992026-09-07T00:10:10.981Z PASS [ 4.120s] ( 476/3389) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
64002026-09-07T00:10:11.031Z PASS [ 4.305s] ( 477/3389) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
64012026-09-07T00:10:11.530Z PASS [ 3.992s] ( 478/3389) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
64022026-09-07T00:10:11.647Z PASS [ 2.410s] ( 479/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
64032026-09-07T00:10:11.660Z PASS [ 4.733s] ( 480/3389) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
64042026-09-07T00:10:11.697Z PASS [ 2.496s] ( 481/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
64052026-09-07T00:10:11.769Z PASS [ 4.137s] ( 482/3389) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
64062026-09-07T00:10:11.779Z PASS [ 2.497s] ( 483/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
64072026-09-07T00:10:11.803Z PASS [ 2.464s] ( 484/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
64082026-09-07T00:10:11.825Z PASS [ 2.441s] ( 485/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
64092026-09-07T00:10:11.919Z PASS [ 2.469s] ( 486/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
64102026-09-07T00:10:11.926Z PASS [ 0.229s] ( 487/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_assign_pool_to_service_query
64112026-09-07T00:10:12.002Z PASS [ 0.234s] ( 488/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_unassign_pool_from_service_query
64122026-09-07T00:10:12.009Z PASS [ 2.509s] ( 489/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
64132026-09-07T00:10:12.113Z PASS [ 2.397s] ( 490/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
64142026-09-07T00:10:12.153Z PASS [ 2.421s] ( 491/3389) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
64152026-09-07T00:10:12.258Z PASS [ 5.642s] ( 492/3389) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
64162026-09-07T00:10:12.285Z PASS [ 2.318s] ( 493/3389) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
64172026-09-07T00:10:12.304Z PASS [ 3.642s] ( 494/3389) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
64182026-09-07T00:10:12.509Z PASS [ 2.409s] ( 495/3389) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
64192026-09-07T00:10:13.552Z PASS [ 49.030s] ( 496/3389) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64202026-09-07T00:10:13.656Z PASS [ 3.523s] ( 497/3389) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
64212026-09-07T00:10:13.957Z PASS [ 3.654s] ( 498/3389) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
64222026-09-07T00:10:14.226Z PASS [ 3.709s] ( 499/3389) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
64232026-09-07T00:10:14.308Z PASS [ 3.676s] ( 500/3389) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
64242026-09-07T00:10:14.404Z PASS [ 3.595s] ( 501/3389) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_instance_floating_ip_names_within_a_project
64252026-09-07T00:10:14.404Z PASS [ 3.622s] ( 502/3389) nexus-db-queries db::datastore::external_ip::tests::at_most_one_ephemeral_ip_per_instance_per_version
64262026-09-07T00:10:14.573Z PASS [ 3.904s] ( 503/3389) nexus-db-queries db::datastore::external_ip::tests::all_external_ip_check_constraints
64272026-09-07T00:10:14.602Z PASS [ 9.182s] ( 504/3389) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable_dups
64282026-09-07T00:10:14.605Z PASS [ 3.621s] ( 505/3389) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_service_floating_ip_names
64292026-09-07T00:10:15.071Z PASS [ 4.040s] ( 506/3389) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
64302026-09-07T00:10:15.539Z PASS [ 3.736s] ( 507/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_nonexistent_pool_is_not_found
64312026-09-07T00:10:15.687Z PASS [ 3.908s] ( 508/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_is_idempotent
64322026-09-07T00:10:15.710Z PASS [ 3.790s] ( 509/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_silo_pool_is_rejected
64332026-09-07T00:10:15.801Z PASS [ 3.975s] ( 510/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_pool_to_service
64342026-09-07T00:10:15.866Z PASS [ 4.218s] ( 511/3389) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
64352026-09-07T00:10:15.946Z PASS [ 4.019s] ( 512/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_cannot_delete_pool_assigned_to_service
64362026-09-07T00:10:16.058Z PASS [ 3.945s] ( 513/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_last_pool_is_rejected
64372026-09-07T00:10:16.078Z PASS [ 4.069s] ( 514/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_pool_shared_by_two_services
64382026-09-07T00:10:16.092Z PASS [ 4.089s] ( 515/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_list_and_pagination
64392026-09-07T00:10:16.112Z PASS [ 4.452s] ( 516/3389) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
64402026-09-07T00:10:16.140Z PASS [ 3.986s] ( 517/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_not_assigned_is_noop
64412026-09-07T00:10:16.256Z PASS [ 3.971s] ( 518/3389) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
64422026-09-07T00:10:16.266Z PASS [ 4.737s] ( 519/3389) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
64432026-09-07T00:10:16.337Z PASS [ 4.077s] ( 520/3389) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_pool
64442026-09-07T00:10:16.461Z PASS [ 4.157s] ( 521/3389) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
64452026-09-07T00:10:16.466Z PASS [ 3.956s] ( 522/3389) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
64462026-09-07T00:10:17.549Z PASS [ 3.996s] ( 523/3389) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
64472026-09-07T00:10:17.600Z PASS [ 3.943s] ( 524/3389) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
64482026-09-07T00:10:17.953Z PASS [ 3.995s] ( 525/3389) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
64492026-09-07T00:10:18.161Z PASS [ 3.854s] ( 526/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
64502026-09-07T00:10:18.179Z PASS [ 3.953s] ( 527/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
64512026-09-07T00:10:18.315Z PASS [ 3.911s] ( 528/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
64522026-09-07T00:10:18.407Z PASS [ 3.834s] ( 529/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
64532026-09-07T00:10:18.423Z PASS [ 3.820s] ( 530/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
64542026-09-07T00:10:18.462Z PASS [ 4.058s] ( 531/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
64552026-09-07T00:10:18.479Z PASS [ 3.878s] ( 532/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
64562026-09-07T00:10:18.694Z PASS [ 0.288s] ( 533/3389) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
64572026-09-07T00:10:18.720Z PASS [ 0.297s] ( 534/3389) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
64582026-09-07T00:10:18.759Z PASS [ 0.297s] ( 535/3389) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
64592026-09-07T00:10:18.975Z PASS [ 3.904s] ( 536/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
64602026-09-07T00:10:19.421Z PASS [ 3.881s] ( 537/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
64612026-09-07T00:10:19.551Z PASS [ 3.842s] ( 538/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
64622026-09-07T00:10:19.676Z PASS [ 3.875s] ( 539/3389) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
64632026-09-07T00:10:19.689Z PASS [ 4.002s] ( 540/3389) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
64642026-09-07T00:10:19.830Z PASS [ 3.885s] ( 541/3389) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
64652026-09-07T00:10:19.838Z PASS [ 3.972s] ( 542/3389) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
64662026-09-07T00:10:19.867Z PASS [ 3.809s] ( 543/3389) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
64672026-09-07T00:10:19.944Z PASS [ 3.866s] ( 544/3389) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
64682026-09-07T00:10:19.959Z PASS [ 3.867s] ( 545/3389) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
64692026-09-07T00:10:20.088Z PASS [ 3.947s] ( 546/3389) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
64702026-09-07T00:10:20.142Z PASS [ 4.031s] ( 547/3389) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
64712026-09-07T00:10:20.266Z PASS [ 4.010s] ( 548/3389) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
64722026-09-07T00:10:20.313Z PASS [ 4.046s] ( 549/3389) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
64732026-09-07T00:10:20.434Z PASS [ 4.099s] ( 550/3389) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
64742026-09-07T00:10:20.551Z PASS [ 4.090s] ( 551/3389) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
64752026-09-07T00:10:20.575Z PASS [ 56.051s] ( 552/3389) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64762026-09-07T00:10:20.595Z PASS [ 4.129s] ( 553/3389) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
64772026-09-07T00:10:20.762Z PASS [ 0.211s] ( 554/3389) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
64782026-09-07T00:10:20.988Z PASS [ 0.226s] ( 555/3389) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
64792026-09-07T00:10:21.004Z PASS [ 2.520s] ( 556/3389) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
64802026-09-07T00:10:21.117Z PASS [ 2.422s] ( 557/3389) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
64812026-09-07T00:10:21.157Z PASS [ 2.398s] ( 558/3389) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
64822026-09-07T00:10:21.333Z PASS [ 3.784s] ( 559/3389) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
64832026-09-07T00:10:21.374Z PASS [ 2.653s] ( 560/3389) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
64842026-09-07T00:10:21.377Z PASS [ 2.400s] ( 561/3389) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
64852026-09-07T00:10:21.414Z PASS [ 3.814s] ( 562/3389) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
64862026-09-07T00:10:21.595Z PASS [ 3.642s] ( 563/3389) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
64872026-09-07T00:10:22.018Z PASS [ 3.703s] ( 564/3389) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
64882026-09-07T00:10:22.074Z PASS [ 3.913s] ( 565/3389) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
64892026-09-07T00:10:22.074Z PASS [ 3.895s] ( 566/3389) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
64902026-09-07T00:10:23.363Z PASS [ 2.788s] ( 567/3389) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
64912026-09-07T00:10:23.408Z PASS [ 3.732s] ( 568/3389) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
64922026-09-07T00:10:23.503Z PASS [ 3.813s] ( 569/3389) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
64932026-09-07T00:10:23.511Z PASS [ 3.674s] ( 570/3389) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
64942026-09-07T00:10:23.575Z PASS [ 3.743s] ( 571/3389) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
64952026-09-07T00:10:23.685Z PASS [ 3.726s] ( 572/3389) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
64962026-09-07T00:10:23.685Z PASS [ 3.818s] ( 573/3389) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
64972026-09-07T00:10:23.703Z PASS [ 3.759s] ( 574/3389) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
64982026-09-07T00:10:24.201Z PASS [ 4.650s] ( 575/3389) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
64992026-09-07T00:10:24.201Z PASS [ 4.113s] ( 576/3389) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
65002026-09-07T00:10:24.387Z PASS [ 4.121s] ( 577/3389) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
65012026-09-07T00:10:24.387Z PASS [ 4.245s] ( 578/3389) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
65022026-09-07T00:10:24.435Z PASS [ 4.001s] ( 579/3389) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
65032026-09-07T00:10:24.532Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65042026-09-07T00:10:24.536Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
65052026-09-07T00:10:24.685Z PASS [ 4.372s] ( 580/3389) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
65062026-09-07T00:10:24.685Z PASS [ 4.090s] ( 581/3389) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
65072026-09-07T00:10:24.839Z PASS [ 3.850s] ( 582/3389) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
65082026-09-07T00:10:24.916Z PASS [ 3.915s] ( 583/3389) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
65092026-09-07T00:10:25.093Z PASS [ 3.976s] ( 584/3389) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
65102026-09-07T00:10:25.759Z PASS [ 4.426s] ( 585/3389) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
65112026-09-07T00:10:25.856Z PASS [ 4.481s] ( 586/3389) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
65122026-09-07T00:10:25.859Z PASS [ 4.262s] ( 587/3389) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
65132026-09-07T00:10:25.919Z PASS [ 4.544s] ( 588/3389) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
65142026-09-07T00:10:25.963Z PASS [ 4.549s] ( 589/3389) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
65152026-09-07T00:10:26.305Z PASS [ 4.286s] ( 590/3389) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
65162026-09-07T00:10:26.536Z PASS [ 4.461s] ( 591/3389) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
65172026-09-07T00:10:26.616Z PASS [ 4.541s] ( 592/3389) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
65182026-09-07T00:10:27.592Z PASS [ 6.436s] ( 593/3389) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
65192026-09-07T00:10:27.598Z PASS [ 4.024s] ( 594/3389) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
65202026-09-07T00:10:27.824Z PASS [ 4.139s] ( 595/3389) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
65212026-09-07T00:10:27.857Z PASS [ 4.172s] ( 596/3389) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
65222026-09-07T00:10:27.857Z PASS [ 4.153s] ( 597/3389) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
65232026-09-07T00:10:27.925Z PASS [ 3.009s] ( 598/3389) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
65242026-09-07T00:10:27.953Z PASS [ 4.589s] ( 599/3389) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
65252026-09-07T00:10:27.994Z PASS [ 4.578s] ( 600/3389) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
65262026-09-07T00:10:28.060Z PASS [ 4.556s] ( 601/3389) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
65272026-09-07T00:10:28.159Z PASS [ 3.043s] ( 602/3389) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
65282026-09-07T00:10:28.205Z PASS [ 0.279s] ( 603/3389) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
65292026-09-07T00:10:28.246Z PASS [ 0.289s] ( 604/3389) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
65302026-09-07T00:10:28.301Z PASS [ 0.314s] ( 605/3389) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
65312026-09-07T00:10:28.922Z PASS [ 3.161s] ( 606/3389) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
65322026-09-07T00:10:28.930Z PASS [ 5.414s] ( 607/3389) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
65332026-09-07T00:10:28.979Z PASS [ 3.121s] ( 608/3389) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
65342026-09-07T00:10:29.137Z PASS [ 4.744s] ( 609/3389) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
65352026-09-07T00:10:29.146Z PASS [ 4.944s] ( 610/3389) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
65362026-09-07T00:10:29.306Z PASS [ 4.866s] ( 611/3389) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
65372026-09-07T00:10:29.318Z PASS [ 4.920s] ( 612/3389) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
65382026-09-07T00:10:29.374Z PASS [ 4.684s] ( 613/3389) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_shared_across_zones
65392026-09-07T00:10:29.410Z PASS [ 4.564s] ( 614/3389) nexus-db-queries db::datastore::inventory::test::test_zone_with_multiple_external_ips_round_trips_through_database
65402026-09-07T00:10:29.444Z PASS [ 4.753s] ( 615/3389) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
65412026-09-07T00:10:30.418Z PASS [ 4.557s] ( 616/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
65422026-09-07T00:10:30.549Z PASS [ 4.629s] ( 617/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_while_assigned_to_services
65432026-09-07T00:10:30.557Z PASS [ 4.586s] ( 618/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
65442026-09-07T00:10:30.788Z PASS [ 4.465s] ( 619/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
65452026-09-07T00:10:30.923Z PASS [ 4.386s] ( 620/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
65462026-09-07T00:10:30.937Z PASS [ 4.321s] ( 621/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
65472026-09-07T00:10:31.746Z PASS [ 4.142s] ( 622/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
65482026-09-07T00:10:31.773Z PASS [ 7.567s] ( 623/3389) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
65492026-09-07T00:10:31.986Z PASS [ 4.160s] ( 624/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
65502026-09-07T00:10:32.000Z PASS [ 4.402s] ( 625/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
65512026-09-07T00:10:32.586Z PASS [ 4.729s] ( 626/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
65522026-09-07T00:10:32.612Z PASS [ 4.475s] ( 627/3389) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
65532026-09-07T00:10:32.630Z PASS [ 4.773s] ( 628/3389) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
65542026-09-07T00:10:32.849Z PASS [ 4.607s] ( 629/3389) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
65552026-09-07T00:10:32.855Z PASS [ 4.555s] ( 630/3389) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
65562026-09-07T00:10:32.981Z PASS [ 4.778s] ( 631/3389) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
65572026-09-07T00:10:33.165Z PASS [ 4.244s] ( 632/3389) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
65582026-09-07T00:10:33.213Z PASS [ 4.236s] ( 633/3389) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
65592026-09-07T00:10:33.228Z PASS [ 4.303s] ( 634/3389) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
65602026-09-07T00:10:33.333Z PASS [ 5.274s] ( 635/3389) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
65612026-09-07T00:10:33.658Z PASS [ 4.513s] ( 636/3389) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
65622026-09-07T00:10:33.827Z PASS [ 4.695s] ( 637/3389) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
65632026-09-07T00:10:33.896Z PASS [ 4.593s] ( 638/3389) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
65642026-09-07T00:10:34.003Z PASS [ 4.694s] ( 639/3389) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
65652026-09-07T00:10:34.035Z PASS [ 4.665s] ( 640/3389) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
65662026-09-07T00:10:34.137Z PASS [ 4.698s] ( 641/3389) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
65672026-09-07T00:10:34.190Z PASS [ 4.785s] ( 642/3389) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
65682026-09-07T00:10:34.831Z PASS [ 4.282s] ( 643/3389) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
65692026-09-07T00:10:34.831Z PASS [ 4.416s] ( 644/3389) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
65702026-09-07T00:10:34.850Z PASS [ 4.300s] ( 645/3389) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
65712026-09-07T00:10:35.188Z PASS [ 4.266s] ( 646/3389) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
65722026-09-07T00:10:35.192Z PASS [ 4.421s] ( 647/3389) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
65732026-09-07T00:10:35.318Z PASS [ 4.381s] ( 648/3389) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
65742026-09-07T00:10:36.103Z PASS [ 4.335s] ( 649/3389) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
65752026-09-07T00:10:36.110Z PASS [ 4.370s] ( 650/3389) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
65762026-09-07T00:10:36.334Z PASS [ 4.350s] ( 651/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
65772026-09-07T00:10:36.889Z PASS [ 4.302s] ( 652/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
65782026-09-07T00:10:36.937Z PASS [ 4.942s] ( 653/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
65792026-09-07T00:10:37.044Z PASS [ 4.432s] ( 654/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
65802026-09-07T00:10:37.112Z PASS [ 4.256s] ( 655/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
65812026-09-07T00:10:37.206Z PASS [ 4.356s] ( 656/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
65822026-09-07T00:10:37.222Z PASS [ 4.593s] ( 657/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
65832026-09-07T00:10:37.688Z PASS [ 4.707s] ( 658/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
65842026-09-07T00:10:37.737Z PASS [ 4.570s] ( 659/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
65852026-09-07T00:10:37.809Z PASS [ 4.596s] ( 660/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
65862026-09-07T00:10:37.822Z PASS [ 4.594s] ( 661/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
65872026-09-07T00:10:37.872Z PASS [ 4.539s] ( 662/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
65882026-09-07T00:10:37.913Z PASS [ 4.255s] ( 663/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
65892026-09-07T00:10:38.369Z PASS [ 4.542s] ( 664/3389) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
65902026-09-07T00:10:38.421Z PASS [ 4.285s] ( 665/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
65912026-09-07T00:10:38.626Z PASS [ 19.205s] ( 666/3389) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
65922026-09-07T00:10:38.672Z PASS [ 4.777s] ( 667/3389) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
65932026-09-07T00:10:39.081Z PASS [ 5.077s] ( 668/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
65942026-09-07T00:10:39.239Z PASS [ 5.204s] ( 669/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
65952026-09-07T00:10:39.259Z PASS [ 5.069s] ( 670/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
65962026-09-07T00:10:40.025Z PASS [ 5.174s] ( 671/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
65972026-09-07T00:10:40.105Z PASS [ 5.274s] ( 672/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
65982026-09-07T00:10:40.183Z PASS [ 5.352s] ( 673/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
65992026-09-07T00:10:40.199Z PASS [ 5.011s] ( 674/3389) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
66002026-09-07T00:10:40.425Z PASS [ 5.233s] ( 675/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
66012026-09-07T00:10:40.484Z PASS [ 5.166s] ( 676/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
66022026-09-07T00:10:41.095Z PASS [ 4.984s] ( 677/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
66032026-09-07T00:10:41.139Z PASS [ 5.035s] ( 678/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
66042026-09-07T00:10:41.263Z PASS [ 4.927s] ( 679/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
66052026-09-07T00:10:41.622Z PASS [ 3.886s] ( 680/3389) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
66062026-09-07T00:10:41.898Z PASS [ 5.009s] ( 681/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
66072026-09-07T00:10:42.037Z PASS [ 4.993s] ( 682/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
66082026-09-07T00:10:42.134Z PASS [ 5.197s] ( 683/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
66092026-09-07T00:10:42.162Z PASS [ 4.939s] ( 684/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
66102026-09-07T00:10:42.241Z PASS [ 5.035s] ( 685/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
66112026-09-07T00:10:42.385Z PASS [ 5.273s] ( 686/3389) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
66122026-09-07T00:10:42.420Z PASS [ 4.611s] ( 687/3389) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
66132026-09-07T00:10:42.566Z PASS [ 4.878s] ( 688/3389) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
66142026-09-07T00:10:42.681Z PASS [ 4.859s] ( 689/3389) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
66152026-09-07T00:10:42.716Z PASS [ 4.844s] ( 690/3389) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
66162026-09-07T00:10:42.757Z PASS [ 4.844s] ( 691/3389) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
66172026-09-07T00:10:43.139Z PASS [ 4.058s] ( 692/3389) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
66182026-09-07T00:10:43.282Z PASS [ 4.860s] ( 693/3389) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
66192026-09-07T00:10:43.303Z PASS [ 4.934s] ( 694/3389) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
66202026-09-07T00:10:43.378Z PASS [ 4.137s] ( 695/3389) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
66212026-09-07T00:10:43.512Z PASS [ 4.886s] ( 696/3389) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
66222026-09-07T00:10:43.827Z PASS [ 3.803s] ( 697/3389) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
66232026-09-07T00:10:43.881Z PASS [ 0.053s] ( 698/3389) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
66242026-09-07T00:10:43.927Z PASS [ 0.046s] ( 699/3389) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
66252026-09-07T00:10:43.944Z PASS [ 4.687s] ( 700/3389) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
66262026-09-07T00:10:43.948Z PASS [ 5.273s] ( 701/3389) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
66272026-09-07T00:10:44.038Z PASS [ 0.093s] ( 702/3389) nexus-db-queries db::datastore::region::test::test_extent_count
66282026-09-07T00:10:44.200Z PASS [ 4.001s] ( 703/3389) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
66292026-09-07T00:10:44.400Z PASS [ 3.916s] ( 704/3389) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
66302026-09-07T00:10:44.794Z PASS [ 4.689s] ( 705/3389) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
66312026-09-07T00:10:45.047Z PASS [ 3.953s] ( 706/3389) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
66322026-09-07T00:10:45.359Z PASS [ 4.097s] ( 707/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
66332026-09-07T00:10:45.638Z PASS [ 4.016s] ( 708/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
66342026-09-07T00:10:45.642Z PASS [ 4.504s] ( 709/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
66352026-09-07T00:10:45.954Z PASS [ 3.916s] ( 710/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
66362026-09-07T00:10:46.109Z PASS [ 4.212s] ( 711/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
66372026-09-07T00:10:46.135Z PASS [ 4.001s] ( 712/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
66382026-09-07T00:10:46.219Z PASS [ 3.977s] ( 713/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
66392026-09-07T00:10:46.335Z PASS [ 4.174s] ( 714/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
66402026-09-07T00:10:46.742Z PASS [ 4.356s] ( 715/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
66412026-09-07T00:10:46.880Z PASS [ 4.164s] ( 716/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
66422026-09-07T00:10:47.010Z PASS [ 4.253s] ( 717/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
66432026-09-07T00:10:47.016Z PASS [ 4.335s] ( 718/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
66442026-09-07T00:10:47.105Z PASS [ 4.683s] ( 719/3389) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
66452026-09-07T00:10:47.457Z PASS [ 3.945s] ( 720/3389) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
66462026-09-07T00:10:47.488Z PASS [ 4.349s] ( 721/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
66472026-09-07T00:10:47.776Z PASS [ 3.849s] ( 722/3389) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
66482026-09-07T00:10:47.811Z PASS [ 3.865s] ( 723/3389) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
66492026-09-07T00:10:47.960Z PASS [ 3.922s] ( 724/3389) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
66502026-09-07T00:10:48.008Z PASS [ 4.726s] ( 725/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
66512026-09-07T00:10:48.024Z PASS [ 5.458s] ( 726/3389) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
66522026-09-07T00:10:48.117Z PASS [ 4.814s] ( 727/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
66532026-09-07T00:10:48.152Z PASS [ 3.951s] ( 728/3389) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
66542026-09-07T00:10:48.192Z PASS [ 4.815s] ( 729/3389) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
66552026-09-07T00:10:48.448Z PASS [ 4.048s] ( 730/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
66562026-09-07T00:10:48.501Z PASS [ 3.707s] ( 731/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
66572026-09-07T00:10:48.501Z PASS [ 0.053s] ( 732/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::boundary_is_strict
66582026-09-07T00:10:48.598Z PASS [ 0.096s] ( 733/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::existing_allocations_reserve_their_pool
66592026-09-07T00:10:48.601Z PASS [ 0.099s] ( 734/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::descending_workload_across_seeds
66602026-09-07T00:10:48.694Z PASS [ 0.094s] ( 735/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::infeasible_despite_total_space
66612026-09-07T00:10:48.697Z PASS [ 0.097s] ( 736/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::greedy_matches_brute_force
66622026-09-07T00:10:48.756Z PASS [ 0.062s] ( 737/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::more_requests_than_pools
66632026-09-07T00:10:48.761Z PASS [ 0.065s] ( 738/3389) nexus-db-queries db::datastore::sled::local_storage_pairing_test::no_requests
66642026-09-07T00:10:48.834Z PASS [ 3.786s] ( 739/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
66652026-09-07T00:10:49.237Z PASS [ 3.878s] ( 740/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
66662026-09-07T00:10:49.336Z PASS [ 3.694s] ( 741/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
66672026-09-07T00:10:49.422Z PASS [ 3.785s] ( 742/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
66682026-09-07T00:10:49.642Z PASS [ 3.688s] ( 743/3389) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
66692026-09-07T00:10:49.864Z PASS [ 9.682s] ( 744/3389) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
66702026-09-07T00:10:49.877Z PASS [ 3.768s] ( 745/3389) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
66712026-09-07T00:10:50.032Z PASS [ 3.896s] ( 746/3389) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
66722026-09-07T00:10:50.036Z PASS [ 3.814s] ( 747/3389) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_reports_each_sled_outcome
66732026-09-07T00:10:50.374Z PASS [ 4.038s] ( 748/3389) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_stops_at_first_error
66742026-09-07T00:10:50.400Z PASS [ 3.658s] ( 749/3389) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::check_constraint_rejects_inconsistent_columns
66752026-09-07T00:10:50.726Z PASS [ 3.846s] ( 750/3389) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_is_terminal
66762026-09-07T00:10:50.831Z PASS [ 3.727s] ( 751/3389) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
66772026-09-07T00:10:50.910Z PASS [ 3.899s] ( 752/3389) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_without_row_inserts_tombstone
66782026-09-07T00:10:50.941Z PASS [ 3.923s] ( 753/3389) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::upsert_rejects_stale_generation
66792026-09-07T00:10:51.232Z PASS [ 3.775s] ( 754/3389) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
66802026-09-07T00:10:51.445Z PASS [ 3.956s] ( 755/3389) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
66812026-09-07T00:10:51.583Z PASS [ 3.772s] ( 756/3389) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
66822026-09-07T00:10:51.612Z PASS [ 3.835s] ( 757/3389) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
66832026-09-07T00:10:51.856Z PASS [ 3.847s] ( 758/3389) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
66842026-09-07T00:10:51.913Z PASS [ 3.953s] ( 759/3389) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
66852026-09-07T00:10:51.959Z PASS [ 3.895s] ( 760/3389) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
66862026-09-07T00:10:51.969Z PASS [ 3.817s] ( 761/3389) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
66872026-09-07T00:10:52.024Z PASS [ 3.907s] ( 762/3389) nexus-db-queries db::datastore::saga::test::test_sagas_abandon_orphans
66882026-09-07T00:10:52.049Z PASS [ 3.857s] ( 763/3389) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
66892026-09-07T00:10:52.983Z PASS [ 4.222s] ( 764/3389) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
66902026-09-07T00:10:53.014Z PASS [ 4.180s] ( 765/3389) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
66912026-09-07T00:10:53.127Z PASS [ 4.371s] ( 766/3389) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
66922026-09-07T00:10:53.546Z PASS [ 4.309s] ( 767/3389) nexus-db-queries db::datastore::sled::test::affinity_multi_group
66932026-09-07T00:10:53.629Z PASS [ 4.293s] ( 768/3389) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
66942026-09-07T00:10:53.722Z PASS [ 4.300s] ( 769/3389) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66952026-09-07T00:10:53.767Z PASS [ 4.125s] ( 770/3389) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
66962026-09-07T00:10:54.142Z PASS [ 4.278s] ( 771/3389) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66972026-09-07T00:10:54.276Z PASS [ 4.398s] ( 772/3389) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66982026-09-07T00:10:54.384Z PASS [ 4.351s] ( 773/3389) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66992026-09-07T00:10:54.473Z PASS [ 4.441s] ( 774/3389) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
67002026-09-07T00:10:54.681Z PASS [ 4.281s] ( 775/3389) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
67012026-09-07T00:10:54.739Z PASS [ 4.364s] ( 776/3389) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
67022026-09-07T00:10:55.273Z PASS [ 4.547s] ( 777/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation
67032026-09-07T00:10:55.852Z PASS [ 5.021s] ( 778/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
67042026-09-07T00:10:55.965Z PASS [ 5.026s] ( 779/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
67052026-09-07T00:10:55.996Z PASS [ 5.087s] ( 780/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
67062026-09-07T00:10:56.015Z PASS [ 15.589s] ( 781/3389) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
67072026-09-07T00:10:56.397Z PASS [ 4.813s] ( 782/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
67082026-09-07T00:10:56.674Z PASS [ 4.755s] ( 783/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
67092026-09-07T00:10:56.787Z PASS [ 4.763s] ( 784/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
67102026-09-07T00:10:56.807Z PASS [ 4.837s] ( 785/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
67112026-09-07T00:10:56.859Z PASS [ 5.248s] ( 786/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
67122026-09-07T00:10:56.905Z PASS [ 5.048s] ( 787/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
67132026-09-07T00:10:57.245Z PASS [ 5.332s] ( 788/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
67142026-09-07T00:10:58.553Z PASS [ 7.109s] ( 789/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
67152026-09-07T00:10:58.848Z PASS [ 5.218s] ( 790/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
67162026-09-07T00:10:58.949Z PASS [ 5.227s] ( 791/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
67172026-09-07T00:10:59.205Z PASS [ 5.658s] ( 792/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
67182026-09-07T00:11:00.439Z PASS [ 4.424s] ( 793/3389) nexus-db-queries db::datastore::sled::test::sled_list_batch
67192026-09-07T00:11:00.810Z PASS [ 6.128s] ( 794/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
67202026-09-07T00:11:00.833Z PASS [ 6.095s] ( 795/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
67212026-09-07T00:11:00.855Z PASS [ 4.457s] ( 796/3389) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
67222026-09-07T00:11:00.910Z PASS [ 7.142s] ( 797/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
67232026-09-07T00:11:01.123Z PASS [ 4.219s] ( 798/3389) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
67242026-09-07T00:11:01.129Z PASS [ 4.323s] ( 799/3389) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
67252026-09-07T00:11:01.151Z PASS [ 4.477s] ( 800/3389) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
67262026-09-07T00:11:01.213Z PASS [ 4.425s] ( 801/3389) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
67272026-09-07T00:11:01.331Z PASS [ 7.188s] ( 802/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
67282026-09-07T00:11:01.383Z PASS [ 4.138s] ( 803/3389) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
67292026-09-07T00:11:01.533Z PASS [ 5.537s] ( 804/3389) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
67302026-09-07T00:11:01.575Z PASS [ 7.191s] ( 805/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
67312026-09-07T00:11:01.585Z PASS [ 7.308s] ( 806/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
67322026-09-07T00:11:01.585Z PASS [ 6.311s] ( 807/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
67332026-09-07T00:11:01.625Z PASS [ 4.766s] ( 808/3389) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
67342026-09-07T00:11:01.650Z PASS [ 7.177s] ( 809/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
67352026-09-07T00:11:01.693Z PASS [ 5.841s] ( 810/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_stale_snapshot_retry
67362026-09-07T00:11:02.437Z PASS [ 3.884s] ( 811/3389) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
67372026-09-07T00:11:02.553Z PASS [ 6.587s] ( 812/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_too_many
67382026-09-07T00:11:03.012Z PASS [ 4.062s] ( 813/3389) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
67392026-09-07T00:11:03.147Z PASS [ 3.942s] ( 814/3389) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
67402026-09-07T00:11:04.333Z PASS [ 3.894s] ( 815/3389) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
67412026-09-07T00:11:04.433Z PASS [ 3.623s] ( 816/3389) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
67422026-09-07T00:11:04.809Z PASS [ 3.899s] ( 817/3389) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
67432026-09-07T00:11:04.822Z PASS [ 3.967s] ( 818/3389) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
67442026-09-07T00:11:04.869Z PASS [ 4.036s] ( 819/3389) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
67452026-09-07T00:11:05.012Z PASS [ 3.883s] ( 820/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
67462026-09-07T00:11:05.228Z PASS [ 4.105s] ( 821/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
67472026-09-07T00:11:05.599Z PASS [ 6.751s] ( 822/3389) nexus-db-queries db::datastore::sled::test::test_sled_transitions
67482026-09-07T00:11:05.671Z PASS [ 4.020s] ( 823/3389) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
67492026-09-07T00:11:05.713Z PASS [ 4.020s] ( 824/3389) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
67502026-09-07T00:11:05.755Z PASS [ 4.170s] ( 825/3389) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
67512026-09-07T00:11:05.767Z PASS [ 4.191s] ( 826/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
67522026-09-07T00:11:05.787Z PASS [ 4.254s] ( 827/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
67532026-09-07T00:11:05.804Z PASS [ 4.179s] ( 828/3389) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
67542026-09-07T00:11:05.823Z PASS [ 4.238s] ( 829/3389) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
67552026-09-07T00:11:06.253Z PASS [ 15.020s] ( 830/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_descending_serial
67562026-09-07T00:11:06.273Z PASS [ 5.060s] ( 831/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
67572026-09-07T00:11:06.332Z PASS [ 5.180s] ( 832/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
67582026-09-07T00:11:06.423Z PASS [ 3.986s] ( 833/3389) nexus-db-queries db::datastore::target_release::test::target_release_datastore
67592026-09-07T00:11:06.505Z PASS [ 5.174s] ( 834/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
67602026-09-07T00:11:06.570Z PASS [ 5.186s] ( 835/3389) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
67612026-09-07T00:11:06.603Z PASS [ 4.050s] ( 836/3389) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
67622026-09-07T00:11:06.969Z PASS [ 3.957s] ( 837/3389) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
67632026-09-07T00:11:07.063Z PASS [ 3.916s] ( 838/3389) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
67642026-09-07T00:11:07.968Z PASS [ 3.635s] ( 839/3389) nexus-db-queries db::datastore::test::test_project_creation
67652026-09-07T00:11:08.065Z PASS [ 3.632s] ( 840/3389) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
67662026-09-07T00:11:08.751Z PASS [ 3.942s] ( 841/3389) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
67672026-09-07T00:11:08.923Z PASS [ 4.053s] ( 842/3389) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
67682026-09-07T00:11:09.339Z PASS [ 4.110s] ( 843/3389) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
67692026-09-07T00:11:09.417Z PASS [ 4.404s] ( 844/3389) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
67702026-09-07T00:11:09.615Z PASS [ 3.848s] ( 845/3389) nexus-db-queries db::datastore::test::test_session_cleanup_batch
67712026-09-07T00:11:09.652Z PASS [ 3.829s] ( 846/3389) nexus-db-queries db::datastore::test::test_ssh_keys
67722026-09-07T00:11:09.718Z PASS [ 3.931s] ( 847/3389) nexus-db-queries db::datastore::test::test_session_methods
67732026-09-07T00:11:09.740Z PASS [ 3.936s] ( 848/3389) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
67742026-09-07T00:11:09.972Z PASS [ 3.719s] ( 849/3389) nexus-db-queries db::datastore::test::test_table_scan
67752026-09-07T00:11:10.308Z PASS [ 3.974s] ( 850/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
67762026-09-07T00:11:10.575Z PASS [ 4.302s] ( 851/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
67772026-09-07T00:11:10.606Z PASS [ 4.101s] ( 852/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
67782026-09-07T00:11:10.669Z PASS [ 4.098s] ( 853/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
67792026-09-07T00:11:10.861Z PASS [ 4.438s] ( 854/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
67802026-09-07T00:11:10.861Z PASS [ 4.258s] ( 855/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
67812026-09-07T00:11:11.177Z PASS [ 4.207s] ( 856/3389) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
67822026-09-07T00:11:11.934Z PASS [ 3.869s] ( 857/3389) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
67832026-09-07T00:11:12.344Z PASS [ 7.522s] ( 858/3389) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
67842026-09-07T00:11:12.776Z PASS [ 4.808s] ( 859/3389) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
67852026-09-07T00:11:12.855Z PASS [ 3.932s] ( 860/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
67862026-09-07T00:11:12.889Z PASS [ 4.138s] ( 861/3389) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
67872026-09-07T00:11:12.943Z PASS [ 7.273s] ( 862/3389) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
67882026-09-07T00:11:13.245Z PASS [ 7.646s] ( 863/3389) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
67892026-09-07T00:11:13.290Z PASS [ 0.045s] ( 864/3389) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
67902026-09-07T00:11:13.336Z PASS [ 0.046s] ( 865/3389) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
67912026-09-07T00:11:13.530Z PASS [ 4.113s] ( 866/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
67922026-09-07T00:11:13.543Z PASS [ 4.204s] ( 867/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67932026-09-07T00:11:13.740Z PASS [ 4.115s] ( 868/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
67942026-09-07T00:11:13.783Z PASS [ 8.024s] ( 869/3389) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
67952026-09-07T00:11:13.896Z PASS [ 4.177s] ( 870/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
67962026-09-07T00:11:14.018Z PASS [ 4.277s] ( 871/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
67972026-09-07T00:11:14.311Z PASS [ 4.004s] ( 872/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
67982026-09-07T00:11:14.408Z PASS [ 4.437s] ( 873/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67992026-09-07T00:11:14.549Z PASS [ 3.943s] ( 874/3389) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
68002026-09-07T00:11:14.561Z PASS [ 4.907s] ( 875/3389) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68012026-09-07T00:11:14.654Z PASS [ 8.940s] ( 876/3389) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
68022026-09-07T00:11:14.679Z PASS [ 4.011s] ( 877/3389) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
68032026-09-07T00:11:14.816Z PASS [ 0.256s] ( 878/3389) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
68042026-09-07T00:11:14.840Z PASS [ 3.974s] ( 879/3389) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
68052026-09-07T00:11:15.083Z PASS [ 4.507s] ( 880/3389) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68062026-09-07T00:11:15.091Z PASS [ 4.229s] ( 881/3389) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
68072026-09-07T00:11:15.265Z PASS [ 4.087s] ( 882/3389) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
68082026-09-07T00:11:15.691Z PASS [ 3.757s] ( 883/3389) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
68092026-09-07T00:11:16.034Z PASS [ 3.689s] ( 884/3389) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
68102026-09-07T00:11:16.495Z PASS [ 3.606s] ( 885/3389) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
68112026-09-07T00:11:16.510Z PASS [ 3.654s] ( 886/3389) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
68122026-09-07T00:11:16.603Z PASS [ 3.826s] ( 887/3389) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
68132026-09-07T00:11:17.196Z PASS [ 3.653s] ( 888/3389) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
68142026-09-07T00:11:17.396Z PASS [ 3.665s] ( 889/3389) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
68152026-09-07T00:11:17.429Z PASS [ 2.592s] ( 890/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
68162026-09-07T00:11:17.442Z PASS [ 2.763s] ( 891/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
68172026-09-07T00:11:17.449Z PASS [ 2.633s] ( 892/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
68182026-09-07T00:11:17.483Z PASS [ 2.828s] ( 893/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
68192026-09-07T00:11:17.492Z PASS [ 3.713s] ( 894/3389) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
68202026-09-07T00:11:17.676Z PASS [ 2.593s] ( 895/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
68212026-09-07T00:11:17.686Z PASS [ 2.595s] ( 896/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
68222026-09-07T00:11:17.740Z PASS [ 0.064s] ( 897/3389) nexus-db-queries db::pagination::test::test_paginator
68232026-09-07T00:11:17.812Z PASS [ 3.912s] ( 898/3389) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
68242026-09-07T00:11:17.932Z PASS [ 3.914s] ( 899/3389) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
68252026-09-07T00:11:17.999Z PASS [ 2.734s] ( 900/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
68262026-09-07T00:11:18.340Z PASS [ 2.649s] ( 901/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
68272026-09-07T00:11:18.683Z PASS [ 2.650s] ( 902/3389) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
68282026-09-07T00:11:18.816Z PASS [ 4.408s] ( 903/3389) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
68292026-09-07T00:11:19.023Z PASS [ 1.283s] ( 904/3389) nexus-db-queries db::pool::test::test_pool_can_be_terminated
68302026-09-07T00:11:19.027Z PASS [ 2.515s] ( 905/3389) nexus-db-queries db::explain::test::test_explain_async
68312026-09-07T00:11:19.077Z PASS [ 1.269s] ( 906/3389) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
68322026-09-07T00:11:19.154Z PASS [ 2.551s] ( 907/3389) nexus-db-queries db::explain::test::test_explain_full_table_scan
68332026-09-07T00:11:19.192Z PASS [ 4.882s] ( 908/3389) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
68342026-09-07T00:11:19.340Z PASS [ 0.262s] ( 909/3389) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
68352026-09-07T00:11:19.396Z PASS [ 0.242s] ( 910/3389) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
68362026-09-07T00:11:19.415Z PASS [ 4.865s] ( 911/3389) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
68372026-09-07T00:11:19.479Z PASS [ 0.286s] ( 912/3389) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
68382026-09-07T00:11:19.579Z PASS [ 0.239s] ( 913/3389) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
68392026-09-07T00:11:19.888Z PASS [ 2.692s] ( 914/3389) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
68402026-09-07T00:11:19.992Z PASS [ 7.048s] ( 915/3389) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
68412026-09-07T00:11:20.199Z PASS [ 2.803s] ( 916/3389) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
68422026-09-07T00:11:20.231Z PASS [ 2.545s] ( 917/3389) nexus-db-queries db::pool::test::test_keep_alive_set
68432026-09-07T00:11:20.249Z PASS [ 2.800s] ( 918/3389) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
68442026-09-07T00:11:20.260Z PASS [ 2.831s] ( 919/3389) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
68452026-09-07T00:11:20.303Z PASS [ 2.861s] ( 920/3389) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
68462026-09-07T00:11:20.358Z PASS [ 2.875s] ( 921/3389) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
68472026-09-07T00:11:20.411Z PASS [ 2.919s] ( 922/3389) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
68482026-09-07T00:11:20.449Z PASS [ 3.954s] ( 923/3389) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
68492026-09-07T00:11:20.574Z PASS [ 0.216s] ( 924/3389) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
68502026-09-07T00:11:20.654Z PASS [ 0.243s] ( 925/3389) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
68512026-09-07T00:11:20.667Z PASS [ 7.331s] ( 926/3389) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
68522026-09-07T00:11:20.857Z PASS [ 0.282s] ( 927/3389) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
68532026-09-07T00:11:20.914Z PASS [ 0.247s] ( 928/3389) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
68542026-09-07T00:11:20.920Z PASS [ 0.266s] ( 929/3389) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
68552026-09-07T00:11:21.086Z PASS [ 0.229s] ( 930/3389) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
68562026-09-07T00:11:21.098Z PASS [ 2.757s] ( 931/3389) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
68572026-09-07T00:11:21.147Z PASS [ 0.227s] ( 932/3389) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
68582026-09-07T00:11:21.153Z PASS [ 0.239s] ( 933/3389) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
68592026-09-07T00:11:21.168Z PASS [ 7.638s] ( 934/3389) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
68602026-09-07T00:11:22.070Z PASS [ 4.066s] ( 935/3389) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
68612026-09-07T00:11:22.172Z PASS [ 4.236s] ( 936/3389) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
68622026-09-07T00:11:22.615Z PASS [ 3.926s] ( 937/3389) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
68632026-09-07T00:11:22.802Z PASS [ 0.735s] ( 938/3389) nexus-db-queries db::queries::network_interface::tests::expectorate_query
68642026-09-07T00:11:23.137Z PASS [ 4.111s] ( 939/3389) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
68652026-09-07T00:11:23.177Z PASS [ 4.359s] ( 940/3389) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
68662026-09-07T00:11:23.222Z PASS [ 0.046s] ( 941/3389) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
68672026-09-07T00:11:23.290Z PASS [ 2.841s] ( 942/3389) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
68682026-09-07T00:11:23.483Z PASS [ 4.459s] ( 943/3389) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
68692026-09-07T00:11:23.538Z PASS [ 4.136s] ( 944/3389) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
68702026-09-07T00:11:23.602Z PASS [ 4.185s] ( 945/3389) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
68712026-09-07T00:11:23.943Z PASS [ 3.933s] ( 946/3389) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
68722026-09-07T00:11:24.090Z PASS [ 4.511s] ( 947/3389) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
68732026-09-07T00:11:24.173Z PASS [ 4.694s] ( 948/3389) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
68742026-09-07T00:11:24.173Z PASS [ 4.284s] ( 949/3389) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
68752026-09-07T00:11:24.247Z PASS [ 4.047s] ( 950/3389) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
68762026-09-07T00:11:24.500Z PASS [ 4.267s] ( 951/3389) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
68772026-09-07T00:11:24.509Z PASS [ 4.246s] ( 952/3389) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
68782026-09-07T00:11:24.536Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68792026-09-07T00:11:24.548Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
68802026-09-07T00:11:24.608Z PASS [ 4.302s] ( 953/3389) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
68812026-09-07T00:11:24.770Z PASS [ 4.521s] ( 954/3389) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
68822026-09-07T00:11:25.373Z PASS [ 4.277s] ( 955/3389) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
68832026-09-07T00:11:25.382Z PASS [ 4.228s] ( 956/3389) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
68842026-09-07T00:11:25.382Z PASS [ 4.214s] ( 957/3389) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
68852026-09-07T00:11:25.474Z PASS [ 0.084s] ( 958/3389) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
68862026-09-07T00:11:25.730Z PASS [ 4.577s] ( 959/3389) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
68872026-09-07T00:11:25.759Z PASS [ 4.657s] ( 960/3389) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
68882026-09-07T00:11:26.068Z PASS [ 3.897s] ( 961/3389) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
68892026-09-07T00:11:26.834Z PASS [ 4.033s] ( 962/3389) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
68902026-09-07T00:11:26.890Z PASS [ 0.050s] ( 963/3389) nexus-db-queries db::queries::next_item::tests::test_shift_indices
68912026-09-07T00:11:27.269Z PASS [ 3.978s] ( 964/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
68922026-09-07T00:11:27.293Z PASS [ 4.072s] ( 965/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
68932026-09-07T00:11:27.321Z PASS [ 4.711s] ( 966/3389) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
68942026-09-07T00:11:27.400Z PASS [ 3.917s] ( 967/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
68952026-09-07T00:11:27.477Z PASS [ 3.944s] ( 968/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
68962026-09-07T00:11:27.508Z PASS [ 0.239s] ( 969/3389) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
68972026-09-07T00:11:27.525Z PASS [ 0.049s] ( 970/3389) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
68982026-09-07T00:11:27.557Z PASS [ 0.263s] ( 971/3389) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
68992026-09-07T00:11:27.560Z PASS [ 0.050s] ( 972/3389) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
69002026-09-07T00:11:27.649Z PASS [ 4.049s] ( 973/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
69012026-09-07T00:11:27.863Z PASS [ 4.727s] ( 974/3389) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
69022026-09-07T00:11:27.876Z PASS [ 3.787s] ( 975/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
69032026-09-07T00:11:27.939Z PASS [ 4.013s] ( 976/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
69042026-09-07T00:11:28.062Z PASS [ 3.889s] ( 977/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
69052026-09-07T00:11:28.091Z PASS [ 3.918s] ( 978/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
69062026-09-07T00:11:28.235Z PASS [ 3.989s] ( 979/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
69072026-09-07T00:11:28.255Z PASS [ 2.789s] ( 980/3389) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
69082026-09-07T00:11:28.319Z PASS [ 0.257s] ( 981/3389) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
69092026-09-07T00:11:28.486Z PASS [ 0.231s] ( 982/3389) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
69102026-09-07T00:11:28.489Z PASS [ 0.252s] ( 983/3389) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
69112026-09-07T00:11:28.506Z PASS [ 0.981s] ( 984/3389) nexus-db-queries db::queries::region_allocation::test::expectorate_query
69122026-09-07T00:11:28.511Z PASS [ 2.756s] ( 985/3389) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
69132026-09-07T00:11:28.549Z PASS [ 2.825s] ( 986/3389) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
69142026-09-07T00:11:28.566Z PASS [ 4.067s] ( 987/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
69152026-09-07T00:11:28.583Z PASS [ 4.077s] ( 988/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
69162026-09-07T00:11:28.715Z PASS [ 4.109s] ( 989/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
69172026-09-07T00:11:28.728Z PASS [ 3.957s] ( 990/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
69182026-09-07T00:11:28.765Z PASS [ 2.700s] ( 991/3389) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
69192026-09-07T00:11:28.776Z PASS [ 0.457s] ( 992/3389) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
69202026-09-07T00:11:28.790Z PASS [ 0.279s] ( 993/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
69212026-09-07T00:11:28.790Z PASS [ 0.284s] ( 994/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
69222026-09-07T00:11:28.837Z PASS [ 0.288s] ( 995/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
69232026-09-07T00:11:28.841Z PASS [ 0.062s] ( 996/3389) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
69242026-09-07T00:11:28.864Z PASS [ 0.298s] ( 997/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
69252026-09-07T00:11:28.890Z PASS [ 0.099s] ( 998/3389) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
69262026-09-07T00:11:28.893Z PASS [ 0.053s] ( 999/3389) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
69272026-09-07T00:11:28.893Z PASS [ 0.101s] (1000/3389) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
69282026-09-07T00:11:28.894Z PASS [ 0.055s] (1001/3389) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
69292026-09-07T00:11:29.103Z PASS [ 0.239s] (1002/3389) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
69302026-09-07T00:11:29.244Z PASS [ 0.352s] (1003/3389) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
69312026-09-07T00:11:29.383Z PASS [ 4.019s] (1004/3389) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
69322026-09-07T00:11:29.514Z PASS [ 2.627s] (1005/3389) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
69332026-09-07T00:11:29.555Z PASS [ 4.171s] (1006/3389) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
69342026-09-07T00:11:29.731Z PASS [ 2.411s] (1007/3389) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
69352026-09-07T00:11:29.994Z PASS [ 2.593s] (1008/3389) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
69362026-09-07T00:11:30.132Z PASS [ 125.591s] (1009/3389) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69372026-09-07T00:11:30.196Z PASS [ 2.633s] (1010/3389) nexus-db-queries db::queries::region_allocation::test::explainable
69382026-09-07T00:11:30.439Z PASS [ 2.347s] (1011/3389) nexus-db-queries db::queries::regions_hard_delete::test::explainable
69392026-09-07T00:11:31.175Z PASS [ 2.581s] (1012/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
69402026-09-07T00:11:31.183Z PASS [ 2.689s] (1013/3389) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
69412026-09-07T00:11:31.189Z PASS [ 0.022s] (1014/3389) nexus-defaults tests::test_random_vpc_ipv6_prefix
69422026-09-07T00:11:31.193Z PASS [ 2.707s] (1015/3389) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
69432026-09-07T00:11:31.209Z PASS [ 0.032s] (1016/3389) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
69442026-09-07T00:11:31.220Z PASS [ 2.482s] (1017/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
69452026-09-07T00:11:31.230Z PASS [ 0.031s] (1018/3389) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
69462026-09-07T00:11:31.230Z PASS [ 0.035s] (1019/3389) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
69472026-09-07T00:11:31.238Z PASS [ 2.521s] (1020/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
69482026-09-07T00:11:31.243Z PASS [ 2.471s] (1021/3389) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
69492026-09-07T00:11:31.244Z PASS [ 0.031s] (1022/3389) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
69502026-09-07T00:11:31.272Z PASS [ 0.039s] (1023/3389) nexus-fm builder::case::tests::dirty_bits_default_false
69512026-09-07T00:11:31.284Z PASS [ 0.050s] (1024/3389) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
69522026-09-07T00:11:31.284Z PASS [ 0.037s] (1025/3389) nexus-fm builder::case::tests::request_alert_flips_alert_state
69532026-09-07T00:11:31.284Z PASS [ 0.034s] (1026/3389) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
69542026-09-07T00:11:31.284Z PASS [ 0.037s] (1027/3389) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
69552026-09-07T00:11:31.284Z PASS [ 0.037s] (1028/3389) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
69562026-09-07T00:11:31.295Z PASS [ 0.034s] (1029/3389) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
69572026-09-07T00:11:31.299Z PASS [ 0.038s] (1030/3389) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
69582026-09-07T00:11:31.305Z PASS [ 0.039s] (1031/3389) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
69592026-09-07T00:11:31.316Z PASS [ 0.041s] (1032/3389) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
69602026-09-07T00:11:31.321Z PASS [ 0.040s] (1033/3389) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
69612026-09-07T00:11:31.329Z PASS [ 0.043s] (1034/3389) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
69622026-09-07T00:11:31.330Z PASS [ 0.036s] (1035/3389) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
69632026-09-07T00:11:31.351Z PASS [ 0.048s] (1036/3389) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
69642026-09-07T00:11:31.364Z PASS [ 0.052s] (1037/3389) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
69652026-09-07T00:11:31.368Z PASS [ 0.050s] (1038/3389) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
69662026-09-07T00:11:31.368Z PASS [ 0.049s] (1039/3389) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
69672026-09-07T00:11:31.374Z PASS [ 0.051s] (1040/3389) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
69682026-09-07T00:11:31.377Z PASS [ 0.051s] (1041/3389) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
69692026-09-07T00:11:31.388Z PASS [ 2.497s] (1042/3389) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
69702026-09-07T00:11:31.395Z PASS [ 0.048s] (1043/3389) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
69712026-09-07T00:11:31.415Z PASS [ 0.048s] (1044/3389) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
69722026-09-07T00:11:31.420Z PASS [ 0.058s] (1045/3389) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
69732026-09-07T00:11:31.420Z PASS [ 0.051s] (1046/3389) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
69742026-09-07T00:11:31.426Z PASS [ 0.048s] (1047/3389) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
69752026-09-07T00:11:31.426Z PASS [ 0.045s] (1048/3389) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
69762026-09-07T00:11:31.426Z PASS [ 2.532s] (1049/3389) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
69772026-09-07T00:11:31.434Z PASS [ 0.044s] (1050/3389) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
69782026-09-07T00:11:31.443Z PASS [ 0.049s] (1051/3389) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
69792026-09-07T00:11:31.466Z PASS [ 0.054s] (1052/3389) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
69802026-09-07T00:11:31.485Z PASS [ 0.052s] (1053/3389) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
69812026-09-07T00:11:31.486Z PASS [ 0.047s] (1054/3389) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
69822026-09-07T00:11:31.486Z PASS [ 0.049s] (1055/3389) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
69832026-09-07T00:11:31.486Z PASS [ 0.056s] (1056/3389) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
69842026-09-07T00:11:31.495Z PASS [ 0.056s] (1057/3389) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
69852026-09-07T00:11:31.495Z PASS [ 0.041s] (1058/3389) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
69862026-09-07T00:11:31.507Z PASS [ 0.060s] (1059/3389) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
69872026-09-07T00:11:31.520Z PASS [ 0.056s] (1060/3389) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
69882026-09-07T00:11:31.531Z PASS [ 0.054s] (1061/3389) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
69892026-09-07T00:11:31.537Z PASS [ 0.048s] (1062/3389) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
69902026-09-07T00:11:31.548Z PASS [ 0.051s] (1063/3389) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
69912026-09-07T00:11:31.553Z PASS [ 0.079s] (1064/3389) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
69922026-09-07T00:11:31.557Z PASS [ 2.662s] (1065/3389) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
69932026-09-07T00:11:31.562Z PASS [ 0.091s] (1066/3389) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
69942026-09-07T00:11:31.569Z PASS [ 0.091s] (1067/3389) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
69952026-09-07T00:11:31.572Z PASS [ 0.049s] (1068/3389) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
69962026-09-07T00:11:31.573Z PASS [ 0.101s] (1069/3389) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
69972026-09-07T00:11:31.579Z PASS [ 0.054s] (1070/3389) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
69982026-09-07T00:11:31.597Z PASS [ 0.052s] (1071/3389) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
69992026-09-07T00:11:31.606Z PASS [ 0.051s] (1072/3389) nexus-fm diagnosis::saga::tests::closes_on_terminal
70002026-09-07T00:11:31.613Z PASS [ 0.052s] (1073/3389) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
70012026-09-07T00:11:31.613Z PASS [ 0.049s] (1074/3389) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
70022026-09-07T00:11:31.617Z PASS [ 0.051s] (1075/3389) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
70032026-09-07T00:11:31.618Z PASS [ 0.047s] (1076/3389) nexus-fm diagnosis::saga::tests::empty_case_is_closed
70042026-09-07T00:11:31.638Z PASS [ 0.053s] (1077/3389) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
70052026-09-07T00:11:31.638Z PASS [ 0.049s] (1078/3389) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
70062026-09-07T00:11:31.638Z PASS [ 0.058s] (1079/3389) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
70072026-09-07T00:11:31.649Z PASS [ 0.053s] (1080/3389) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
70082026-09-07T00:11:31.650Z PASS [ 0.046s] (1081/3389) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
70092026-09-07T00:11:31.655Z PASS [ 0.048s] (1082/3389) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
70102026-09-07T00:11:31.656Z PASS [ 0.051s] (1083/3389) nexus-fm diagnosis::saga::tests::opens_abandoned_case
70112026-09-07T00:11:31.669Z PASS [ 0.048s] (1084/3389) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
70122026-09-07T00:11:31.672Z PASS [ 0.055s] (1085/3389) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
70132026-09-07T00:11:31.673Z PASS [ 0.049s] (1086/3389) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
70142026-09-07T00:11:31.673Z PASS [ 0.049s] (1087/3389) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
70152026-09-07T00:11:31.676Z PASS [ 4.026s] (1088/3389) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
70162026-09-07T00:11:31.686Z PASS [ 0.048s] (1089/3389) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
70172026-09-07T00:11:31.686Z PASS [ 0.040s] (1090/3389) nexus-inventory builder::test::test_empty
70182026-09-07T00:11:31.700Z PASS [ 0.058s] (1091/3389) nexus-inventory builder::test::test_basic
70192026-09-07T00:11:31.714Z PASS [ 0.058s] (1092/3389) nexus-inventory builder::test::test_problems
70202026-09-07T00:11:31.756Z PASS [ 4.192s] (1093/3389) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
70212026-09-07T00:11:31.798Z PASS [ 1.348s] (1094/3389) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
70222026-09-07T00:11:31.827Z PASS [ 3.943s] (1095/3389) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
70232026-09-07T00:11:31.868Z PASS [ 3.929s] (1096/3389) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
70242026-09-07T00:11:31.915Z PASS [ 4.049s] (1097/3389) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
70252026-09-07T00:11:32.075Z PASS [ 0.400s] (1098/3389) nexus-inventory collector::test::test_multi_mgs_failure
70262026-09-07T00:11:32.257Z PASS [ 0.584s] (1099/3389) nexus-inventory collector::test::test_sled_agent_failure
70272026-09-07T00:11:32.367Z PASS [ 0.713s] (1100/3389) nexus-inventory collector::test::test_basic
70282026-09-07T00:11:32.456Z PASS [ 0.750s] (1101/3389) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
70292026-09-07T00:11:32.534Z PASS [ 0.741s] (1102/3389) nexus-mgs-updates driver_update::test::test_sp_basic_failures
70302026-09-07T00:11:32.546Z PASS [ 0.883s] (1103/3389) nexus-inventory collector::test::test_multi_mgs
70312026-09-07T00:11:32.550Z PASS [ 0.866s] (1104/3389) nexus-mgs-updates driver_update::test::test_rot_basic_failures
70322026-09-07T00:11:32.560Z PASS [ 3.455s] (1105/3389) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
70332026-09-07T00:11:32.584Z PASS [ 0.036s] (1106/3389) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
70342026-09-07T00:11:32.597Z PASS [ 0.038s] (1107/3389) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
70352026-09-07T00:11:32.627Z PASS [ 0.038s] (1108/3389) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
70362026-09-07T00:11:32.641Z PASS [ 0.039s] (1109/3389) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
70372026-09-07T00:11:32.663Z PASS [ 0.035s] (1110/3389) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
70382026-09-07T00:11:32.669Z PASS [ 3.418s] (1111/3389) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
70392026-09-07T00:11:32.680Z PASS [ 0.041s] (1112/3389) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
70402026-09-07T00:11:32.706Z PASS [ 0.044s] (1113/3389) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
70412026-09-07T00:11:32.719Z PASS [ 0.048s] (1114/3389) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
70422026-09-07T00:11:32.743Z PASS [ 0.042s] (1115/3389) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
70432026-09-07T00:11:32.760Z PASS [ 0.036s] (1116/3389) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
70442026-09-07T00:11:32.760Z PASS [ 0.195s] (1117/3389) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
70452026-09-07T00:11:32.773Z PASS [ 0.043s] (1118/3389) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
70462026-09-07T00:11:32.773Z PASS [ 0.045s] (1119/3389) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
70472026-09-07T00:11:32.780Z PASS [ 0.246s] (1120/3389) nexus-mgs-updates test_util::step_through::test::test_basic
70482026-09-07T00:11:32.780Z PASS [ 0.040s] (1121/3389) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
70492026-09-07T00:11:32.784Z PASS [ 0.046s] (1122/3389) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
70502026-09-07T00:11:32.808Z PASS [ 0.043s] (1123/3389) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
70512026-09-07T00:11:32.819Z PASS [ 0.046s] (1124/3389) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
70522026-09-07T00:11:32.842Z PASS [ 0.047s] (1125/3389) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
70532026-09-07T00:11:32.842Z PASS [ 0.046s] (1126/3389) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
70542026-09-07T00:11:32.848Z PASS [ 0.043s] (1127/3389) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
70552026-09-07T00:11:32.848Z PASS [ 0.044s] (1128/3389) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
70562026-09-07T00:11:32.872Z PASS [ 3.484s] (1129/3389) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
70572026-09-07T00:11:32.920Z PASS [ 0.096s] (1130/3389) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
70582026-09-07T00:11:32.978Z PASS [ 3.465s] (1131/3389) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
70592026-09-07T00:11:33.046Z PASS [ 0.065s] (1132/3389) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
70602026-09-07T00:11:33.102Z PASS [ 0.060s] (1133/3389) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
70612026-09-07T00:11:33.111Z PASS [ 3.548s] (1134/3389) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
70622026-09-07T00:11:33.203Z PASS [ 0.097s] (1135/3389) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
70632026-09-07T00:11:33.208Z PASS [ 0.097s] (1136/3389) nexus-reconfigurator-execution dns::test::test_dns_compute_update
70642026-09-07T00:11:33.299Z PASS [ 1.043s] (1137/3389) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
70652026-09-07T00:11:33.413Z PASS [ 3.217s] (1138/3389) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
70662026-09-07T00:11:33.570Z PASS [ 26.504s] (1139/3389) nexus-db-queries db::datastore::update::test::test_list_unpruned
70672026-09-07T00:11:33.627Z PASS [ 3.507s] (1140/3389) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
70682026-09-07T00:11:34.342Z PASS [ 2.664s] (1141/3389) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
70692026-09-07T00:11:34.359Z PASS [ 2.687s] (1142/3389) nexus-metrics-producer-gc tests::test_prune_expired_producers
70702026-09-07T00:11:34.400Z PASS [ 0.057s] (1143/3389) nexus-reconfigurator-execution sagas::test::test_find_expunged_older_generation
70712026-09-07T00:11:34.420Z PASS [ 0.061s] (1144/3389) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
70722026-09-07T00:11:34.457Z PASS [ 0.037s] (1145/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
70732026-09-07T00:11:34.502Z PASS [ 0.045s] (1146/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
70742026-09-07T00:11:34.545Z PASS [ 0.043s] (1147/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
70752026-09-07T00:11:34.600Z PASS [ 0.055s] (1148/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
70762026-09-07T00:11:34.642Z PASS [ 0.042s] (1149/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
70772026-09-07T00:11:34.674Z PASS [ 3.000s] (1150/3389) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
70782026-09-07T00:11:34.682Z PASS [ 0.040s] (1151/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70792026-09-07T00:11:34.714Z PASS [ 0.039s] (1152/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70802026-09-07T00:11:34.730Z PASS [ 0.047s] (1153/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70812026-09-07T00:11:34.760Z PASS [ 0.046s] (1154/3389) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70822026-09-07T00:11:34.768Z PASS [ 0.038s] (1155/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70832026-09-07T00:11:34.791Z PASS [ 0.031s] (1156/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70842026-09-07T00:11:34.805Z PASS [ 0.037s] (1157/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70852026-09-07T00:11:34.824Z PASS [ 0.032s] (1158/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70862026-09-07T00:11:34.843Z PASS [ 0.037s] (1159/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70872026-09-07T00:11:34.862Z PASS [ 0.038s] (1160/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70882026-09-07T00:11:34.877Z PASS [ 0.034s] (1161/3389) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70892026-09-07T00:11:34.895Z PASS [ 0.033s] (1162/3389) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70902026-09-07T00:11:34.919Z PASS [ 0.042s] (1163/3389) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70912026-09-07T00:11:34.960Z PASS [ 0.041s] (1164/3389) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
70922026-09-07T00:11:35.216Z PASS [ 0.256s] (1165/3389) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70932026-09-07T00:11:35.427Z PASS [ 0.210s] (1166/3389) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70942026-09-07T00:11:35.657Z PASS [ 0.230s] (1167/3389) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70952026-09-07T00:11:35.727Z PASS [ 0.070s] (1168/3389) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70962026-09-07T00:11:35.761Z PASS [ 0.034s] (1169/3389) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
70972026-09-07T00:11:35.798Z PASS [ 0.037s] (1170/3389) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70982026-09-07T00:11:35.848Z PASS [ 0.049s] (1171/3389) nexus-reconfigurator-planning example::tests::builder_all_zone_types
70992026-09-07T00:11:35.897Z PASS [ 0.049s] (1172/3389) nexus-reconfigurator-planning example::tests::builder_zone_counts
71002026-09-07T00:11:36.365Z PASS [ 4.453s] (1173/3389) nexus-mgs-updates driver_update::test::test_sp_update_watched
71012026-09-07T00:11:36.396Z PASS [ 0.030s] (1174/3389) nexus-reconfigurator-planning example::tests::instances_on_examples
71022026-09-07T00:11:36.438Z PASS [ 0.042s] (1175/3389) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
71032026-09-07T00:11:36.478Z PASS [ 0.039s] (1176/3389) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
71042026-09-07T00:11:36.538Z PASS [ 0.060s] (1177/3389) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
71052026-09-07T00:11:36.587Z PASS [ 0.049s] (1178/3389) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
71062026-09-07T00:11:36.628Z PASS [ 0.040s] (1179/3389) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
71072026-09-07T00:11:36.671Z PASS [ 0.043s] (1180/3389) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
71082026-09-07T00:11:36.715Z PASS [ 0.044s] (1181/3389) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
71092026-09-07T00:11:36.756Z PASS [ 0.042s] (1182/3389) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
71102026-09-07T00:11:36.816Z PASS [ 0.060s] (1183/3389) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
71112026-09-07T00:11:36.863Z PASS [ 0.047s] (1184/3389) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
71122026-09-07T00:11:36.897Z PASS [ 4.056s] (1185/3389) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
71132026-09-07T00:11:36.924Z PASS [ 0.061s] (1186/3389) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
71142026-09-07T00:11:36.997Z PASS [ 0.072s] (1187/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
71152026-09-07T00:11:37.001Z PASS [ 0.104s] (1188/3389) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
71162026-09-07T00:11:37.013Z PASS [ 2.118s] (1189/3389) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
71172026-09-07T00:11:37.067Z PASS [ 0.066s] (1190/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
71182026-09-07T00:11:37.082Z PASS [ 0.069s] (1191/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
71192026-09-07T00:11:37.093Z PASS [ 0.096s] (1192/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
71202026-09-07T00:11:37.102Z PASS [ 4.275s] (1193/3389) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
71212026-09-07T00:11:37.125Z PASS [ 0.058s] (1194/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
71222026-09-07T00:11:37.136Z PASS [ 4.219s] (1195/3389) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
71232026-09-07T00:11:37.158Z PASS [ 0.065s] (1196/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
71242026-09-07T00:11:37.161Z PASS [ 0.058s] (1197/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
71252026-09-07T00:11:37.174Z PASS [ 0.093s] (1198/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
71262026-09-07T00:11:37.185Z PASS [ 0.060s] (1199/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
71272026-09-07T00:11:37.215Z PASS [ 4.347s] (1200/3389) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
71282026-09-07T00:11:37.223Z PASS [ 0.086s] (1201/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
71292026-09-07T00:11:37.233Z PASS [ 0.075s] (1202/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
71302026-09-07T00:11:37.260Z PASS [ 0.100s] (1203/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
71312026-09-07T00:11:37.267Z PASS [ 0.093s] (1204/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
71322026-09-07T00:11:37.306Z PASS [ 0.082s] (1205/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
71332026-09-07T00:11:37.315Z PASS [ 0.100s] (1206/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
71342026-09-07T00:11:37.326Z PASS [ 0.093s] (1207/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
71352026-09-07T00:11:37.332Z PASS [ 0.147s] (1208/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
71362026-09-07T00:11:37.348Z PASS [ 0.080s] (1209/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
71372026-09-07T00:11:37.354Z PASS [ 0.093s] (1210/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
71382026-09-07T00:11:37.386Z PASS [ 0.080s] (1211/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
71392026-09-07T00:11:37.404Z PASS [ 0.089s] (1212/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
71402026-09-07T00:11:37.594Z PASS [ 0.208s] (1213/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
71412026-09-07T00:11:37.597Z PASS [ 0.248s] (1214/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
71422026-09-07T00:11:37.681Z PASS [ 0.087s] (1215/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
71432026-09-07T00:11:37.804Z PASS [ 4.182s] (1216/3389) nexus-reconfigurator-execution sagas::test::test_abandon_orphan_sagas
71442026-09-07T00:11:37.828Z PASS [ 0.496s] (1217/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
71452026-09-07T00:11:37.845Z PASS [ 5.777s] (1218/3389) nexus-mgs-updates driver_update::test_host_phase_1::basic
71462026-09-07T00:11:38.030Z PASS [ 0.676s] (1219/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
71472026-09-07T00:11:38.227Z PASS [ 0.901s] (1220/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
71482026-09-07T00:11:38.326Z PASS [ 6.618s] (1221/3389) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
71492026-09-07T00:11:38.346Z PASS [ 0.020s] (1222/3389) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
71502026-09-07T00:11:38.361Z PASS [ 6.610s] (1223/3389) nexus-mgs-updates driver_update::test::test_rot_update_basic
71512026-09-07T00:11:38.386Z PASS [ 0.040s] (1224/3389) nexus-saga-recovery recovery::test::test_execution_basic
71522026-09-07T00:11:38.393Z PASS [ 0.032s] (1225/3389) nexus-saga-recovery recovery::test::test_plan_basic
71532026-09-07T00:11:38.419Z PASS [ 0.032s] (1226/3389) nexus-saga-recovery recovery::test::test_read_all_from_channel
71542026-09-07T00:11:38.426Z PASS [ 0.033s] (1227/3389) nexus-saga-recovery test::test_basic
71552026-09-07T00:11:38.455Z PASS [ 0.036s] (1228/3389) nexus-switch-config tests::all_problems_are_accumulated
71562026-09-07T00:11:38.468Z PASS [ 0.041s] (1229/3389) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
71572026-09-07T00:11:38.521Z PASS [ 0.066s] (1230/3389) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
71582026-09-07T00:11:38.568Z PASS [ 0.047s] (1231/3389) nexus-switch-config tests::empty_port_list_is_reported
71592026-09-07T00:11:38.583Z PASS [ 0.113s] (1232/3389) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
71602026-09-07T00:11:38.597Z PASS [ 0.028s] (1233/3389) nexus-switch-config tests::illegal_max_paths_is_reported
71612026-09-07T00:11:38.612Z PASS [ 0.031s] (1234/3389) nexus-switch-config tests::malformed_uplink_address_is_reported
71622026-09-07T00:11:38.626Z PASS [ 0.029s] (1235/3389) nexus-switch-config tests::missing_rack_subnet_is_reported
71632026-09-07T00:11:38.645Z PASS [ 0.033s] (1236/3389) nexus-switch-config tests::no_silent_port_drops
71642026-09-07T00:11:38.654Z PASS [ 0.028s] (1237/3389) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
71652026-09-07T00:11:38.670Z PASS [ 0.025s] (1238/3389) nexus-switch-config tests::peered_port_requires_switch_bgp_config
71662026-09-07T00:11:38.684Z PASS [ 0.029s] (1239/3389) nexus-switch-config tests::peered_port_switch_asn
71672026-09-07T00:11:38.702Z PASS [ 0.031s] (1240/3389) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
71682026-09-07T00:11:38.712Z PASS [ 0.028s] (1241/3389) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
71692026-09-07T00:11:38.740Z PASS [ 0.028s] (1242/3389) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
71702026-09-07T00:11:38.767Z PASS [ 0.027s] (1243/3389) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
71712026-09-07T00:11:38.790Z PASS [ 0.022s] (1244/3389) nexus-types alert::tests::test_from_str_roundtrips
71722026-09-07T00:11:38.815Z PASS [ 0.025s] (1245/3389) nexus-types alert::tests::test_is_test
71732026-09-07T00:11:38.844Z PASS [ 0.029s] (1246/3389) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
71742026-09-07T00:11:38.869Z PASS [ 0.025s] (1247/3389) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
71752026-09-07T00:11:38.893Z PASS [ 0.024s] (1248/3389) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
71762026-09-07T00:11:38.921Z PASS [ 0.028s] (1249/3389) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
71772026-09-07T00:11:38.949Z PASS [ 0.028s] (1250/3389) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
71782026-09-07T00:11:38.978Z PASS [ 0.027s] (1251/3389) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
71792026-09-07T00:11:39.002Z PASS [ 0.026s] (1252/3389) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
71802026-09-07T00:11:39.029Z PASS [ 0.027s] (1253/3389) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
71812026-09-07T00:11:39.061Z PASS [ 0.032s] (1254/3389) nexus-types deployment::network_resources::tests::display
71822026-09-07T00:11:39.103Z PASS [ 0.041s] (1255/3389) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
71832026-09-07T00:11:39.127Z PASS [ 3.229s] (1256/3389) nexus-reconfigurator-planning example::tests::dns_resolution_works
71842026-09-07T00:11:39.132Z PASS [ 0.029s] (1257/3389) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
71852026-09-07T00:11:39.150Z PASS [ 0.024s] (1258/3389) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
71862026-09-07T00:11:39.157Z PASS [ 0.026s] (1259/3389) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
71872026-09-07T00:11:39.213Z PASS [ 0.055s] (1260/3389) nexus-types deployment::test::test_serialize_pending_mgs_updates
71882026-09-07T00:11:39.245Z PASS [ 0.032s] (1261/3389) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
71892026-09-07T00:11:39.282Z PASS [ 0.037s] (1262/3389) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
71902026-09-07T00:11:39.318Z PASS [ 0.036s] (1263/3389) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
71912026-09-07T00:11:39.352Z PASS [ 0.034s] (1264/3389) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
71922026-09-07T00:11:39.383Z PASS [ 0.031s] (1265/3389) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
71932026-09-07T00:11:39.421Z PASS [ 0.037s] (1266/3389) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
71942026-09-07T00:11:39.453Z PASS [ 0.032s] (1267/3389) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
71952026-09-07T00:11:39.511Z PASS [ 0.059s] (1268/3389) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
71962026-09-07T00:11:39.625Z PASS [ 0.113s] (1269/3389) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
71972026-09-07T00:11:39.658Z PASS [ 0.033s] (1270/3389) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
71982026-09-07T00:11:39.690Z PASS [ 0.032s] (1271/3389) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
71992026-09-07T00:11:39.728Z PASS [ 0.038s] (1272/3389) nexus-types fm::case::tests::test_case_display
72002026-09-07T00:11:39.759Z PASS [ 0.031s] (1273/3389) nexus-types fm::case::tests::test_case_display_colored
72012026-09-07T00:11:39.788Z PASS [ 0.029s] (1274/3389) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
72022026-09-07T00:11:39.818Z PASS [ 0.029s] (1275/3389) nexus-types fm::config::tests::test_min_history_pruning_threshold
72032026-09-07T00:11:39.846Z PASS [ 0.028s] (1276/3389) nexus-types fm::config::tests::test_min_sitrep_limit
72042026-09-07T00:11:39.866Z PASS [ 2.462s] (1277/3389) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
72052026-09-07T00:11:39.873Z PASS [ 0.026s] (1278/3389) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_disabled
72062026-09-07T00:11:39.899Z PASS [ 0.033s] (1279/3389) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_enabled
72072026-09-07T00:11:39.902Z PASS [ 0.027s] (1280/3389) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
72082026-09-07T00:11:39.938Z PASS [ 0.038s] (1281/3389) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
72092026-09-07T00:11:39.941Z PASS [ 0.040s] (1282/3389) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
72102026-09-07T00:11:39.975Z PASS [ 0.038s] (1283/3389) nexus-types quiesce::test::test_drained_blueprint
72112026-09-07T00:11:39.978Z PASS [ 0.038s] (1284/3389) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
72122026-09-07T00:11:40.010Z PASS [ 0.035s] (1285/3389) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
72132026-09-07T00:11:40.039Z PASS [ 0.060s] (1286/3389) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
72142026-09-07T00:11:40.062Z PASS [ 0.051s] (1287/3389) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
72152026-09-07T00:11:40.077Z PASS [ 0.038s] (1288/3389) nexus-types quiesce::test::test_quiesce_block_on_reassignment
72162026-09-07T00:11:40.115Z PASS [ 0.053s] (1289/3389) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
72172026-09-07T00:11:40.133Z PASS [ 0.056s] (1290/3389) nexus-types quiesce::test::test_quiesce_block_on_saga_started
72182026-09-07T00:11:40.153Z PASS [ 0.037s] (1291/3389) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
72192026-09-07T00:11:40.171Z PASS [ 0.038s] (1292/3389) nexus-types quiesce::test::test_quiesce_noop
72202026-09-07T00:11:40.190Z PASS [ 0.037s] (1293/3389) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
72212026-09-07T00:11:40.224Z PASS [ 0.053s] (1294/3389) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
72222026-09-07T00:11:40.368Z PASS [ 0.178s] (1295/3389) nexus-types::read_series blueprint_mismatch
72232026-09-07T00:11:40.454Z PASS [ 8.635s] (1296/3389) nexus-mgs-updates driver_update::test::test_sp_update_basic
72242026-09-07T00:11:40.627Z PASS [ 0.258s] (1297/3389) nexus-types::read_series collection_mismatch
72252026-09-07T00:11:40.643Z PASS [ 0.418s] (1298/3389) nexus-types::read_series blueprint_source_reconciliation
72262026-09-07T00:11:40.864Z PASS [ 0.237s] (1299/3389) nexus-types::read_series identical_inputs
72272026-09-07T00:11:40.893Z PASS [ 0.439s] (1300/3389) nexus-types::read_series external_dns_mismatch
72282026-09-07T00:11:40.923Z PASS [ 0.029s] (1301/3389) nexus-types::read_series malformed_json
72292026-09-07T00:11:41.072Z PASS [ 0.207s] (1302/3389) nexus-types::read_series internal_dns_mismatch
72302026-09-07T00:11:41.103Z PASS [ 0.031s] (1303/3389) nexus-types::read_series no_inputs
72312026-09-07T00:11:41.272Z PASS [ 0.349s] (1304/3389) nexus-types::read_series multiple_latest_candidates
72322026-09-07T00:11:41.340Z PASS [ 2.638s] (1305/3389) nexus-test-utils test::test_suite_password_matches_hash
72332026-09-07T00:11:41.387Z PASS [ 0.115s] (1306/3389) nexus-types::read_series single_input_happy_path
72342026-09-07T00:11:41.418Z PASS [ 0.031s] (1307/3389) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
72352026-09-07T00:11:41.421Z PASS [ 0.318s] (1308/3389) nexus-types::read_series overlapping_inputs_order_independent
72362026-09-07T00:11:41.438Z PASS [ 0.795s] (1309/3389) nexus-types::read_series intended_blueprint_warning
72372026-09-07T00:11:41.447Z PASS [ 0.029s] (1310/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
72382026-09-07T00:11:41.451Z PASS [ 0.031s] (1311/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
72392026-09-07T00:11:41.463Z PASS [ 0.025s] (1312/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
72402026-09-07T00:11:41.472Z PASS [ 0.026s] (1313/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
72412026-09-07T00:11:41.480Z PASS [ 0.029s] (1314/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
72422026-09-07T00:11:41.500Z PASS [ 0.036s] (1315/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
72432026-09-07T00:11:41.511Z PASS [ 0.171s] (1316/3389) nexus-types::read_series target_missing_from_its_own_file
72442026-09-07T00:11:41.544Z PASS [ 0.044s] (1317/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
72452026-09-07T00:11:41.550Z PASS [ 0.038s] (1318/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
72462026-09-07T00:11:41.566Z PASS [ 0.092s] (1319/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
72472026-09-07T00:11:41.580Z PASS [ 0.099s] (1320/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
72482026-09-07T00:11:41.580Z PASS [ 0.031s] (1321/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
72492026-09-07T00:11:41.585Z PASS [ 0.041s] (1322/3389) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
72502026-09-07T00:11:41.596Z PASS [ 0.031s] (1323/3389) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
72512026-09-07T00:11:41.610Z PASS [ 0.030s] (1324/3389) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
72522026-09-07T00:11:41.615Z PASS [ 3.769s] (1325/3389) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::equal_generation_different_availability_left_untouched
72532026-09-07T00:11:41.618Z PASS [ 0.031s] (1326/3389) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
72542026-09-07T00:11:41.633Z PASS [ 0.053s] (1327/3389) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
72552026-09-07T00:11:41.633Z PASS [ 0.037s] (1328/3389) nexus-types-versions impls::policy::tests::test_policy_parsing
72562026-09-07T00:11:41.647Z PASS [ 0.031s] (1329/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
72572026-09-07T00:11:41.648Z PASS [ 0.038s] (1330/3389) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
72582026-09-07T00:11:41.648Z PASS [ 0.033s] (1331/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
72592026-09-07T00:11:41.679Z PASS [ 0.046s] (1332/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
72602026-09-07T00:11:41.725Z PASS [ 0.091s] (1333/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
72612026-09-07T00:11:41.725Z PASS [ 0.077s] (1334/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
72622026-09-07T00:11:41.725Z PASS [ 0.077s] (1335/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
72632026-09-07T00:11:41.728Z PASS [ 0.077s] (1336/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
72642026-09-07T00:11:41.768Z PASS [ 0.086s] (1337/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
72652026-09-07T00:11:41.793Z PASS [ 0.068s] (1338/3389) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
72662026-09-07T00:11:41.797Z PASS [ 0.070s] (1339/3389) omicron-certificates tests::test_cert_extended_key_usage
72672026-09-07T00:11:41.853Z PASS [ 0.128s] (1340/3389) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
72682026-09-07T00:11:41.865Z PASS [ 0.140s] (1341/3389) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
72692026-09-07T00:11:41.875Z PASS [ 0.083s] (1342/3389) omicron-certificates tests::test_subject_alternate_names_are_validated
72702026-09-07T00:11:41.879Z PASS [ 0.110s] (1343/3389) omicron-certificates tests::test_common_name_is_validated
72712026-09-07T00:11:41.882Z PASS [ 0.086s] (1344/3389) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
72722026-09-07T00:11:42.128Z PASS [ 9.681s] (1345/3389) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
72732026-09-07T00:11:42.154Z PASS [ 4.123s] (1346/3389) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::partial_failure_then_retry_converges
72742026-09-07T00:11:42.179Z PASS [ 0.025s] (1347/3389) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72752026-09-07T00:11:42.215Z PASS [ 0.036s] (1348/3389) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72762026-09-07T00:11:42.338Z PASS [ 0.123s] (1349/3389) omicron-cockroach-metrics tests::test_cluster_client_caching
72772026-09-07T00:11:42.360Z PASS [ 0.023s] (1350/3389) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72782026-09-07T00:11:42.384Z PASS [ 0.024s] (1351/3389) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72792026-09-07T00:11:42.413Z PASS [ 0.028s] (1352/3389) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72802026-09-07T00:11:42.437Z PASS [ 0.025s] (1353/3389) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72812026-09-07T00:11:42.462Z PASS [ 0.025s] (1354/3389) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72822026-09-07T00:11:42.489Z PASS [ 0.026s] (1355/3389) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72832026-09-07T00:11:42.525Z PASS [ 0.036s] (1356/3389) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72842026-09-07T00:11:42.543Z PASS [ 0.018s] (1357/3389) omicron-common address::test::test_dns_subnets
72852026-09-07T00:11:42.565Z PASS [ 0.022s] (1358/3389) omicron-common address::test::test_ip_range_checks_non_decreasing
72862026-09-07T00:11:42.589Z PASS [ 0.024s] (1359/3389) omicron-common address::test::test_ip_range_enum_deserialization
72872026-09-07T00:11:42.620Z PASS [ 0.030s] (1360/3389) omicron-common address::test::test_ip_range_iter
72882026-09-07T00:11:42.639Z PASS [ 0.020s] (1361/3389) omicron-common address::test::test_ip_range_length
72892026-09-07T00:11:42.662Z PASS [ 0.022s] (1362/3389) omicron-common address::test::test_ip_range_try_from
72902026-09-07T00:11:42.680Z PASS [ 0.018s] (1363/3389) omicron-common address::test::test_ipv6_subnet_deserialize
72912026-09-07T00:11:42.696Z PASS [ 0.017s] (1364/3389) omicron-common address::test::test_sled_address
72922026-09-07T00:11:42.715Z PASS [ 0.018s] (1365/3389) omicron-common api::external::error::test::test_bail_unless
72932026-09-07T00:11:42.735Z PASS [ 0.020s] (1366/3389) omicron-common api::external::error::test::test_context
72942026-09-07T00:11:42.757Z PASS [ 0.021s] (1367/3389) omicron-common api::external::http_pagination::test::test_pagination_examples
72952026-09-07T00:11:42.770Z PASS [ 13.039s] (1368/3389) nexus-db-queries policy_test::test_conferred_roles
72962026-09-07T00:11:42.811Z PASS [ 0.027s] (1369/3389) omicron-common api::external::http_pagination::test::test_pagination_schemas
72972026-09-07T00:11:42.814Z PASS [ 0.019s] (1370/3389) omicron-common api::external::http_pagination::test::test_scan_by_id
72982026-09-07T00:11:42.814Z PASS [ 0.027s] (1371/3389) omicron-common api::external::http_pagination::test::test_scan_by_name
72992026-09-07T00:11:42.818Z PASS [ 0.027s] (1372/3389) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
73002026-09-07T00:11:42.835Z PASS [ 0.024s] (1373/3389) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
73012026-09-07T00:11:42.840Z PASS [ 0.023s] (1374/3389) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
73022026-09-07T00:11:42.855Z PASS [ 0.020s] (1375/3389) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
73032026-09-07T00:11:42.859Z PASS [ 0.019s] (1376/3389) omicron-common api::external::test::test_bytecount
73042026-09-07T00:11:42.874Z PASS [ 0.019s] (1377/3389) omicron-common api::external::test::test_bytecount_display
73052026-09-07T00:11:42.890Z PASS [ 0.032s] (1378/3389) omicron-common api::external::test::test_digest
73062026-09-07T00:11:42.896Z PASS [ 0.022s] (1379/3389) omicron-common api::external::test::test_firewall_deserialization
73072026-09-07T00:11:42.921Z PASS [ 0.031s] (1380/3389) omicron-common api::external::test::test_firewall_rule_host_filter_parse
73082026-09-07T00:11:42.926Z PASS [ 0.029s] (1381/3389) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
73092026-09-07T00:11:42.953Z PASS [ 0.031s] (1382/3389) omicron-common api::external::test::test_firewall_rule_target_parse
73102026-09-07T00:11:42.959Z PASS [ 0.034s] (1383/3389) omicron-common api::external::test::test_hostname_from_str
73112026-09-07T00:11:42.974Z PASS [ 0.021s] (1384/3389) omicron-common api::external::test::test_ip_port_range_from_str
73122026-09-07T00:11:42.992Z PASS [ 0.031s] (1385/3389) omicron-common api::external::test::test_ip_port_range_into_str
73132026-09-07T00:11:43.001Z PASS [ 0.027s] (1386/3389) omicron-common api::external::test::test_ipv6_net_operations
73142026-09-07T00:11:43.015Z PASS [ 0.023s] (1387/3389) omicron-common api::external::test::test_mac_system_iterator
73152026-09-07T00:11:43.025Z PASS [ 0.023s] (1388/3389) omicron-common api::external::test::test_mac_to_int_conversions
73162026-09-07T00:11:43.043Z PASS [ 0.028s] (1389/3389) omicron-common api::external::test::test_macaddr
73172026-09-07T00:11:43.048Z PASS [ 0.021s] (1390/3389) omicron-common api::external::test::test_name_parse
73182026-09-07T00:11:43.064Z PASS [ 0.020s] (1391/3389) omicron-common api::external::test::test_name_parse_from_param
73192026-09-07T00:11:43.085Z PASS [ 0.039s] (1392/3389) omicron-common api::external::test::test_resource_name_parse
73202026-09-07T00:11:43.092Z PASS [ 0.029s] (1393/3389) omicron-common api::external::test::test_route_destination_parse
73212026-09-07T00:11:43.125Z PASS [ 0.037s] (1394/3389) omicron-common api::external::test::test_route_target_parse
73222026-09-07T00:11:43.128Z PASS [ 0.035s] (1395/3389) omicron-common api::external::test::test_semver_serialize
73232026-09-07T00:11:43.147Z PASS [ 0.025s] (1396/3389) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
73242026-09-07T00:11:43.164Z PASS [ 0.036s] (1397/3389) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
73252026-09-07T00:11:43.184Z PASS [ 0.036s] (1398/3389) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
73262026-09-07T00:11:43.189Z PASS [ 1.061s] (1399/3389) omicron-cockroach-admin context::tests::test_node_id
73272026-09-07T00:11:43.204Z PASS [ 0.040s] (1400/3389) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
73282026-09-07T00:11:43.220Z PASS [ 0.037s] (1401/3389) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
73292026-09-07T00:11:43.226Z PASS [ 0.037s] (1402/3389) omicron-common disk::tests::parse_dataset_name
73302026-09-07T00:11:43.238Z PASS [ 0.034s] (1403/3389) omicron-common zpool_name::test::test_parse_bad_zpool_names
73312026-09-07T00:11:43.246Z PASS [ 0.026s] (1404/3389) omicron-common zpool_name::test::test_parse_external_zpool_name
73322026-09-07T00:11:43.255Z PASS [ 0.029s] (1405/3389) omicron-common zpool_name::test::test_parse_internal_zpool_name
73332026-09-07T00:11:43.263Z PASS [ 0.025s] (1406/3389) omicron-common zpool_name::test::test_parse_zpool_name_json
73342026-09-07T00:11:43.273Z PASS [ 0.027s] (1407/3389) omicron-common zpool_name::test::test_zpool_name_regex
73352026-09-07T00:11:43.426Z PASS [ 0.171s] (1408/3389) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
73362026-09-07T00:11:43.442Z PASS [ 0.178s] (1409/3389) omicron-dev::test-omicron-dev test_omicron_dev_no_args
73372026-09-07T00:11:43.454Z PASS [ 1.576s] (1410/3389) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
73382026-09-07T00:11:43.483Z PASS [ 0.041s] (1411/3389) omicron-gateway management_switch::location_map::tests::test_config_validation
73392026-09-07T00:11:43.492Z PASS [ 0.037s] (1412/3389) omicron-gateway management_switch::location_map::tests::test_resolve_location
73402026-09-07T00:11:43.520Z PASS [ 1.643s] (1413/3389) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
73412026-09-07T00:11:43.555Z PASS [ 0.063s] (1414/3389) omicron-gateway::test_all integration_tests::config::read_production_smf_config
73422026-09-07T00:11:43.831Z PASS [ 0.348s] (1415/3389) omicron-gateway::test_all integration_tests::component_list::component_list
73432026-09-07T00:11:43.865Z PASS [ 0.309s] (1416/3389) omicron-gateway::test_all integration_tests::ereports::ereports_commit
73442026-09-07T00:11:43.868Z PASS [ 0.349s] (1417/3389) omicron-gateway::test_all integration_tests::ereports::ereports_basic
73452026-09-07T00:11:44.044Z PASS [ 0.213s] (1418/3389) omicron-gateway::test_all integration_tests::ereports::ereports_limit
73462026-09-07T00:11:44.091Z PASS [ 0.223s] (1419/3389) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
73472026-09-07T00:11:44.243Z PASS [ 0.378s] (1420/3389) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
73482026-09-07T00:11:44.253Z PASS [ 0.209s] (1421/3389) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
73492026-09-07T00:11:44.268Z PASS [ 0.025s] (1422/3389) omicron-ledger test::test_commit_handles_write_failures
73502026-09-07T00:11:44.278Z PASS [ 0.024s] (1423/3389) omicron-ledger test::test_create_default_ledger
73512026-09-07T00:11:44.292Z PASS [ 0.024s] (1424/3389) omicron-ledger test::test_create_ledger_reads_from_storage
73522026-09-07T00:11:44.302Z PASS [ 0.024s] (1425/3389) omicron-ledger test::test_create_ledger_reads_latest_from_storage
73532026-09-07T00:11:44.313Z PASS [ 0.020s] (1426/3389) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
73542026-09-07T00:11:44.323Z PASS [ 0.021s] (1427/3389) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
73552026-09-07T00:11:44.332Z PASS [ 0.241s] (1428/3389) omicron-gateway::test_all integration_tests::task_dump::task_dump
73562026-09-07T00:11:44.335Z PASS [ 0.020s] (1429/3389) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
73572026-09-07T00:11:44.344Z PASS [ 0.021s] (1430/3389) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
73582026-09-07T00:11:44.351Z PASS [ 0.019s] (1431/3389) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
73592026-09-07T00:11:45.059Z PASS [ 11.761s] (1432/3389) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
73602026-09-07T00:11:45.073Z PASS [ 3.220s] (1433/3389) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
73612026-09-07T00:11:45.111Z PASS [ 0.053s] (1434/3389) omicron-nexus app::alert::tests::test_alert_class_list
73622026-09-07T00:11:45.863Z PASS [ 12.456s] (1435/3389) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
73632026-09-07T00:11:46.351Z PASS [ 14.482s] (1436/3389) nexus-mgs-updates driver_update::test::test_sp_update_takeover
73642026-09-07T00:11:46.842Z PASS [ 4.961s] (1437/3389) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
73652026-09-07T00:11:46.977Z PASS [ 12.577s] (1438/3389) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
73662026-09-07T00:11:47.160Z PASS [ 13.590s] (1439/3389) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
73672026-09-07T00:11:47.271Z PASS [ 5.406s] (1440/3389) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
73682026-09-07T00:11:47.320Z PASS [ 0.049s] (1441/3389) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
73692026-09-07T00:11:47.368Z PASS [ 0.048s] (1442/3389) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
73702026-09-07T00:11:47.416Z PASS [ 0.047s] (1443/3389) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
73712026-09-07T00:11:47.464Z PASS [ 0.048s] (1444/3389) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
73722026-09-07T00:11:47.532Z PASS [ 0.067s] (1445/3389) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
73732026-09-07T00:11:51.940Z PASS [ 19.574s] (1446/3389) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
73742026-09-07T00:11:52.051Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73752026-09-07T00:11:52.507Z PASS [ 13.356s] (1447/3389) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73762026-09-07T00:11:52.986Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73772026-09-07T00:11:53.016Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
73782026-09-07T00:11:53.130Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
73792026-09-07T00:11:54.507Z PASS [ 16.911s] (1448/3389) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73802026-09-07T00:11:55.889Z PASS [ 12.615s] (1449/3389) omicron-dev::test-omicron-dev test_run_all
73812026-09-07T00:11:56.867Z PASS [ 18.639s] (1450/3389) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::proptest_reconciliation
73822026-09-07T00:11:59.314Z PASS [ 7.374s] (1451/3389) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
73832026-09-07T00:11:59.608Z PASS [ 7.101s] (1452/3389) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
73842026-09-07T00:11:59.979Z PASS [ 22.150s] (1453/3389) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
73852026-09-07T00:12:00.062Z PASS [ 14.948s] (1454/3389) omicron-nexus app::background::driver::test::test_driver_basic
73862026-09-07T00:12:01.313Z PASS [ 6.805s] (1455/3389) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
73872026-09-07T00:12:01.597Z PASS [ 16.523s] (1456/3389) omicron-nexus app::background::driver::test::test_activation_in_progress
73882026-09-07T00:12:02.153Z PASS [ 14.994s] (1457/3389) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73892026-09-07T00:12:02.615Z PASS [ 16.751s] (1458/3389) omicron-nexus app::background::init::test::test_dns_propagation_basic
73902026-09-07T00:12:03.602Z PASS [ 25.799s] (1459/3389) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
73912026-09-07T00:12:04.695Z PASS [ 27.014s] (1460/3389) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73922026-09-07T00:12:07.520Z PASS [ 23.186s] (1461/3389) omicron-ls-apis::test_dependencies test_api_check
73932026-09-07T00:12:08.295Z PASS [ 8.687s] (1462/3389) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73942026-09-07T00:12:08.439Z PASS [ 24.088s] (1463/3389) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
73952026-09-07T00:12:09.091Z PASS [ 9.031s] (1464/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_delete_cap_mid_blueprint
73962026-09-07T00:12:09.169Z PASS [ 22.327s] (1465/3389) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73972026-09-07T00:12:09.193Z PASS [ 22.842s] (1466/3389) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73982026-09-07T00:12:09.240Z PASS [ 0.071s] (1467/3389) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73992026-09-07T00:12:09.486Z PASS [ 36.675s] (1468/3389) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
74002026-09-07T00:12:09.792Z PASS [ 22.815s] (1469/3389) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
74012026-09-07T00:12:09.981Z PASS [ 7.828s] (1470/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_never_deletes_target
74022026-09-07T00:12:10.337Z PASS [ 25.992s] (1471/3389) omicron-ls-apis::test_dependencies test_api_dependencies
74032026-09-07T00:12:10.578Z PASS [ 8.980s] (1472/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_multiple_batches
74042026-09-07T00:12:10.801Z PASS [ 13.934s] (1473/3389) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
74052026-09-07T00:12:11.242Z PASS [ 11.229s] (1474/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_basic
74062026-09-07T00:12:11.326Z PASS [ 10.008s] (1475/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_dups
74072026-09-07T00:12:11.873Z PASS [ 8.270s] (1476/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_config
74082026-09-07T00:12:13.378Z PASS [ 17.489s] (1477/3389) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
74092026-09-07T00:12:13.937Z PASS [ 9.242s] (1478/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_no_prune_non_target_blueprint
74102026-09-07T00:12:14.143Z PASS [ 5.848s] (1479/3389) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
74112026-09-07T00:12:14.475Z PASS [ 6.035s] (1480/3389) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
74122026-09-07T00:12:14.978Z PASS [ 5.887s] (1481/3389) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
74132026-09-07T00:12:17.500Z PASS [ 9.979s] (1482/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_prune_missing_blueprint
74142026-09-07T00:12:17.517Z PASS [ 6.310s] (1483/3389) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
74152026-09-07T00:12:17.517Z PASS [ 6.196s] (1484/3389) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
74162026-09-07T00:12:18.630Z PASS [ 6.756s] (1485/3389) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
74172026-09-07T00:12:19.226Z PASS [ 19.911s] (1486/3389) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
74182026-09-07T00:12:20.080Z PASS [ 6.702s] (1487/3389) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
74192026-09-07T00:12:20.429Z PASS [ 17.814s] (1488/3389) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_task
74202026-09-07T00:12:21.363Z PASS [ 7.423s] (1489/3389) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
74212026-09-07T00:12:21.670Z PASS [ 7.168s] (1490/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
74222026-09-07T00:12:21.686Z PASS [ 7.534s] (1491/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
74232026-09-07T00:12:22.066Z PASS [ 7.082s] (1492/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
74242026-09-07T00:12:22.842Z PASS [ 13.588s] (1493/3389) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
74252026-09-07T00:12:22.936Z PASS [ 13.735s] (1494/3389) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
74262026-09-07T00:12:23.067Z PASS [ 13.577s] (1495/3389) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
74272026-09-07T00:12:23.796Z PASS [ 14.001s] (1496/3389) omicron-nexus app::background::tasks::dns_config::test::test_basic
74282026-09-07T00:12:23.857Z PASS [ 6.349s] (1497/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
74292026-09-07T00:12:24.551Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
74302026-09-07T00:12:24.643Z PASS [ 14.652s] (1498/3389) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
74312026-09-07T00:12:24.653Z PASS [ 6.007s] (1499/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
74322026-09-07T00:12:24.726Z PASS [ 7.195s] (1500/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
74332026-09-07T00:12:24.735Z PASS [ 0.097s] (1501/3389) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
74342026-09-07T00:12:24.774Z PASS [ 7.254s] (1502/3389) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
74352026-09-07T00:12:24.780Z PASS [ 0.064s] (1503/3389) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
74362026-09-07T00:12:24.791Z PASS [ 0.054s] (1504/3389) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
74372026-09-07T00:12:24.845Z PASS [ 0.065s] (1505/3389) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
74382026-09-07T00:12:24.867Z PASS [ 0.093s] (1506/3389) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
74392026-09-07T00:12:24.897Z PASS [ 0.053s] (1507/3389) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
74402026-09-07T00:12:24.917Z PASS [ 0.046s] (1508/3389) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
74412026-09-07T00:12:24.924Z PASS [ 0.124s] (1509/3389) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
74422026-09-07T00:12:24.954Z PASS [ 0.055s] (1510/3389) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
74432026-09-07T00:12:25.016Z PASS [ 14.436s] (1511/3389) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
74442026-09-07T00:12:25.035Z PASS [ 0.080s] (1512/3389) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
74452026-09-07T00:12:25.044Z PASS [ 0.120s] (1513/3389) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
74462026-09-07T00:12:25.073Z PASS [ 0.050s] (1514/3389) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
74472026-09-07T00:12:25.107Z PASS [ 0.190s] (1515/3389) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
74482026-09-07T00:12:25.147Z PASS [ 0.107s] (1516/3389) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
74492026-09-07T00:12:25.163Z PASS [ 0.125s] (1517/3389) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
74502026-09-07T00:12:25.163Z PASS [ 0.058s] (1518/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
74512026-09-07T00:12:25.188Z PASS [ 0.101s] (1519/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
74522026-09-07T00:12:25.211Z PASS [ 0.063s] (1520/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
74532026-09-07T00:12:25.222Z PASS [ 0.051s] (1521/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
74542026-09-07T00:12:25.228Z PASS [ 0.069s] (1522/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
74552026-09-07T00:12:25.238Z PASS [ 0.067s] (1523/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
74562026-09-07T00:12:25.254Z PASS [ 0.046s] (1524/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
74572026-09-07T00:12:25.260Z PASS [ 0.049s] (1525/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
74582026-09-07T00:12:25.281Z PASS [ 0.050s] (1526/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
74592026-09-07T00:12:25.288Z PASS [ 14.945s] (1527/3389) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
74602026-09-07T00:12:25.293Z PASS [ 0.054s] (1528/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
74612026-09-07T00:12:25.304Z PASS [ 0.052s] (1529/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
74622026-09-07T00:12:25.324Z PASS [ 0.058s] (1530/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
74632026-09-07T00:12:25.395Z PASS [ 6.156s] (1531/3389) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
74642026-09-07T00:12:25.408Z PASS [ 0.113s] (1532/3389) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
74652026-09-07T00:12:25.904Z PASS [ 15.103s] (1533/3389) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
74662026-09-07T00:12:26.669Z PASS [ 6.589s] (1534/3389) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
74672026-09-07T00:12:27.267Z PASS [ 39.726s] (1535/3389) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
74682026-09-07T00:12:27.313Z PASS [ 5.667s] (1536/3389) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
74692026-09-07T00:12:27.698Z PASS [ 44.267s] (1537/3389) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
74702026-09-07T00:12:28.251Z PASS [ 7.809s] (1538/3389) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
74712026-09-07T00:12:29.996Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
74722026-09-07T00:12:30.206Z PASS [ 57.381s] (1539/3389) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
74732026-09-07T00:12:30.314Z PASS [ 6.467s] (1540/3389) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
74742026-09-07T00:12:33.071Z PASS [ 59.871s] (1541/3389) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
74752026-09-07T00:12:33.202Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74762026-09-07T00:12:40.403Z PASS [ 70.405s] (1542/3389) nexus-db-queries policy_test::test_iam_roles_behavior
74772026-09-07T00:12:41.543Z PASS [ 17.749s] (1543/3389) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
74782026-09-07T00:12:41.760Z PASS [ 16.442s] (1544/3389) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
74792026-09-07T00:12:41.760Z PASS [ 17.127s] (1545/3389) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
74802026-09-07T00:12:42.286Z PASS [ 16.904s] (1546/3389) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
74812026-09-07T00:12:42.476Z PASS [ 17.086s] (1547/3389) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
74822026-09-07T00:12:42.621Z PASS [ 16.716s] (1548/3389) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
74832026-09-07T00:12:42.719Z PASS [ 16.050s] (1549/3389) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
74842026-09-07T00:12:42.765Z PASS [ 15.071s] (1550/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
74852026-09-07T00:12:42.933Z PASS [ 15.675s] (1551/3389) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
74862026-09-07T00:12:43.061Z PASS [ 14.823s] (1552/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
74872026-09-07T00:12:43.076Z PASS [ 15.765s] (1553/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
74882026-09-07T00:12:43.379Z PASS [ 21.318s] (1554/3389) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
74892026-09-07T00:12:44.345Z PASS [ 21.416s] (1555/3389) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
74902026-09-07T00:12:44.492Z PASS [ 19.210s] (1556/3389) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
74912026-09-07T00:12:44.540Z PASS [ 23.180s] (1557/3389) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
74922026-09-07T00:12:44.951Z PASS [ 111.935s] (1558/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
74932026-09-07T00:12:44.973Z PASS [ 111.989s] (1559/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74942026-09-07T00:12:45.470Z PASS [ 3.927s] (1560/3389) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
74952026-09-07T00:12:45.637Z PASS [ 3.877s] (1561/3389) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
74962026-09-07T00:12:46.340Z PASS [ 4.053s] (1562/3389) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
74972026-09-07T00:12:46.517Z PASS [ 113.389s] (1563/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
74982026-09-07T00:12:46.520Z PASS [ 4.043s] (1564/3389) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
74992026-09-07T00:12:46.603Z PASS [ 0.083s] (1565/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
75002026-09-07T00:12:46.672Z PASS [ 0.069s] (1566/3389) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
75012026-09-07T00:12:46.681Z PASS [ 4.059s] (1567/3389) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
75022026-09-07T00:12:46.732Z PASS [ 0.059s] (1568/3389) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
75032026-09-07T00:12:46.742Z PASS [ 0.062s] (1569/3389) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
75042026-09-07T00:12:46.745Z PASS [ 13.672s] (1570/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
75052026-09-07T00:12:46.816Z PASS [ 0.074s] (1571/3389) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
75062026-09-07T00:12:46.826Z PASS [ 0.094s] (1572/3389) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
75072026-09-07T00:12:46.882Z PASS [ 0.138s] (1573/3389) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
75082026-09-07T00:12:47.091Z PASS [ 0.265s] (1574/3389) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
75092026-09-07T00:12:47.195Z PASS [ 0.312s] (1575/3389) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
75102026-09-07T00:12:47.199Z PASS [ 0.382s] (1576/3389) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
75112026-09-07T00:12:47.256Z PASS [ 0.058s] (1577/3389) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
75122026-09-07T00:12:47.262Z PASS [ 0.067s] (1578/3389) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
75132026-09-07T00:12:47.312Z PASS [ 0.050s] (1579/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
75142026-09-07T00:12:47.316Z PASS [ 0.060s] (1580/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
75152026-09-07T00:12:47.363Z PASS [ 0.051s] (1581/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
75162026-09-07T00:12:47.367Z PASS [ 0.050s] (1582/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
75172026-09-07T00:12:47.399Z PASS [ 74.198s] (1583/3389) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75182026-09-07T00:12:47.415Z PASS [ 0.052s] (1584/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
75192026-09-07T00:12:47.420Z PASS [ 0.054s] (1585/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
75202026-09-07T00:12:47.449Z PASS [ 0.050s] (1586/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
75212026-09-07T00:12:47.543Z PASS [ 0.128s] (1587/3389) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
75222026-09-07T00:12:47.546Z PASS [ 0.126s] (1588/3389) omicron-nexus app::crucible::test::upstairs_health_search
75232026-09-07T00:12:47.700Z PASS [ 0.156s] (1589/3389) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
75242026-09-07T00:12:47.704Z PASS [ 0.154s] (1590/3389) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
75252026-09-07T00:12:47.817Z PASS [ 0.367s] (1591/3389) omicron-nexus app::deployment::tests::test_debug_files
75262026-09-07T00:12:47.883Z PASS [ 0.182s] (1592/3389) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
75272026-09-07T00:12:47.921Z PASS [ 0.195s] (1593/3389) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
75282026-09-07T00:12:47.930Z PASS [ 5.211s] (1594/3389) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
75292026-09-07T00:12:47.950Z PASS [ 0.055s] (1595/3389) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
75302026-09-07T00:12:47.972Z PASS [ 0.881s] (1596/3389) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
75312026-09-07T00:12:47.992Z PASS [ 0.061s] (1597/3389) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
75322026-09-07T00:12:47.995Z PASS [ 5.229s] (1598/3389) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
75332026-09-07T00:12:48.004Z PASS [ 0.054s] (1599/3389) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
75342026-09-07T00:12:48.031Z PASS [ 0.059s] (1600/3389) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
75352026-09-07T00:12:48.089Z PASS [ 0.094s] (1601/3389) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
75362026-09-07T00:12:48.094Z PASS [ 0.101s] (1602/3389) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
75372026-09-07T00:12:48.098Z PASS [ 0.063s] (1603/3389) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
75382026-09-07T00:12:48.104Z PASS [ 0.099s] (1604/3389) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
75392026-09-07T00:12:48.177Z PASS [ 0.088s] (1605/3389) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
75402026-09-07T00:12:48.199Z PASS [ 0.382s] (1606/3389) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
75412026-09-07T00:12:48.207Z PASS [ 0.114s] (1607/3389) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
75422026-09-07T00:12:48.225Z PASS [ 0.342s] (1608/3389) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
75432026-09-07T00:12:48.291Z PASS [ 0.114s] (1609/3389) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
75442026-09-07T00:12:48.298Z PASS [ 0.194s] (1610/3389) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
75452026-09-07T00:12:48.307Z PASS [ 0.108s] (1611/3389) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
75462026-09-07T00:12:48.315Z PASS [ 0.108s] (1612/3389) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
75472026-09-07T00:12:48.387Z PASS [ 0.071s] (1613/3389) omicron-nexus app::external_endpoints::test::test_no_endpoint
75482026-09-07T00:12:48.411Z PASS [ 0.120s] (1614/3389) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
75492026-09-07T00:12:48.442Z PASS [ 0.055s] (1615/3389) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
75502026-09-07T00:12:48.447Z PASS [ 0.139s] (1616/3389) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
75512026-09-07T00:12:48.450Z PASS [ 0.355s] (1617/3389) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
75522026-09-07T00:12:48.473Z PASS [ 0.062s] (1618/3389) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
75532026-09-07T00:12:48.512Z PASS [ 0.070s] (1619/3389) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
75542026-09-07T00:12:48.528Z PASS [ 0.081s] (1620/3389) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
75552026-09-07T00:12:48.533Z PASS [ 0.060s] (1621/3389) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
75562026-09-07T00:12:48.537Z PASS [ 0.088s] (1622/3389) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
75572026-09-07T00:12:48.584Z PASS [ 0.072s] (1623/3389) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
75582026-09-07T00:12:48.636Z PASS [ 18.430s] (1624/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
75592026-09-07T00:12:48.664Z PASS [ 0.135s] (1625/3389) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
75602026-09-07T00:12:48.716Z PASS [ 0.182s] (1626/3389) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
75612026-09-07T00:12:48.739Z PASS [ 0.154s] (1627/3389) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
75622026-09-07T00:12:48.753Z PASS [ 0.216s] (1628/3389) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
75632026-09-07T00:12:48.833Z PASS [ 0.170s] (1629/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
75642026-09-07T00:12:48.914Z PASS [ 0.689s] (1630/3389) omicron-nexus app::external_endpoints::test::test_authority
75652026-09-07T00:12:48.989Z PASS [ 0.076s] (1631/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
75662026-09-07T00:12:48.994Z PASS [ 0.160s] (1632/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
75672026-09-07T00:12:49.042Z PASS [ 0.288s] (1633/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
75682026-09-07T00:12:49.052Z PASS [ 0.313s] (1634/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
75692026-09-07T00:12:49.067Z PASS [ 0.349s] (1635/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
75702026-09-07T00:12:49.082Z PASS [ 0.088s] (1636/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
75712026-09-07T00:12:49.102Z PASS [ 0.061s] (1637/3389) omicron-nexus app::multicast::tests::test_is_ssm_address
75722026-09-07T00:12:49.116Z PASS [ 0.126s] (1638/3389) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
75732026-09-07T00:12:49.206Z PASS [ 0.103s] (1639/3389) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
75742026-09-07T00:12:49.684Z PASS [ 24.397s] (1640/3389) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
75752026-09-07T00:12:50.383Z PASS [ 2.080s] (1641/3389) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
75762026-09-07T00:12:50.973Z PASS [ 20.654s] (1642/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
75772026-09-07T00:12:51.544Z PASS [ 11.138s] (1643/3389) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
75782026-09-07T00:12:52.055Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75792026-09-07T00:12:53.237Z PASS [ 27.937s] (1644/3389) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
75802026-09-07T00:12:55.589Z PASS [ 13.829s] (1645/3389) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
75812026-09-07T00:12:55.809Z PASS [ 11.316s] (1646/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
75822026-09-07T00:12:55.875Z PASS [ 12.799s] (1647/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
75832026-09-07T00:12:56.918Z PASS [ 12.572s] (1648/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
75842026-09-07T00:12:57.424Z PASS [ 12.451s] (1649/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
75852026-09-07T00:12:57.522Z PASS [ 14.143s] (1650/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
75862026-09-07T00:12:58.315Z PASS [ 35.251s] (1651/3389) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
75872026-09-07T00:12:58.928Z PASS [ 15.867s] (1652/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
75882026-09-07T00:12:59.251Z PASS [ 16.318s] (1653/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
75892026-09-07T00:12:59.421Z PASS [ 13.783s] (1654/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
75902026-09-07T00:13:00.369Z PASS [ 38.689s] (1655/3389) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
75912026-09-07T00:13:01.327Z PASS [ 12.689s] (1656/3389) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
75922026-09-07T00:13:01.487Z PASS [ 16.016s] (1657/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
75932026-09-07T00:13:01.630Z PASS [ 15.290s] (1658/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
75942026-09-07T00:13:01.878Z PASS [ 16.926s] (1659/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
75952026-09-07T00:13:03.140Z PASS [ 14.075s] (1660/3389) omicron-nexus app::quiesce::test::test_quiesce_full
75962026-09-07T00:13:03.852Z PASS [ 17.335s] (1661/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
75972026-09-07T00:13:03.920Z PASS [ 41.091s] (1662/3389) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
75982026-09-07T00:13:04.117Z PASS [ 15.064s] (1663/3389) omicron-nexus app::quiesce::test::test_quiesce_easy
75992026-09-07T00:13:05.366Z PASS [ 20.825s] (1664/3389) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
76002026-09-07T00:13:05.646Z PASS [ 16.563s] (1665/3389) omicron-nexus app::quiesce::test::test_quiesce_multi
76012026-09-07T00:13:09.646Z PASS [ 18.677s] (1666/3389) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
76022026-09-07T00:13:10.323Z PASS [ 21.208s] (1667/3389) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
76032026-09-07T00:13:13.003Z PASS [ 23.797s] (1668/3389) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
76042026-09-07T00:13:13.441Z PASS [ 21.903s] (1669/3389) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
76052026-09-07T00:13:13.803Z PASS [ 24.118s] (1670/3389) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
76062026-09-07T00:13:14.193Z PASS [ 20.957s] (1671/3389) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
76072026-09-07T00:13:14.564Z PASS [ 24.185s] (1672/3389) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
76082026-09-07T00:13:20.169Z PASS [ 19.801s] (1673/3389) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
76092026-09-07T00:13:20.719Z PASS [ 18.841s] (1674/3389) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
76102026-09-07T00:13:20.907Z PASS [ 19.579s] (1675/3389) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
76112026-09-07T00:13:21.203Z PASS [ 22.885s] (1676/3389) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
76122026-09-07T00:13:21.536Z PASS [ 16.167s] (1677/3389) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
76132026-09-07T00:13:21.829Z PASS [ 17.712s] (1678/3389) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
76142026-09-07T00:13:22.008Z PASS [ 20.377s] (1679/3389) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
76152026-09-07T00:13:22.092Z PASS [ 20.604s] (1680/3389) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
76162026-09-07T00:13:22.297Z PASS [ 18.445s] (1681/3389) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
76172026-09-07T00:13:24.049Z PASS [ 20.908s] (1682/3389) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
76182026-09-07T00:13:24.538Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
76192026-09-07T00:13:26.524Z PASS [ 20.876s] (1683/3389) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
76202026-09-07T00:13:30.633Z PASS [ 17.630s] (1684/3389) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
76212026-09-07T00:13:30.906Z PASS [ 17.465s] (1685/3389) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
76222026-09-07T00:13:32.479Z PASS [ 22.832s] (1686/3389) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
76232026-09-07T00:13:34.416Z PASS [ 20.614s] (1687/3389) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
76242026-09-07T00:13:34.629Z PASS [ 20.063s] (1688/3389) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
76252026-09-07T00:13:35.777Z PASS [ 39.901s] (1689/3389) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
76262026-09-07T00:13:37.562Z PASS [ 41.972s] (1690/3389) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
76272026-09-07T00:13:39.614Z PASS [ 18.709s] (1691/3389) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
76282026-09-07T00:13:40.122Z PASS [ 19.952s] (1692/3389) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
76292026-09-07T00:13:41.134Z PASS [ 19.305s] (1693/3389) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
76302026-09-07T00:13:41.313Z PASS [ 20.112s] (1694/3389) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
76312026-09-07T00:13:41.664Z PASS [ 19.656s] (1695/3389) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
76322026-09-07T00:13:42.444Z PASS [ 20.145s] (1696/3389) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
76332026-09-07T00:13:45.204Z PASS [ 21.156s] (1697/3389) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
76342026-09-07T00:13:45.424Z PASS [ 49.614s] (1698/3389) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
76352026-09-07T00:13:48.605Z PASS [ 44.684s] (1699/3389) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
76362026-09-07T00:13:49.200Z PASS [ 18.565s] (1700/3389) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
76372026-09-07T00:13:50.408Z PASS [ 19.502s] (1701/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
76382026-09-07T00:13:51.988Z PASS [ 52.730s] (1702/3389) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
76392026-09-07T00:13:52.055Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76402026-09-07T00:13:54.284Z PASS [ 19.854s] (1703/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
76412026-09-07T00:13:54.861Z PASS [ 20.232s] (1704/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
76422026-09-07T00:13:56.088Z PASS [ 10.883s] (1705/3389) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
76432026-09-07T00:13:56.389Z PASS [ 58.962s] (1706/3389) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
76442026-09-07T00:13:56.536Z PASS [ 11.107s] (1707/3389) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
76452026-09-07T00:13:56.774Z PASS [ 59.244s] (1708/3389) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
76462026-09-07T00:13:56.920Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
76472026-09-07T00:13:58.717Z PASS [ 21.155s] (1709/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
76482026-09-07T00:13:58.931Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
76492026-09-07T00:13:59.423Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
76502026-09-07T00:13:59.614Z PASS [ 11.009s] (1710/3389) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
76512026-09-07T00:14:00.327Z PASS [ 60.905s] (1711/3389) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
76522026-09-07T00:14:00.378Z PASS [ 18.713s] (1712/3389) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
76532026-09-07T00:14:00.620Z PASS [ 20.498s] (1713/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
76542026-09-07T00:14:00.681Z PASS [ 0.061s] (1714/3389) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
76552026-09-07T00:14:01.416Z PASS [ 18.970s] (1715/3389) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
76562026-09-07T00:14:01.821Z PASS [ 20.686s] (1716/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
76572026-09-07T00:14:01.963Z PASS [ 12.762s] (1717/3389) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
76582026-09-07T00:14:02.860Z PASS [ 12.451s] (1718/3389) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
76592026-09-07T00:14:03.514Z PASS [ 66.595s] (1719/3389) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
76602026-09-07T00:14:04.359Z PASS [ 12.377s] (1720/3389) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
76612026-09-07T00:14:06.005Z PASS [ 67.076s] (1721/3389) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
76622026-09-07T00:14:06.034Z PASS [ 11.174s] (1722/3389) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
76632026-09-07T00:14:08.335Z PASS [ 11.943s] (1723/3389) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
76642026-09-07T00:14:09.290Z PASS [ 27.974s] (1724/3389) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
76652026-09-07T00:14:10.326Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76662026-09-07T00:14:11.890Z PASS [ 11.512s] (1725/3389) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
76672026-09-07T00:14:14.197Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76682026-09-07T00:14:16.574Z PASS [ 54.482s] (1726/3389) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
76692026-09-07T00:14:16.601Z PASS [ 10.567s] (1727/3389) omicron-nexus app::sagas::test_saga::test_saga_stuck
76702026-09-07T00:14:16.713Z PASS [ 66.388s] (1728/3389) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76712026-09-07T00:14:19.097Z PASS [ 17.078s] (1729/3389) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
76722026-09-07T00:14:20.395Z PASS [ 16.873s] (1730/3389) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
76732026-09-07T00:14:24.469Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76742026-09-07T00:14:24.499Z PASS [ 17.881s] (1731/3389) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
76752026-09-07T00:14:24.499Z PASS [ 12.536s] (1732/3389) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
76762026-09-07T00:14:24.499Z PASS [ 11.911s] (1733/3389) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
76772026-09-07T00:14:24.500Z PASS [ 16.985s] (1734/3389) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
76782026-09-07T00:14:24.500Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76792026-09-07T00:14:24.516Z PASS [ 16.251s] (1735/3389) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
76802026-09-07T00:14:24.516Z PASS [ 27.027s] (1736/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
76812026-09-07T00:14:24.516Z PASS [ 11.919s] (1737/3389) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
76822026-09-07T00:14:24.539Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
76832026-09-07T00:14:24.804Z PASS [ 30.533s] (1738/3389) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
76842026-09-07T00:14:26.525Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76852026-09-07T00:14:28.294Z PASS [ 11.720s] (1739/3389) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
76862026-09-07T00:14:28.762Z PASS [ 12.160s] (1740/3389) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
76872026-09-07T00:14:29.558Z PASS [ 12.845s] (1741/3389) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
76882026-09-07T00:14:30.865Z PASS [ 58.385s] (1742/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76892026-09-07T00:14:32.021Z PASS [ 11.279s] (1743/3389) omicron-nexus app::update::test::test_contact_support_healthy_system
76902026-09-07T00:14:32.309Z PASS [ 13.267s] (1744/3389) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
76912026-09-07T00:14:32.447Z PASS [ 12.059s] (1745/3389) omicron-nexus app::update::test::test_contact_support_all_unhealthy
76922026-09-07T00:14:32.543Z PASS [ 0.096s] (1746/3389) omicron-nexus app::update::test::test_problems_all_unhealthy
76932026-09-07T00:14:32.627Z PASS [ 0.085s] (1747/3389) omicron-nexus app::update::test::test_problems_healthy_system
76942026-09-07T00:14:32.685Z PASS [ 11.816s] (1748/3389) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
76952026-09-07T00:14:32.721Z PASS [ 0.094s] (1749/3389) omicron-nexus app::update::test::test_problems_missing_sleds
76962026-09-07T00:14:32.772Z PASS [ 0.088s] (1750/3389) omicron-nexus app::update::test::test_problems_stale_inventory
76972026-09-07T00:14:32.805Z PASS [ 0.084s] (1751/3389) omicron-nexus app::update::test::test_problems_stuck_sagas
76982026-09-07T00:14:32.855Z PASS [ 0.083s] (1752/3389) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
76992026-09-07T00:14:32.884Z PASS [ 0.079s] (1753/3389) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
77002026-09-07T00:14:32.938Z PASS [ 0.083s] (1754/3389) omicron-nexus app::update::test::test_problems_stuck_update
77012026-09-07T00:14:32.967Z PASS [ 0.083s] (1755/3389) omicron-nexus app::update::test::test_problems_target_recently_requested_stale_blueprint
77022026-09-07T00:14:33.019Z PASS [ 0.081s] (1756/3389) omicron-nexus app::update::test::test_problems_unhealthy_services
77032026-09-07T00:14:33.024Z PASS [ 11.681s] (1757/3389) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
77042026-09-07T00:14:33.043Z PASS [ 0.076s] (1758/3389) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
77052026-09-07T00:14:33.077Z PASS [ 36.545s] (1759/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
77062026-09-07T00:14:33.108Z PASS [ 0.088s] (1760/3389) omicron-nexus app::update::test::test_problems_unhealthy_services_errors_only
77072026-09-07T00:14:33.108Z PASS [ 0.083s] (1761/3389) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
77082026-09-07T00:14:33.124Z PASS [ 0.080s] (1762/3389) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
77092026-09-07T00:14:33.162Z PASS [ 0.085s] (1763/3389) omicron-nexus app::update::test::test_problems_unhealthy_svcs_not_in_maintenace
77102026-09-07T00:14:33.190Z PASS [ 0.082s] (1764/3389) omicron-nexus app::update::test::test_problems_unhealthy_zpools
77112026-09-07T00:14:33.190Z PASS [ 0.082s] (1765/3389) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
77122026-09-07T00:14:33.218Z PASS [ 0.056s] (1766/3389) omicron-nexus external_api::console_api::test::test_accept_gz
77132026-09-07T00:14:33.305Z PASS [ 12.106s] (1767/3389) omicron-nexus app::update::test::test_contact_support_missing_sleds
77142026-09-07T00:14:33.325Z PASS [ 0.134s] (1768/3389) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
77152026-09-07T00:14:33.329Z PASS [ 0.136s] (1769/3389) omicron-nexus external_api::console_api::test::test_find_file_404_on_illegal_segment
77162026-09-07T00:14:33.332Z PASS [ 0.114s] (1770/3389) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
77172026-09-07T00:14:33.389Z PASS [ 0.084s] (1771/3389) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
77182026-09-07T00:14:33.470Z PASS [ 0.146s] (1772/3389) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
77192026-09-07T00:14:33.488Z PASS [ 0.162s] (1773/3389) omicron-nexus external_api::console_api::test::test_find_file_finds_file
77202026-09-07T00:14:33.491Z PASS [ 0.099s] (1774/3389) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
77212026-09-07T00:14:33.492Z PASS [ 0.157s] (1775/3389) omicron-nexus external_api::console_api::test::test_find_file_race_does_not_escape_root
77222026-09-07T00:14:33.530Z PASS [ 0.061s] (1776/3389) omicron-nexus external_api::console_api::test::test_relative_uri
77232026-09-07T00:14:33.995Z PASS [ 11.739s] (1777/3389) omicron-nexus app::update::test::test_contact_support_only_propolis_services
77242026-09-07T00:14:35.195Z PASS [ 11.400s] (1778/3389) omicron-nexus app::update::test::test_contact_support_services_errors_only
77252026-09-07T00:14:35.569Z PASS [ 2.445s] (1779/3389) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
77262026-09-07T00:14:35.780Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77272026-09-07T00:14:36.091Z PASS [ 12.282s] (1780/3389) omicron-nexus app::update::test::test_contact_support_stuck_saga
77282026-09-07T00:14:36.265Z PASS [ 11.461s] (1781/3389) omicron-nexus app::update::test::test_contact_support_stuck_update
77292026-09-07T00:14:38.121Z PASS [ 37.440s] (1782/3389) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
77302026-09-07T00:14:39.616Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77312026-09-07T00:14:40.255Z PASS [ 39.925s] (1783/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
77322026-09-07T00:14:40.545Z PASS [ 12.252s] (1784/3389) omicron-nexus app::update::test::test_contact_support_target_recently_requested_stale_blueprint
77332026-09-07T00:14:40.919Z PASS [ 12.158s] (1785/3389) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
77342026-09-07T00:14:42.126Z PASS [ 12.568s] (1786/3389) omicron-nexus app::update::test::test_contact_support_unhealthy_svcs_not_in_maintenace
77352026-09-07T00:14:42.579Z PASS [ 46.490s] (1787/3389) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
77362026-09-07T00:14:42.711Z PASS [ 11.846s] (1788/3389) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
77372026-09-07T00:14:44.121Z PASS [ 12.100s] (1789/3389) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
77382026-09-07T00:14:44.730Z PASS [ 12.421s] (1790/3389) omicron-nexus app::update::test::test_contact_support_update_in_progress
77392026-09-07T00:14:45.152Z PASS [ 45.537s] (1791/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
77402026-09-07T00:14:45.765Z PASS [ 12.275s] (1792/3389) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
77412026-09-07T00:14:46.953Z PASS [ 45.132s] (1793/3389) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
77422026-09-07T00:14:47.764Z PASS [ 14.275s] (1794/3389) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
77432026-09-07T00:14:48.297Z PASS [ 0.533s] (1795/3389) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
77442026-09-07T00:14:48.478Z PASS [ 2.712s] (1796/3389) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
77452026-09-07T00:14:49.635Z PASS [ 2.682s] (1797/3389) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
77462026-09-07T00:14:52.057Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77472026-09-07T00:14:52.340Z PASS [ 91.620s] (1798/3389) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77482026-09-07T00:14:53.046Z PASS [ 98.852s] (1799/3389) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77492026-09-07T00:14:53.118Z PASS [ 19.587s] (1800/3389) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
77502026-09-07T00:14:53.847Z PASS [ 18.277s] (1801/3389) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
77512026-09-07T00:14:54.338Z PASS [ 13.792s] (1802/3389) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
77522026-09-07T00:14:54.679Z PASS [ 20.683s] (1803/3389) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
77532026-09-07T00:14:55.679Z PASS [ 19.588s] (1804/3389) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
77542026-09-07T00:14:56.470Z PASS [ 20.199s] (1805/3389) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
77552026-09-07T00:14:56.564Z PASS [ 14.435s] (1806/3389) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
77562026-09-07T00:14:57.808Z PASS [ 16.887s] (1807/3389) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
77572026-09-07T00:14:57.914Z PASS [ 17.660s] (1808/3389) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
77582026-09-07T00:14:58.068Z PASS [ 56.654s] (1809/3389) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
77592026-09-07T00:14:58.167Z PASS [ 13.015s] (1810/3389) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
77602026-09-07T00:14:58.724Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
77612026-09-07T00:15:00.710Z PASS [ 61.993s] (1811/3389) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
77622026-09-07T00:15:01.382Z PASS [ 13.085s] (1812/3389) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
77632026-09-07T00:15:01.573Z PASS [ 13.095s] (1813/3389) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
77642026-09-07T00:15:01.892Z PASS [ 28.401s] (1814/3389) omicron-nexus populate::test::test_populators
77652026-09-07T00:15:02.767Z PASS [ 86.989s] (1815/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77662026-09-07T00:15:02.960Z PASS [ 18.838s] (1816/3389) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
77672026-09-07T00:15:03.034Z PASS [ 13.397s] (1817/3389) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
77682026-09-07T00:15:03.989Z PASS [ 28.795s] (1818/3389) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
77692026-09-07T00:15:04.343Z PASS [ 11.223s] (1819/3389) omicron-nexus::test_all integration_tests::basic::test_basic_failures
77702026-09-07T00:15:04.454Z PASS [ 12.114s] (1820/3389) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
77712026-09-07T00:15:04.752Z PASS [ 0.295s] (1821/3389) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
77722026-09-07T00:15:04.869Z PASS [ 20.136s] (1822/3389) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
77732026-09-07T00:15:05.581Z PASS [ 1.591s] (1823/3389) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
77742026-09-07T00:15:05.933Z PASS [ 11.595s] (1824/3389) omicron-nexus::test_all integration_tests::basic::test_ping
77752026-09-07T00:15:05.981Z PASS [ 12.934s] (1825/3389) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
77762026-09-07T00:15:06.131Z PASS [ 1.789s] (1826/3389) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
77772026-09-07T00:15:06.147Z PASS [ 11.468s] (1827/3389) omicron-nexus::test_all integration_tests::basic::test_ping_on_second_external_address
77782026-09-07T00:15:06.406Z PASS [ 28.285s] (1828/3389) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
77792026-09-07T00:15:07.402Z PASS [ 87.762s] (1829/3389) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77802026-09-07T00:15:07.534Z PASS [ 100.983s] (1830/3389) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77812026-09-07T00:15:08.787Z PASS [ 12.225s] (1831/3389) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
77822026-09-07T00:15:09.801Z PASS [ 11.990s] (1832/3389) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
77832026-09-07T00:15:09.901Z PASS [ 11.829s] (1833/3389) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
77842026-09-07T00:15:10.056Z PASS [ 12.044s] (1834/3389) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
77852026-09-07T00:15:10.061Z PASS [ 11.892s] (1835/3389) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
77862026-09-07T00:15:13.799Z PASS [ 13.088s] (1836/3389) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
77872026-09-07T00:15:14.173Z PASS [ 12.596s] (1837/3389) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
77882026-09-07T00:15:15.898Z PASS [ 13.131s] (1838/3389) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
77892026-09-07T00:15:16.115Z PASS [ 13.151s] (1839/3389) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
77902026-09-07T00:15:16.282Z PASS [ 13.249s] (1840/3389) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
77912026-09-07T00:15:16.538Z PASS [ 20.704s] (1841/3389) omicron-nexus::test_all integration_tests::basic::test_projects_basic
77922026-09-07T00:15:16.620Z PASS [ 22.770s] (1842/3389) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
77932026-09-07T00:15:16.979Z PASS [ 352.439s] (1843/3389) oximeter-db client::tests::test_replicated
77942026-09-07T00:15:17.122Z PASS [ 12.255s] (1844/3389) omicron-nexus::test_all integration_tests::console_api::test_assets
77952026-09-07T00:15:21.536Z PASS [ 12.926s] (1845/3389) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
77962026-09-07T00:15:21.581Z PASS [ 16.606s] (1846/3389) omicron-nexus::test_all integration_tests::certificates::test_crud
77972026-09-07T00:15:21.583Z PASS [ 1.374s] (1847/3389) omicron-clickhouse-admin context::tests::test_database_usage
77982026-09-07T00:15:21.583Z PASS [ 0.028s] (1848/3389) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
77992026-09-07T00:15:21.583Z PASS [ 0.028s] (1849/3389) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
78002026-09-07T00:15:21.583Z PASS [ 0.028s] (1850/3389) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
78012026-09-07T00:15:21.583Z PASS [ 0.027s] (1851/3389) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
78022026-09-07T00:15:21.583Z PASS [ 35.760s] (1852/3389) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
78032026-09-07T00:15:21.583Z PASS [ 0.027s] (1853/3389) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
78042026-09-07T00:15:21.583Z PASS [ 13.648s] (1854/3389) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
78052026-09-07T00:15:21.583Z PASS [ 13.192s] (1855/3389) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
78062026-09-07T00:15:21.583Z PASS [ 1.176s] (1856/3389) omicron-clickhouse-admin context::tests::test_retention_policy
78072026-09-07T00:15:21.583Z PASS [ 12.502s] (1857/3389) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
78082026-09-07T00:15:21.583Z PASS [ 13.747s] (1858/3389) omicron-nexus::test_all integration_tests::console_api::test_session_me
78092026-09-07T00:15:21.583Z PASS [ 0.788s] (1859/3389) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
78102026-09-07T00:15:21.583Z PASS [ 0.250s] (1860/3389) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
78112026-09-07T00:15:21.584Z PASS [ 24.384s] (1861/3389) omicron-nexus::test_all integration_tests::basic::test_projects_list
78122026-09-07T00:15:21.584Z PASS [ 14.737s] (1862/3389) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
78132026-09-07T00:15:21.584Z PASS [ 0.209s] (1863/3389) omicron-clickhouse-admin::integration_test test_lgif_parsing
78142026-09-07T00:15:21.584Z PASS [ 0.175s] (1864/3389) omicron-clickhouse-admin::integration_test test_raft_config_parsing
78152026-09-07T00:15:21.584Z PASS [ 12.354s] (1865/3389) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
78162026-09-07T00:15:21.584Z PASS [ 0.118s] (1866/3389) omicron-clickhouse-admin::integration_test test_teardown
78172026-09-07T00:15:21.584Z PASS [ 0.049s] (1867/3389) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
78182026-09-07T00:15:21.584Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
78192026-09-07T00:15:22.286Z PASS [ 20.396s] (1868/3389) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
78202026-09-07T00:15:22.392Z PASS [ 16.459s] (1869/3389) omicron-nexus::test_all integration_tests::console_api::test_console_pages
78212026-09-07T00:15:23.101Z PASS [ 17.115s] (1870/3389) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
78222026-09-07T00:15:26.006Z PASS [ 18.500s] (1871/3389) omicron-nexus::test_all integration_tests::console_api::test_sessions
78232026-09-07T00:15:31.764Z PASS [ 10.881s] (1872/3389) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
78242026-09-07T00:15:32.940Z PASS [ 10.548s] (1873/3389) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
78252026-09-07T00:15:33.080Z PASS [ 10.793s] (1874/3389) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
78262026-09-07T00:15:33.525Z PASS [ 10.429s] (1875/3389) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
78272026-09-07T00:15:34.083Z PASS [ 132.549s] (1876/3389) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
78282026-09-07T00:15:39.296Z PASS [ 13.288s] (1877/3389) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
78292026-09-07T00:15:39.846Z PASS [ 18.705s] (1878/3389) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
78302026-09-07T00:15:40.566Z PASS [ 7.625s] (1879/3389) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
78312026-09-07T00:15:42.581Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
78322026-09-07T00:15:42.707Z PASS [ 32.749s] (1880/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
78332026-09-07T00:15:44.317Z PASS [ 11.235s] (1881/3389) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
78342026-09-07T00:15:44.624Z PASS [ 12.859s] (1882/3389) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
78352026-09-07T00:15:48.872Z PASS [ 39.073s] (1883/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
78362026-09-07T00:15:52.060Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78372026-09-07T00:15:55.983Z PASS [ 21.899s] (1884/3389) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
78382026-09-07T00:15:58.295Z PASS [ 19.000s] (1885/3389) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
78392026-09-07T00:16:01.781Z PASS [ 45.161s] (1886/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
78402026-09-07T00:16:02.025Z PASS [ 44.349s] (1887/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
78412026-09-07T00:16:03.941Z PASS [ 30.415s] (1888/3389) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
78422026-09-07T00:16:05.007Z PASS [ 82.428s] (1889/3389) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
78432026-09-07T00:16:08.224Z PASS [ 52.325s] (1890/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
78442026-09-07T00:16:08.480Z PASS [ 58.420s] (1891/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
78452026-09-07T00:16:09.900Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
78462026-09-07T00:16:13.805Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
78472026-09-07T00:16:14.172Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
78482026-09-07T00:16:15.415Z PASS [ 56.085s] (1892/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
78492026-09-07T00:16:16.114Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
78502026-09-07T00:16:16.284Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
78512026-09-07T00:16:16.387Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
78522026-09-07T00:16:17.124Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78532026-09-07T00:16:17.771Z PASS [ 58.540s] (1893/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
78542026-09-07T00:16:17.991Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78552026-09-07T00:16:18.263Z PASS [ 10.037s] (1894/3389) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
78562026-09-07T00:16:18.408Z PASS [ 9.928s] (1895/3389) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
78572026-09-07T00:16:18.474Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78582026-09-07T00:16:18.607Z PASS [ 62.495s] (1896/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
78592026-09-07T00:16:19.882Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
78602026-09-07T00:16:20.157Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
78612026-09-07T00:16:20.683Z PASS [ 59.440s] (1897/3389) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
78622026-09-07T00:16:20.852Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
78632026-09-07T00:16:21.402Z PASS [ 19.623s] (1898/3389) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
78642026-09-07T00:16:22.574Z PASS [ 62.419s] (1899/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
78652026-09-07T00:16:23.886Z PASS [ 3.200s] (1900/3389) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
78662026-09-07T00:16:23.905Z PASS [ 74.007s] (1901/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
78672026-09-07T00:16:27.999Z PASS [ 70.943s] (1902/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
78682026-09-07T00:16:29.268Z PASS [ 48.701s] (1903/3389) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
78692026-09-07T00:16:32.150Z PASS [ 14.379s] (1904/3389) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
78702026-09-07T00:16:33.687Z PASS [ 77.404s] (1905/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
78712026-09-07T00:16:35.141Z PASS [ 50.824s] (1906/3389) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
78722026-09-07T00:16:36.297Z PASS [ 12.414s] (1907/3389) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
78732026-09-07T00:16:36.467Z PASS [ 32.525s] (1908/3389) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
78742026-09-07T00:16:36.545Z PASS [ 40.562s] (1909/3389) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
78752026-09-07T00:16:36.954Z PASS [ 57.108s] (1910/3389) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
78762026-09-07T00:16:37.706Z PASS [ 79.232s] (1911/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78772026-09-07T00:16:37.935Z PASS [ 84.134s] (1912/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
78782026-09-07T00:16:39.160Z PASS [ 34.153s] (1913/3389) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
78792026-09-07T00:16:39.951Z PASS [ 55.326s] (1914/3389) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
78802026-09-07T00:16:42.709Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
78812026-09-07T00:16:44.453Z PASS [ 23.051s] (1915/3389) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
78822026-09-07T00:16:47.416Z PASS [ 29.154s] (1916/3389) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
78832026-09-07T00:16:48.080Z PASS [ 29.472s] (1917/3389) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
78842026-09-07T00:16:48.873Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
78852026-09-07T00:16:49.940Z PASS [ 92.818s] (1918/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78862026-09-07T00:16:50.965Z PASS [ 91.085s] (1919/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
78872026-09-07T00:16:51.265Z PASS [ 93.276s] (1920/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78882026-09-07T00:16:51.757Z PASS [ 27.852s] (1921/3389) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
78892026-09-07T00:16:52.060Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78902026-09-07T00:16:53.800Z PASS [ 51.775s] (1922/3389) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
78912026-09-07T00:16:55.353Z PASS [ 10.900s] (1923/3389) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
78922026-09-07T00:16:56.568Z PASS [ 29.240s] (1924/3389) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
78932026-09-07T00:16:57.340Z PASS [ 23.654s] (1925/3389) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
78942026-09-07T00:16:58.230Z PASS [ 69.358s] (1926/3389) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
78952026-09-07T00:16:58.297Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
78962026-09-07T00:16:59.410Z PASS [ 22.864s] (1927/3389) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
78972026-09-07T00:16:59.430Z PASS [ 12.014s] (1928/3389) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
78982026-09-07T00:16:59.677Z PASS [ 19.726s] (1929/3389) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
78992026-09-07T00:17:00.437Z PASS [ 62.141s] (1930/3389) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
79002026-09-07T00:17:00.506Z PASS [ 23.552s] (1931/3389) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
79012026-09-07T00:17:01.171Z PASS [ 13.091s] (1932/3389) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
79022026-09-07T00:17:01.711Z PASS [ 11.771s] (1933/3389) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
79032026-09-07T00:17:02.915Z PASS [ 11.950s] (1934/3389) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
79042026-09-07T00:17:03.914Z PASS [ 24.753s] (1935/3389) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
79052026-09-07T00:17:05.055Z PASS [ 13.298s] (1936/3389) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
79062026-09-07T00:17:05.094Z PASS [ 13.829s] (1937/3389) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
79072026-09-07T00:17:08.467Z PASS [ 14.667s] (1938/3389) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
79082026-09-07T00:17:08.783Z PASS [ 31.078s] (1939/3389) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
79092026-09-07T00:17:09.777Z PASS [ 33.480s] (1940/3389) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
79102026-09-07T00:17:09.862Z PASS [ 87.155s] (1941/3389) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
79112026-09-07T00:17:11.344Z PASS [ 39.192s] (1942/3389) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
79122026-09-07T00:17:11.421Z PASS [ 33.486s] (1943/3389) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
79132026-09-07T00:17:11.745Z PASS [ 49.170s] (1944/3389) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
79142026-09-07T00:17:11.921Z PASS [ 56.512s] (1945/3389) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
79152026-09-07T00:17:12.816Z PASS [ 36.349s] (1946/3389) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
79162026-09-07T00:17:13.063Z PASS [ 17.709s] (1947/3389) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
79172026-09-07T00:17:14.173Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
79182026-09-07T00:17:14.551Z PASS [ 17.983s] (1948/3389) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
79192026-09-07T00:17:15.243Z PASS [ 17.902s] (1949/3389) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
79202026-09-07T00:17:15.355Z PASS [ 46.087s] (1950/3389) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
79212026-09-07T00:17:17.799Z PASS [ 19.569s] (1951/3389) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
79222026-09-07T00:17:17.866Z PASS [ 17.429s] (1952/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
79232026-09-07T00:17:18.412Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
79242026-09-07T00:17:18.666Z PASS [ 15.751s] (1953/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
79252026-09-07T00:17:19.994Z PASS [ 18.819s] (1954/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
79262026-09-07T00:17:20.853Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
79272026-09-07T00:17:20.921Z PASS [ 17.007s] (1955/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
79282026-09-07T00:17:21.274Z PASS [ 62.866s] (1956/3389) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
79292026-09-07T00:17:21.654Z PASS [ 16.599s] (1957/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
79302026-09-07T00:17:22.405Z PASS [ 17.309s] (1958/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
79312026-09-07T00:17:22.988Z PASS [ 22.481s] (1959/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
79322026-09-07T00:17:23.983Z PASS [ 24.573s] (1960/3389) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
79332026-09-07T00:17:25.734Z PASS [ 16.950s] (1961/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
79342026-09-07T00:17:26.039Z PASS [ 17.572s] (1962/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
79352026-09-07T00:17:26.319Z PASS [ 16.541s] (1963/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
79362026-09-07T00:17:26.337Z PASS [ 16.474s] (1964/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
79372026-09-07T00:17:26.957Z PASS [ 25.246s] (1965/3389) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
79382026-09-07T00:17:28.768Z PASS [ 134.598s] (1966/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
79392026-09-07T00:17:29.467Z PASS [ 16.404s] (1967/3389) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
79402026-09-07T00:17:29.927Z PASS [ 54.785s] (1968/3389) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
79412026-09-07T00:17:30.056Z PASS [ 15.505s] (1969/3389) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
79422026-09-07T00:17:30.399Z PASS [ 15.155s] (1970/3389) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
79432026-09-07T00:17:30.783Z PASS [ 18.862s] (1971/3389) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
79442026-09-07T00:17:30.897Z PASS [ 15.542s] (1972/3389) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
79452026-09-07T00:17:32.565Z PASS [ 32.887s] (1973/3389) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
79462026-09-07T00:17:33.524Z PASS [ 20.708s] (1974/3389) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
79472026-09-07T00:17:33.830Z PASS [ 34.400s] (1975/3389) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
79482026-09-07T00:17:33.999Z PASS [ 22.578s] (1976/3389) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
79492026-09-07T00:17:36.494Z PASS [ 18.694s] (1977/3389) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
79502026-09-07T00:17:36.923Z PASS [ 25.580s] (1978/3389) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
79512026-09-07T00:17:37.074Z PASS [ 136.224s] (1979/3389) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
79522026-09-07T00:17:37.350Z PASS [ 19.484s] (1980/3389) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
79532026-09-07T00:17:37.373Z PASS [ 6.975s] (1981/3389) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
79542026-09-07T00:17:37.573Z PASS [ 6.791s] (1982/3389) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
79552026-09-07T00:17:37.761Z PASS [ 7.704s] (1983/3389) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
79562026-09-07T00:17:38.586Z PASS [ 18.595s] (1984/3389) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
79572026-09-07T00:17:39.987Z PASS [ 21.320s] (1985/3389) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
79582026-09-07T00:17:41.032Z PASS [ 10.135s] (1986/3389) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
79592026-09-07T00:17:43.464Z PASS [ 20.476s] (1987/3389) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
79602026-09-07T00:17:46.761Z PASS [ 22.778s] (1988/3389) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
79612026-09-07T00:17:48.085Z PASS [ 15.519s] (1989/3389) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
79622026-09-07T00:17:49.134Z PASS [ 15.609s] (1990/3389) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
79632026-09-07T00:17:49.675Z PASS [ 20.906s] (1991/3389) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
79642026-09-07T00:17:49.697Z PASS [ 12.123s] (1992/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
79652026-09-07T00:17:50.208Z PASS [ 12.447s] (1993/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
79662026-09-07T00:17:50.979Z PASS [ 30.057s] (1994/3389) omicron-nexus::test_all integration_tests::images::test_image_create
79672026-09-07T00:17:51.163Z PASS [ 25.429s] (1995/3389) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
79682026-09-07T00:17:51.919Z PASS [ 15.426s] (1996/3389) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
79692026-09-07T00:17:51.939Z PASS [ 25.602s] (1997/3389) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
79702026-09-07T00:17:52.062Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79712026-09-07T00:17:53.782Z PASS [ 12.750s] (1998/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
79722026-09-07T00:17:55.044Z PASS [ 43.300s] (1999/3389) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
79732026-09-07T00:17:55.245Z PASS [ 25.777s] (2000/3389) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
79742026-09-07T00:17:55.765Z PASS [ 33.361s] (2001/3389) omicron-nexus::test_all integration_tests::images::test_image_promotion
79752026-09-07T00:17:56.328Z PASS [ 34.673s] (2002/3389) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
79762026-09-07T00:17:58.886Z PASS [ 21.963s] (2003/3389) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
79772026-09-07T00:18:00.189Z PASS [ 38.915s] (2004/3389) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
79782026-09-07T00:18:01.118Z PASS [ 34.161s] (2005/3389) omicron-nexus::test_all integration_tests::images::test_silo_image_create
79792026-09-07T00:18:01.533Z PASS [ 14.772s] (2006/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
79802026-09-07T00:18:02.989Z PASS [ 23.001s] (2007/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
79812026-09-07T00:18:03.329Z PASS [ 15.244s] (2008/3389) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
79822026-09-07T00:18:03.608Z PASS [ 37.568s] (2009/3389) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
79832026-09-07T00:18:03.968Z PASS [ 29.969s] (2010/3389) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
79842026-09-07T00:18:04.910Z PASS [ 38.590s] (2011/3389) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
79852026-09-07T00:18:05.572Z PASS [ 28.498s] (2012/3389) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
79862026-09-07T00:18:06.330Z PASS [ 22.866s] (2013/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
79872026-09-07T00:18:06.986Z PASS [ 16.778s] (2014/3389) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
79882026-09-07T00:18:08.191Z PASS [ 30.840s] (2015/3389) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
79892026-09-07T00:18:08.722Z PASS [ 17.743s] (2016/3389) omicron-nexus::test_all integration_tests::instances::test_instance_access
79902026-09-07T00:18:09.910Z PASS [ 31.324s] (2017/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
79912026-09-07T00:18:12.454Z PASS [ 21.290s] (2018/3389) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
79922026-09-07T00:18:13.878Z PASS [ 36.503s] (2019/3389) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
79932026-09-07T00:18:15.604Z PASS [ 19.276s] (2020/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
79942026-09-07T00:18:16.586Z PASS [ 21.542s] (2021/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
79952026-09-07T00:18:17.416Z PASS [ 14.086s] (2022/3389) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
79962026-09-07T00:18:17.531Z PASS [ 21.765s] (2023/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
79972026-09-07T00:18:18.255Z PASS [ 26.316s] (2024/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
79982026-09-07T00:18:18.259Z PASS [ 23.012s] (2025/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
79992026-09-07T00:18:18.641Z PASS [ 19.755s] (2026/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
80002026-09-07T00:18:19.134Z PASS [ 25.351s] (2027/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
80012026-09-07T00:18:19.163Z PASS [ 29.466s] (2028/3389) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
80022026-09-07T00:18:19.580Z PASS [ 45.749s] (2029/3389) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
80032026-09-07T00:18:19.613Z PASS [ 16.624s] (2030/3389) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
80042026-09-07T00:18:20.950Z PASS [ 31.816s] (2031/3389) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
80052026-09-07T00:18:23.270Z PASS [ 19.662s] (2032/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
80062026-09-07T00:18:25.068Z PASS [ 21.100s] (2033/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
80072026-09-07T00:18:25.677Z PASS [ 25.488s] (2034/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
80082026-09-07T00:18:26.338Z PASS [ 19.351s] (2035/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
80092026-09-07T00:18:26.928Z PASS [ 22.017s] (2036/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
80102026-09-07T00:18:27.198Z PASS [ 57.271s] (2037/3389) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
80112026-09-07T00:18:27.307Z PASS [ 20.976s] (2038/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
80122026-09-07T00:18:29.034Z PASS [ 23.462s] (2039/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
80132026-09-07T00:18:30.894Z PASS [ 12.637s] (2040/3389) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
80142026-09-07T00:18:31.531Z PASS [ 39.611s] (2041/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
80152026-09-07T00:18:31.536Z PASS [ 12.402s] (2042/3389) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
80162026-09-07T00:18:31.951Z PASS [ 42.276s] (2043/3389) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
80172026-09-07T00:18:32.129Z PASS [ 13.487s] (2044/3389) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
80182026-09-07T00:18:33.919Z PASS [ 14.755s] (2045/3389) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
80192026-09-07T00:18:34.047Z PASS [ 32.514s] (2046/3389) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
80202026-09-07T00:18:34.548Z PASS [ 24.637s] (2047/3389) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
80212026-09-07T00:18:36.539Z PASS [ 35.420s] (2048/3389) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
80222026-09-07T00:18:36.807Z PASS [ 22.930s] (2049/3389) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
80232026-09-07T00:18:38.134Z PASS [ 17.180s] (2050/3389) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
80242026-09-07T00:18:39.861Z PASS [ 24.256s] (2051/3389) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
80252026-09-07T00:18:40.694Z PASS [ 28.240s] (2052/3389) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
80262026-09-07T00:18:42.626Z PASS [ 15.427s] (2053/3389) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
80272026-09-07T00:18:43.046Z PASS [ 26.459s] (2054/3389) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
80282026-09-07T00:18:43.361Z PASS [ 17.022s] (2055/3389) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
80292026-09-07T00:18:44.407Z PASS [ 26.151s] (2056/3389) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
80302026-09-07T00:18:45.056Z PASS [ 13.524s] (2057/3389) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
80312026-09-07T00:18:45.705Z PASS [ 36.983s] (2058/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
80322026-09-07T00:18:46.087Z PASS [ 11.539s] (2059/3389) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
80332026-09-07T00:18:46.382Z PASS [ 19.076s] (2060/3389) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
80342026-09-07T00:18:47.141Z PASS [ 18.106s] (2061/3389) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
80352026-09-07T00:18:48.380Z PASS [ 17.485s] (2062/3389) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
80362026-09-07T00:18:49.794Z PASS [ 24.117s] (2063/3389) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
80372026-09-07T00:18:49.962Z PASS [ 18.011s] (2064/3389) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
80382026-09-07T00:18:50.472Z PASS [ 13.932s] (2065/3389) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
80392026-09-07T00:18:50.959Z PASS [ 14.152s] (2066/3389) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
80402026-09-07T00:18:51.066Z PASS [ 19.528s] (2067/3389) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
80412026-09-07T00:18:51.498Z PASS [ 31.918s] (2068/3389) omicron-nexus::test_all integration_tests::instances::test_instance_serial
80422026-09-07T00:18:52.063Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80432026-09-07T00:18:52.239Z PASS [ 27.169s] (2069/3389) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
80442026-09-07T00:18:52.474Z PASS [ 18.555s] (2070/3389) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
80452026-09-07T00:18:52.591Z PASS [ 14.460s] (2071/3389) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
80462026-09-07T00:18:52.668Z PASS [ 29.397s] (2072/3389) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
80472026-09-07T00:18:55.273Z PASS [ 21.225s] (2073/3389) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
80482026-09-07T00:18:55.467Z PASS [ 12.842s] (2074/3389) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
80492026-09-07T00:18:55.718Z PASS [ 38.186s] (2075/3389) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
80502026-09-07T00:18:59.178Z PASS [ 12.037s] (2076/3389) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
80512026-09-07T00:18:59.263Z PASS [ 39.649s] (2077/3389) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
80522026-09-07T00:19:01.093Z PASS [ 12.712s] (2078/3389) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
80532026-09-07T00:19:02.264Z PASS [ 30.135s] (2079/3389) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
80542026-09-07T00:19:02.612Z PASS [ 22.751s] (2080/3389) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
80552026-09-07T00:19:03.419Z PASS [ 22.724s] (2081/3389) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
80562026-09-07T00:19:03.455Z PASS [ 46.038s] (2082/3389) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
80572026-09-07T00:19:03.920Z PASS [ 17.832s] (2083/3389) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
80582026-09-07T00:19:04.085Z PASS [ 17.703s] (2084/3389) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
80592026-09-07T00:19:04.699Z PASS [ 13.634s] (2085/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
80602026-09-07T00:19:05.238Z PASS [ 13.740s] (2086/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
80612026-09-07T00:19:05.444Z PASS [ 22.084s] (2087/3389) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
80622026-09-07T00:19:05.544Z PASS [ 57.352s] (2088/3389) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
80632026-09-07T00:19:05.590Z PASS [ 15.796s] (2089/3389) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
80642026-09-07T00:19:05.621Z PASS [ 13.148s] (2090/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
80652026-09-07T00:19:05.655Z PASS [ 21.248s] (2091/3389) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
80662026-09-07T00:19:06.649Z PASS [ 14.410s] (2092/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
80672026-09-07T00:19:07.041Z PASS [ 16.082s] (2093/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
80682026-09-07T00:19:07.320Z PASS [ 21.615s] (2094/3389) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
80692026-09-07T00:19:07.499Z PASS [ 14.832s] (2095/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_includes_non_discoverable
80702026-09-07T00:19:07.798Z PASS [ 12.329s] (2096/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
80712026-09-07T00:19:07.842Z PASS [ 17.370s] (2097/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
80722026-09-07T00:19:08.424Z PASS [ 15.833s] (2098/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
80732026-09-07T00:19:08.689Z PASS [ 23.633s] (2099/3389) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
80742026-09-07T00:19:12.430Z PASS [ 22.468s] (2100/3389) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
80752026-09-07T00:19:13.010Z PASS [ 13.747s] (2101/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
80762026-09-07T00:19:13.539Z PASS [ 17.821s] (2102/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
80772026-09-07T00:19:14.120Z PASS [ 13.026s] (2103/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
80782026-09-07T00:19:14.977Z PASS [ 19.703s] (2104/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
80792026-09-07T00:19:16.855Z PASS [ 14.590s] (2105/3389) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
80802026-09-07T00:19:18.403Z PASS [ 15.791s] (2106/3389) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
80812026-09-07T00:19:19.249Z PASS [ 15.830s] (2107/3389) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
80822026-09-07T00:19:20.528Z PASS [ 14.937s] (2108/3389) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
80832026-09-07T00:19:21.305Z PASS [ 15.761s] (2109/3389) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
80842026-09-07T00:19:21.398Z PASS [ 22.220s] (2110/3389) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
80852026-09-07T00:19:22.410Z PASS [ 39.364s] (2111/3389) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
80862026-09-07T00:19:22.457Z PASS [ 17.219s] (2112/3389) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
80872026-09-07T00:19:24.277Z PASS [ 18.655s] (2113/3389) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
80882026-09-07T00:19:26.930Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
80892026-09-07T00:19:27.137Z PASS [ 23.682s] (2114/3389) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
80902026-09-07T00:19:28.251Z PASS [ 20.751s] (2115/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
80912026-09-07T00:19:29.060Z PASS [ 24.974s] (2116/3389) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
80922026-09-07T00:19:30.013Z PASS [ 22.970s] (2117/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
80932026-09-07T00:19:31.576Z PASS [ 26.131s] (2118/3389) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
80942026-09-07T00:19:31.885Z PASS [ 10.580s] (2119/3389) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
80952026-09-07T00:19:33.271Z PASS [ 11.872s] (2120/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion
80962026-09-07T00:19:33.318Z PASS [ 14.069s] (2121/3389) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
80972026-09-07T00:19:34.297Z PASS [ 13.769s] (2122/3389) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
80982026-09-07T00:19:35.113Z PASS [ 12.703s] (2123/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
80992026-09-07T00:19:35.346Z PASS [ 12.889s] (2124/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
81002026-09-07T00:19:36.232Z PASS [ 27.807s] (2125/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
81012026-09-07T00:19:36.944Z PASS [ 24.513s] (2126/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
81022026-09-07T00:19:37.860Z PASS [ 24.321s] (2127/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
81032026-09-07T00:19:39.143Z PASS [ 33.488s] (2128/3389) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
81042026-09-07T00:19:39.567Z PASS [ 25.448s] (2129/3389) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
81052026-09-07T00:19:42.812Z PASS [ 35.491s] (2130/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
81062026-09-07T00:19:44.527Z PASS [ 15.465s] (2131/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
81072026-09-07T00:19:45.428Z PASS [ 12.157s] (2132/3389) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
81082026-09-07T00:19:45.604Z PASS [ 18.467s] (2133/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
81092026-09-07T00:19:45.613Z PASS [ 40.914s] (2134/3389) omicron-nexus::test_all integration_tests::metrics::test_metrics
81102026-09-07T00:19:45.922Z PASS [ 14.036s] (2135/3389) omicron-nexus::test_all integration_tests::projects::test_projects
81112026-09-07T00:19:47.086Z PASS [ 11.740s] (2136/3389) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
81122026-09-07T00:19:47.510Z PASS [ 15.934s] (2137/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
81132026-09-07T00:19:47.619Z PASS [ 0.107s] (2138/3389) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
81142026-09-07T00:19:47.634Z PASS [ 11.399s] (2139/3389) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
81152026-09-07T00:19:47.723Z PASS [ 0.102s] (2140/3389) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
81162026-09-07T00:19:47.771Z PASS [ 0.138s] (2141/3389) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
81172026-09-07T00:19:47.835Z PASS [ 0.107s] (2142/3389) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
81182026-09-07T00:19:47.902Z PASS [ 0.125s] (2143/3389) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
81192026-09-07T00:19:48.581Z PASS [ 15.262s] (2144/3389) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
81202026-09-07T00:19:48.873Z PASS [ 14.572s] (2145/3389) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
81212026-09-07T00:19:49.768Z PASS [ 25.491s] (2146/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
81222026-09-07T00:19:49.842Z PASS [ 34.865s] (2147/3389) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
81232026-09-07T00:19:50.417Z PASS [ 13.473s] (2148/3389) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
81242026-09-07T00:19:50.513Z PASS [ 0.094s] (2149/3389) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
81252026-09-07T00:19:50.518Z PASS [ 22.261s] (2150/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
81262026-09-07T00:19:51.150Z PASS [ 12.006s] (2151/3389) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
81272026-09-07T00:19:51.246Z PASS [ 0.096s] (2152/3389) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
81282026-09-07T00:19:51.345Z PASS [ 0.099s] (2153/3389) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
81292026-09-07T00:19:51.437Z PASS [ 13.574s] (2154/3389) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
81302026-09-07T00:19:52.065Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81312026-09-07T00:19:52.257Z PASS [ 44.459s] (2155/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
81322026-09-07T00:19:52.280Z PASS [ 48.359s] (2156/3389) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
81332026-09-07T00:19:54.334Z PASS [ 14.765s] (2157/3389) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
81342026-09-07T00:19:54.941Z PASS [ 12.127s] (2158/3389) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
81352026-09-07T00:19:55.747Z PASS [ 47.056s] (2159/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
81362026-09-07T00:19:56.979Z PASS [ 12.447s] (2160/3389) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
81372026-09-07T00:19:59.707Z PASS [ 2.735s] (2161/3389) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
81382026-09-07T00:19:59.849Z PASS [ 52.006s] (2162/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
81392026-09-07T00:20:00.628Z PASS [ 47.617s] (2163/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
81402026-09-07T00:20:00.666Z PASS [ 12.837s] (2164/3389) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
81412026-09-07T00:20:00.687Z PASS [ 12.792s] (2165/3389) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
81422026-09-07T00:20:01.113Z PASS [ 15.508s] (2166/3389) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
81432026-09-07T00:20:01.210Z PASS [ 15.287s] (2167/3389) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
81442026-09-07T00:20:01.296Z PASS [ 12.709s] (2168/3389) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
81452026-09-07T00:20:01.338Z PASS [ 12.467s] (2169/3389) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
81462026-09-07T00:20:01.570Z PASS [ 14.484s] (2170/3389) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
81472026-09-07T00:20:01.602Z PASS [ 1.895s] (2171/3389) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
81482026-09-07T00:20:01.795Z PASS [ 16.366s] (2172/3389) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
81492026-09-07T00:20:02.119Z PASS [ 12.349s] (2173/3389) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
81502026-09-07T00:20:02.146Z PASS [ 12.301s] (2174/3389) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
81512026-09-07T00:20:02.278Z PASS [ 1.591s] (2175/3389) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
81522026-09-07T00:20:02.470Z PASS [ 32.453s] (2176/3389) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
81532026-09-07T00:20:02.698Z PASS [ 11.263s] (2177/3389) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
81542026-09-07T00:20:02.750Z PASS [ 11.404s] (2178/3389) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
81552026-09-07T00:20:02.817Z PASS [ 1.480s] (2179/3389) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
81562026-09-07T00:20:02.965Z PASS [ 12.452s] (2180/3389) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
81572026-09-07T00:20:03.034Z PASS [ 1.432s] (2181/3389) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
81582026-09-07T00:20:03.159Z PASS [ 10.901s] (2182/3389) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
81592026-09-07T00:20:03.438Z PASS [ 12.925s] (2183/3389) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
81602026-09-07T00:20:03.535Z PASS [ 1.228s] (2184/3389) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
81612026-09-07T00:20:03.550Z PASS [ 1.406s] (2185/3389) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
81622026-09-07T00:20:03.673Z PASS [ 11.393s] (2186/3389) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
81632026-09-07T00:20:04.079Z PASS [ 18.466s] (2187/3389) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
81642026-09-07T00:20:05.176Z PASS [ 58.527s] (2188/3389) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
81652026-09-07T00:20:05.857Z PASS [ 30.742s] (2189/3389) omicron-nexus::test_all integration_tests::quotas::test_quotas
81662026-09-07T00:20:06.056Z PASS [ 49.200s] (2190/3389) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
81672026-09-07T00:20:06.753Z PASS [ 3.788s] (2191/3389) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
81682026-09-07T00:20:09.515Z PASS [ 51.111s] (2192/3389) omicron-nexus::test_all integration_tests::password_login::test_local_users
81692026-09-07T00:20:12.593Z PASS [ 9.043s] (2193/3389) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
81702026-09-07T00:20:13.075Z PASS [ 9.401s] (2194/3389) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
81712026-09-07T00:20:13.889Z PASS [ 10.339s] (2195/3389) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
81722026-09-07T00:20:14.294Z PASS [ 9.118s] (2196/3389) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
81732026-09-07T00:20:15.688Z PASS [ 9.831s] (2197/3389) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
81742026-09-07T00:20:16.016Z PASS [ 9.961s] (2198/3389) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
81752026-09-07T00:20:16.715Z PASS [ 12.635s] (2199/3389) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
81762026-09-07T00:20:17.006Z PASS [ 10.202s] (2200/3389) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
81772026-09-07T00:20:17.091Z PASS [ 10.338s] (2201/3389) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
81782026-09-07T00:20:17.145Z PASS [ 10.392s] (2202/3389) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
81792026-09-07T00:20:20.719Z PASS [ 11.042s] (2203/3389) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
81802026-09-07T00:20:20.743Z PASS [ 9.888s] (2204/3389) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
81812026-09-07T00:20:21.741Z PASS [ 9.149s] (2205/3389) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
81822026-09-07T00:20:23.032Z PASS [ 8.736s] (2206/3389) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
81832026-09-07T00:20:23.303Z PASS [ 10.229s] (2207/3389) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
81842026-09-07T00:20:23.712Z PASS [ 9.824s] (2208/3389) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
81852026-09-07T00:20:23.898Z PASS [ 20.864s] (2209/3389) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
81862026-09-07T00:20:24.513Z PASS [ 8.496s] (2210/3389) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
81872026-09-07T00:20:24.594Z PASS [ 8.905s] (2211/3389) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
81882026-09-07T00:20:24.600Z PASS [ 21.093s] (2212/3389) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
81892026-09-07T00:20:25.102Z PASS [ 22.285s] (2213/3389) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
81902026-09-07T00:20:26.605Z PASS [ 9.890s] (2214/3389) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
81912026-09-07T00:20:26.796Z PASS [ 9.841s] (2215/3389) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
81922026-09-07T00:20:26.932Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81932026-09-07T00:20:27.080Z PASS [ 9.935s] (2216/3389) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
81942026-09-07T00:20:27.515Z PASS [ 10.424s] (2217/3389) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
81952026-09-07T00:20:27.870Z PASS [ 10.074s] (2218/3389) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
81962026-09-07T00:20:29.440Z PASS [ 122.511s] (2219/3389) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81972026-09-07T00:20:33.469Z PASS [ 11.726s] (2220/3389) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
81982026-09-07T00:20:33.683Z PASS [ 14.280s] (2221/3389) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
81992026-09-07T00:20:35.399Z PASS [ 12.369s] (2222/3389) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
82002026-09-07T00:20:35.734Z PASS [ 12.431s] (2223/3389) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
82012026-09-07T00:20:37.473Z PASS [ 13.760s] (2224/3389) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
82022026-09-07T00:20:37.651Z PASS [ 13.051s] (2225/3389) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
82032026-09-07T00:20:37.749Z PASS [ 13.148s] (2226/3389) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
82042026-09-07T00:20:38.180Z PASS [ 14.281s] (2227/3389) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
82052026-09-07T00:20:38.220Z PASS [ 13.619s] (2228/3389) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
82062026-09-07T00:20:38.253Z PASS [ 13.659s] (2229/3389) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
82072026-09-07T00:20:38.735Z PASS [ 14.134s] (2230/3389) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
82082026-09-07T00:20:39.200Z PASS [ 15.302s] (2231/3389) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
82092026-09-07T00:20:40.686Z PASS [ 16.173s] (2232/3389) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
82102026-09-07T00:20:40.698Z PASS [ 16.800s] (2233/3389) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
82112026-09-07T00:20:41.094Z PASS [ 15.992s] (2234/3389) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
82122026-09-07T00:20:41.122Z PASS [ 14.517s] (2235/3389) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
82132026-09-07T00:20:43.182Z PASS [ 15.311s] (2236/3389) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
82142026-09-07T00:20:43.489Z PASS [ 19.590s] (2237/3389) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
82152026-09-07T00:20:44.346Z PASS [ 19.243s] (2238/3389) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
82162026-09-07T00:20:44.839Z PASS [ 19.736s] (2239/3389) omicron-nexus::test_all integration_tests::silos::test_silos
82172026-09-07T00:20:45.356Z PASS [ 20.254s] (2240/3389) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
82182026-09-07T00:20:46.270Z PASS [ 10.870s] (2241/3389) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
82192026-09-07T00:20:47.504Z PASS [ 19.989s] (2242/3389) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
82202026-09-07T00:20:48.142Z PASS [ 21.345s] (2243/3389) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
82212026-09-07T00:20:51.983Z PASS [ 16.249s] (2244/3389) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
82222026-09-07T00:20:52.066Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82232026-09-07T00:20:52.907Z PASS [ 15.254s] (2245/3389) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
82242026-09-07T00:20:53.219Z PASS [ 14.019s] (2246/3389) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
82252026-09-07T00:20:53.565Z PASS [ 12.865s] (2247/3389) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
82262026-09-07T00:20:53.689Z PASS [ 16.216s] (2248/3389) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
82272026-09-07T00:20:54.305Z PASS [ 24.864s] (2249/3389) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
82282026-09-07T00:20:54.906Z PASS [ 11.412s] (2250/3389) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
82292026-09-07T00:20:55.526Z PASS [ 12.341s] (2251/3389) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
82302026-09-07T00:20:56.500Z PASS [ 52.947s] (2252/3389) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
82312026-09-07T00:20:56.816Z PASS [ 12.470s] (2253/3389) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
82322026-09-07T00:20:57.345Z PASS [ 12.506s] (2254/3389) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
82332026-09-07T00:20:57.733Z PASS [ 24.049s] (2255/3389) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
82342026-09-07T00:20:58.343Z PASS [ 12.073s] (2256/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
82352026-09-07T00:20:58.420Z PASS [ 13.064s] (2257/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
82362026-09-07T00:20:58.738Z PASS [ 25.269s] (2258/3389) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
82372026-09-07T00:20:59.063Z PASS [ 10.916s] (2259/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
82382026-09-07T00:20:59.676Z PASS [ 12.173s] (2260/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
82392026-09-07T00:21:00.280Z PASS [ 1.859s] (2261/3389) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
82402026-09-07T00:21:00.288Z PASS [ 33.204s] (2262/3389) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
82412026-09-07T00:21:01.702Z PASS [ 21.016s] (2263/3389) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
82422026-09-07T00:21:05.068Z PASS [ 26.811s] (2264/3389) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
82432026-09-07T00:21:05.509Z PASS [ 24.379s] (2265/3389) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
82442026-09-07T00:21:05.907Z PASS [ 27.726s] (2266/3389) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
82452026-09-07T00:21:06.754Z PASS [ 28.532s] (2267/3389) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
82462026-09-07T00:21:09.075Z PASS [ 13.551s] (2268/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
82472026-09-07T00:21:09.263Z PASS [ 28.158s] (2269/3389) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
82482026-09-07T00:21:09.434Z PASS [ 31.684s] (2270/3389) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
82492026-09-07T00:21:09.492Z PASS [ 15.803s] (2271/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
82502026-09-07T00:21:09.831Z PASS [ 16.923s] (2272/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
82512026-09-07T00:21:10.180Z PASS [ 13.682s] (2273/3389) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
82522026-09-07T00:21:10.227Z PASS [ 31.491s] (2274/3389) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
82532026-09-07T00:21:11.429Z PASS [ 14.612s] (2275/3389) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
82542026-09-07T00:21:12.205Z PASS [ 12.528s] (2276/3389) omicron-nexus::test_all integration_tests::updates::test_repo_prune
82552026-09-07T00:21:12.374Z PASS [ 15.876s] (2277/3389) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
82562026-09-07T00:21:12.882Z PASS [ 19.317s] (2278/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
82572026-09-07T00:21:13.053Z PASS [ 16.542s] (2279/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
82582026-09-07T00:21:13.345Z PASS [ 13.035s] (2280/3389) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
82592026-09-07T00:21:14.046Z PASS [ 19.145s] (2281/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
82602026-09-07T00:21:14.675Z PASS [ 12.847s] (2282/3389) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
82612026-09-07T00:21:15.175Z PASS [ 17.828s] (2283/3389) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
82622026-09-07T00:21:15.494Z PASS [ 21.189s] (2284/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
82632026-09-07T00:21:18.281Z PASS [ 12.762s] (2285/3389) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
82642026-09-07T00:21:18.487Z PASS [ 13.420s] (2286/3389) omicron-nexus::test_all integration_tests::updates::test_stock_planner
82652026-09-07T00:21:18.681Z PASS [ 11.927s] (2287/3389) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
82662026-09-07T00:21:18.973Z PASS [ 26.988s] (2288/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
82672026-09-07T00:21:19.022Z PASS [ 21.278s] (2289/3389) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
82682026-09-07T00:21:19.175Z PASS [ 20.111s] (2290/3389) omicron-nexus::test_all integration_tests::updates::test_repo_list
82692026-09-07T00:21:19.437Z PASS [ 22.921s] (2291/3389) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
82702026-09-07T00:21:21.755Z PASS [ 15.846s] (2292/3389) omicron-nexus::test_all integration_tests::updates::test_update_status
82712026-09-07T00:21:22.598Z PASS [ 22.316s] (2293/3389) omicron-nexus::test_all integration_tests::updates::test_repo_upload
82722026-09-07T00:21:26.224Z PASS [ 25.291s] (2294/3389) omicron-nexus::test_all integration_tests::updates::test_debug_files
82732026-09-07T00:21:30.057Z PASS [ 20.981s] (2295/3389) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
82742026-09-07T00:21:38.985Z PASS [ 45.762s] (2296/3389) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
82752026-09-07T00:21:42.372Z PASS [ 23.201s] (2297/3389) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
82762026-09-07T00:21:46.413Z PASS [ 34.038s] (2298/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
82772026-09-07T00:21:47.791Z PASS [ 36.361s] (2299/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
82782026-09-07T00:21:49.163Z PASS [ 38.917s] (2300/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
82792026-09-07T00:21:49.226Z PASS [ 34.051s] (2301/3389) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
82802026-09-07T00:21:50.217Z PASS [ 40.036s] (2302/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
82812026-09-07T00:21:50.753Z PASS [ 35.258s] (2303/3389) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
82822026-09-07T00:21:52.022Z PASS [ 33.758s] (2304/3389) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
82832026-09-07T00:21:52.069Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82842026-09-07T00:21:53.380Z PASS [ 40.498s] (2305/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
82852026-09-07T00:21:53.531Z PASS [ 34.112s] (2306/3389) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82862026-09-07T00:21:55.238Z PASS [ 43.033s] (2307/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
82872026-09-07T00:22:01.657Z PASS [ 48.230s] (2308/3389) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
82882026-09-07T00:22:01.823Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82892026-09-07T00:22:01.824Z PASS [ 46.330s] (2309/3389) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
82902026-09-07T00:22:01.824Z PASS [ 40.576s] (2310/3389) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
82912026-09-07T00:22:01.824Z PASS [ 10.327s] (2311/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
82922026-09-07T00:22:02.499Z PASS [ 10.476s] (2312/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
82932026-09-07T00:22:03.128Z PASS [ 49.807s] (2313/3389) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
82942026-09-07T00:22:03.220Z PASS [ 53.787s] (2314/3389) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
82952026-09-07T00:22:03.390Z PASS [ 41.636s] (2315/3389) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
82962026-09-07T00:22:03.578Z PASS [ 10.198s] (2316/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
82972026-09-07T00:22:04.196Z PASS [ 10.665s] (2317/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
82982026-09-07T00:22:04.717Z PASS [ 55.462s] (2318/3389) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
82992026-09-07T00:22:04.940Z PASS [ 40.911s] (2319/3389) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
83002026-09-07T00:22:05.005Z PASS [ 0.064s] (2320/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
83012026-09-07T00:22:05.423Z PASS [ 50.873s] (2321/3389) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
83022026-09-07T00:22:05.960Z PASS [ 10.722s] (2322/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
83032026-09-07T00:22:06.711Z PASS [ 48.028s] (2323/3389) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
83042026-09-07T00:22:08.536Z PASS [ 10.476s] (2324/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
83052026-09-07T00:22:09.496Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
83062026-09-07T00:22:11.090Z PASS [ 11.719s] (2325/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
83072026-09-07T00:22:11.175Z PASS [ 11.588s] (2326/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
83082026-09-07T00:22:11.991Z PASS [ 679.936s] (2327/3389) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83092026-09-07T00:22:13.214Z PASS [ 12.134s] (2328/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
83102026-09-07T00:22:13.749Z PASS [ 34.767s] (2329/3389) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
83112026-09-07T00:22:13.779Z PASS [ 64.280s] (2330/3389) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
83122026-09-07T00:22:14.049Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
83132026-09-07T00:22:15.157Z PASS [ 11.937s] (2331/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
83142026-09-07T00:22:15.271Z PASS [ 11.880s] (2332/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
83152026-09-07T00:22:15.302Z PASS [ 12.174s] (2333/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
83162026-09-07T00:22:15.836Z PASS [ 12.258s] (2334/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
83172026-09-07T00:22:15.972Z PASS [ 11.776s] (2335/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
83182026-09-07T00:22:16.993Z PASS [ 12.278s] (2336/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
83192026-09-07T00:22:17.168Z PASS [ 14.669s] (2337/3389) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
83202026-09-07T00:22:17.235Z PASS [ 11.274s] (2338/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
83212026-09-07T00:22:17.290Z PASS [ 30.878s] (2339/3389) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
83222026-09-07T00:22:17.325Z PASS [ 11.902s] (2340/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
83232026-09-07T00:22:18.368Z PASS [ 35.996s] (2341/3389) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
83242026-09-07T00:22:18.488Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
83252026-09-07T00:22:18.779Z PASS [ 28.555s] (2342/3389) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
83262026-09-07T00:22:18.975Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
83272026-09-07T00:22:19.312Z PASS [ 12.605s] (2343/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
83282026-09-07T00:22:19.902Z PASS [ 30.757s] (2344/3389) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
83292026-09-07T00:22:20.725Z PASS [ 66.678s] (2345/3389) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
83302026-09-07T00:22:20.954Z PASS [ 61.982s] (2346/3389) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
83312026-09-07T00:22:21.256Z PASS [ 12.719s] (2347/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
83322026-09-07T00:22:22.385Z PASS [ 11.209s] (2348/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
83332026-09-07T00:22:22.598Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
83342026-09-07T00:22:23.036Z PASS [ 64.551s] (2349/3389) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
83352026-09-07T00:22:23.090Z PASS [ 12.000s] (2350/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
83362026-09-07T00:22:23.425Z PASS [ 35.634s] (2351/3389) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
83372026-09-07T00:22:27.026Z PASS [ 13.247s] (2352/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
83382026-09-07T00:22:27.029Z PASS [ 13.279s] (2353/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
83392026-09-07T00:22:29.281Z PASS [ 90.937s] (2354/3389) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
83402026-09-07T00:22:29.541Z PASS [ 14.384s] (2355/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
83412026-09-07T00:22:29.545Z PASS [ 14.240s] (2356/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
83422026-09-07T00:22:30.059Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
83432026-09-07T00:22:30.339Z PASS [ 15.068s] (2357/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
83442026-09-07T00:22:31.908Z PASS [ 14.914s] (2358/3389) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
83452026-09-07T00:22:32.211Z PASS [ 14.976s] (2359/3389) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
83462026-09-07T00:22:32.828Z PASS [ 16.856s] (2360/3389) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
83472026-09-07T00:22:33.034Z PASS [ 28.029s] (2361/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
83482026-09-07T00:22:34.394Z PASS [ 17.104s] (2362/3389) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
83492026-09-07T00:22:35.469Z PASS [ 18.301s] (2363/3389) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
83502026-09-07T00:22:36.285Z PASS [ 47.059s] (2364/3389) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
83512026-09-07T00:22:36.361Z PASS [ 19.036s] (2365/3389) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
83522026-09-07T00:22:39.234Z PASS [ 12.207s] (2366/3389) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
83532026-09-07T00:22:40.133Z PASS [ 21.359s] (2367/3389) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
83542026-09-07T00:22:40.330Z PASS [ 17.945s] (2368/3389) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
83552026-09-07T00:22:40.351Z PASS [ 0.020s] (2369/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
83562026-09-07T00:22:40.370Z PASS [ 0.018s] (2370/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
83572026-09-07T00:22:40.388Z PASS [ 0.019s] (2371/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
83582026-09-07T00:22:40.407Z PASS [ 0.018s] (2372/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
83592026-09-07T00:22:40.428Z PASS [ 0.021s] (2373/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
83602026-09-07T00:22:40.450Z PASS [ 0.021s] (2374/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
83612026-09-07T00:22:40.470Z PASS [ 0.020s] (2375/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
83622026-09-07T00:22:40.476Z PASS [ 13.447s] (2376/3389) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
83632026-09-07T00:22:40.490Z PASS [ 0.020s] (2377/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
83642026-09-07T00:22:40.497Z PASS [ 0.021s] (2378/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
83652026-09-07T00:22:40.511Z PASS [ 0.021s] (2379/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
83662026-09-07T00:22:40.519Z PASS [ 0.022s] (2380/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
83672026-09-07T00:22:40.531Z PASS [ 0.020s] (2381/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
83682026-09-07T00:22:40.539Z PASS [ 0.020s] (2382/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
83692026-09-07T00:22:40.551Z PASS [ 0.020s] (2383/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
83702026-09-07T00:22:40.558Z PASS [ 0.019s] (2384/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
83712026-09-07T00:22:40.569Z PASS [ 0.018s] (2385/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
83722026-09-07T00:22:40.578Z PASS [ 0.020s] (2386/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
83732026-09-07T00:22:40.592Z PASS [ 0.023s] (2387/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
83742026-09-07T00:22:40.601Z PASS [ 0.023s] (2388/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
83752026-09-07T00:22:40.611Z PASS [ 0.019s] (2389/3389) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
83762026-09-07T00:22:40.764Z PASS [ 19.810s] (2390/3389) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
83772026-09-07T00:22:41.359Z PASS [ 18.322s] (2391/3389) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
83782026-09-07T00:22:41.518Z PASS [ 0.159s] (2392/3389) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
83792026-09-07T00:22:41.564Z PASS [ 0.046s] (2393/3389) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
83802026-09-07T00:22:41.603Z PASS [ 0.039s] (2394/3389) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
83812026-09-07T00:22:41.624Z PASS [ 0.020s] (2395/3389) omicron-package config::tests::multi_preset_arg
83822026-09-07T00:22:41.646Z PASS [ 0.022s] (2396/3389) omicron-package dot::test::test_bad_dependency
83832026-09-07T00:22:41.670Z PASS [ 0.023s] (2397/3389) omicron-package dot::test::test_dot_output
83842026-09-07T00:22:42.163Z PASS [ 23.796s] (2398/3389) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
83852026-09-07T00:22:42.165Z PASS [ 20.908s] (2399/3389) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
83862026-09-07T00:22:42.191Z PASS [ 0.027s] (2400/3389) omicron-passwords test::test_password_constraints
83872026-09-07T00:22:43.721Z PASS [ 14.179s] (2401/3389) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
83882026-09-07T00:22:43.745Z PASS [ 23.019s] (2402/3389) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
83892026-09-07T00:22:43.757Z PASS [ 0.035s] (2403/3389) omicron-passwords test::test_stable
83902026-09-07T00:22:43.765Z PASS [ 0.021s] (2404/3389) omicron-passwords test::test_weak_hashes
83912026-09-07T00:22:43.770Z PASS [ 14.228s] (2405/3389) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
83922026-09-07T00:22:43.782Z PASS [ 0.025s] (2406/3389) omicron-rpaths internal::tests::test_configure_from_path
83932026-09-07T00:22:43.794Z PASS [ 0.029s] (2407/3389) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
83942026-09-07T00:22:43.806Z PASS [ 0.036s] (2408/3389) omicron-rpaths internal::tests::test_emit_rpath
83952026-09-07T00:22:43.907Z PASS [ 0.125s] (2409/3389) omicron-sled-agent artifact_store::test::generations
83962026-09-07T00:22:43.921Z PASS [ 0.127s] (2410/3389) omicron-sled-agent artifact_store::test::issue_7796
83972026-09-07T00:22:43.940Z PASS [ 14.659s] (2411/3389) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
83982026-09-07T00:22:43.944Z PASS [ 0.136s] (2412/3389) omicron-sled-agent artifact_store::test::list_get_put
83992026-09-07T00:22:43.987Z PASS [ 0.047s] (2413/3389) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
84002026-09-07T00:22:43.995Z PASS [ 0.052s] (2414/3389) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
84012026-09-07T00:22:44.002Z PASS [ 0.094s] (2415/3389) omicron-sled-agent artifact_store::test::no_dataset
84022026-09-07T00:22:44.027Z PASS [ 0.040s] (2416/3389) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
84032026-09-07T00:22:44.030Z PASS [ 0.106s] (2417/3389) omicron-sled-agent artifact_store::test::wrong_hash
84042026-09-07T00:22:44.031Z PASS [ 0.035s] (2418/3389) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
84052026-09-07T00:22:44.036Z PASS [ 0.035s] (2419/3389) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
84062026-09-07T00:22:44.060Z PASS [ 0.033s] (2420/3389) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
84072026-09-07T00:22:44.072Z PASS [ 0.035s] (2421/3389) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
84082026-09-07T00:22:44.080Z PASS [ 0.049s] (2422/3389) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
84092026-09-07T00:22:44.083Z PASS [ 0.055s] (2423/3389) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
84102026-09-07T00:22:44.103Z PASS [ 0.042s] (2424/3389) omicron-sled-agent config::test::test_smf_configs
84112026-09-07T00:22:44.113Z PASS [ 0.041s] (2425/3389) omicron-sled-agent config::test::test_sush_config
84122026-09-07T00:22:44.129Z PASS [ 0.046s] (2426/3389) omicron-sled-agent fmd::tests::boolean_presence
84132026-09-07T00:22:44.141Z PASS [ 0.061s] (2427/3389) omicron-sled-agent fmd::tests::boolean_array
84142026-09-07T00:22:44.144Z PASS [ 0.040s] (2428/3389) omicron-sled-agent fmd::tests::boolean_value
84152026-09-07T00:22:44.153Z PASS [ 0.040s] (2429/3389) omicron-sled-agent fmd::tests::double
84162026-09-07T00:22:44.166Z PASS [ 0.038s] (2430/3389) omicron-sled-agent fmd::tests::hrtime
84172026-09-07T00:22:44.176Z PASS [ 0.035s] (2431/3389) omicron-sled-agent fmd::tests::integer_arrays
84182026-09-07T00:22:44.186Z PASS [ 0.042s] (2432/3389) omicron-sled-agent fmd::tests::integers
84192026-09-07T00:22:44.193Z PASS [ 0.040s] (2433/3389) omicron-sled-agent fmd::tests::string
84202026-09-07T00:22:44.205Z PASS [ 0.038s] (2434/3389) omicron-sled-agent fmd::tests::string_array
84212026-09-07T00:22:44.214Z PASS [ 0.039s] (2435/3389) omicron-sled-agent fmd::tests::unknown_type
84222026-09-07T00:22:44.220Z PASS [ 0.035s] (2436/3389) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
84232026-09-07T00:22:44.229Z PASS [ 0.036s] (2437/3389) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
84242026-09-07T00:22:44.242Z PASS [ 0.036s] (2438/3389) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
84252026-09-07T00:22:44.253Z PASS [ 0.039s] (2439/3389) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
84262026-09-07T00:22:44.259Z PASS [ 0.038s] (2440/3389) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
84272026-09-07T00:22:44.268Z PASS [ 0.038s] (2441/3389) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
84282026-09-07T00:22:44.277Z PASS [ 0.036s] (2442/3389) omicron-sled-agent instance::tests::add_new_floating_ip
84292026-09-07T00:22:44.291Z PASS [ 0.038s] (2443/3389) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
84302026-09-07T00:22:44.295Z PASS [ 0.037s] (2444/3389) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
84312026-09-07T00:22:44.306Z PASS [ 0.038s] (2445/3389) omicron-sled-agent instance::tests::prune_existing_floating_ip
84322026-09-07T00:22:44.477Z PASS [ 0.200s] (2446/3389) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
84332026-09-07T00:22:44.498Z PASS [ 74.441s] (2447/3389) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
84342026-09-07T00:22:44.503Z PASS [ 21.413s] (2448/3389) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
84352026-09-07T00:22:44.521Z PASS [ 0.230s] (2449/3389) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
84362026-09-07T00:22:44.548Z PASS [ 24.646s] (2450/3389) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
84372026-09-07T00:22:44.618Z PASS [ 0.322s] (2451/3389) omicron-sled-agent instance::tests::test_instance_create_events_normal
84382026-09-07T00:22:44.724Z PASS [ 0.203s] (2452/3389) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_while_evacuating
84392026-09-07T00:22:44.764Z PASS [ 0.039s] (2453/3389) omicron-sled-agent instance::tests::test_multicast_membership_equality
84402026-09-07T00:22:44.817Z PASS [ 0.199s] (2454/3389) omicron-sled-agent instance::tests::test_instance_manager_vmm_count_tracks_registration
84412026-09-07T00:22:44.826Z PASS [ 0.323s] (2455/3389) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_before_config_loaded
84422026-09-07T00:22:44.917Z PASS [ 0.080s] (2456/3389) omicron-sled-agent instance_manager::jobs::tests::jobs_upholds_invariants
84432026-09-07T00:22:44.925Z PASS [ 31.649s] (2457/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
84442026-09-07T00:22:44.925Z PASS [ 0.046s] (2458/3389) omicron-sled-agent metrics::test_samples_per_collection
84452026-09-07T00:22:44.925Z PASS [ 0.409s] (2459/3389) omicron-sled-agent instance::tests::test_instance_manager_allows_existing_vmm_while_evacuating
84462026-09-07T00:22:44.925Z PASS [ 0.044s] (2460/3389) omicron-sled-agent probe_manager::test::probe_state_set_ops
84472026-09-07T00:22:44.925Z PASS [ 0.350s] (2461/3389) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
84482026-09-07T00:22:44.925Z PASS [ 0.042s] (2462/3389) omicron-sled-agent profile::tests::empty_profile
84492026-09-07T00:22:44.925Z PASS [ 0.046s] (2463/3389) omicron-sled-agent profile::tests::test_disabled_instance
84502026-09-07T00:22:44.925Z PASS [ 0.034s] (2464/3389) omicron-sled-agent profile::tests::test_instance
84512026-09-07T00:22:44.930Z PASS [ 0.036s] (2465/3389) omicron-sled-agent profile::tests::test_multiple
84522026-09-07T00:22:44.933Z PASS [ 0.035s] (2466/3389) omicron-sled-agent profile::tests::test_property
84532026-09-07T00:22:44.941Z PASS [ 0.036s] (2467/3389) omicron-sled-agent profile::tests::test_property_group
84542026-09-07T00:22:44.945Z PASS [ 0.034s] (2468/3389) omicron-sled-agent profile::tests::test_service
84552026-09-07T00:22:44.956Z PASS [ 0.035s] (2469/3389) omicron-sled-agent profile::tests::test_service_property_group
84562026-09-07T00:22:44.960Z PASS [ 0.035s] (2470/3389) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
84572026-09-07T00:22:44.970Z PASS [ 0.037s] (2471/3389) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
84582026-09-07T00:22:44.981Z PASS [ 0.040s] (2472/3389) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
84592026-09-07T00:22:44.986Z PASS [ 0.041s] (2473/3389) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
84602026-09-07T00:22:44.999Z PASS [ 0.042s] (2474/3389) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
84612026-09-07T00:22:45.012Z PASS [ 0.041s] (2475/3389) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
84622026-09-07T00:22:45.024Z PASS [ 0.043s] (2476/3389) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
84632026-09-07T00:22:45.028Z PASS [ 0.041s] (2477/3389) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
84642026-09-07T00:22:45.041Z PASS [ 0.042s] (2478/3389) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
84652026-09-07T00:22:45.055Z PASS [ 0.044s] (2479/3389) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
84662026-09-07T00:22:45.061Z PASS [ 0.755s] (2480/3389) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
84672026-09-07T00:22:45.071Z PASS [ 0.047s] (2481/3389) omicron-sled-agent sim::storage::test::nested_dataset
84682026-09-07T00:22:45.079Z PASS [ 0.051s] (2482/3389) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
84692026-09-07T00:22:45.084Z PASS [ 0.043s] (2483/3389) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
84702026-09-07T00:22:45.100Z PASS [ 0.044s] (2484/3389) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
84712026-09-07T00:22:45.103Z PASS [ 0.041s] (2485/3389) omicron-sled-agent sim::storage::test::snapshot_needs_region
84722026-09-07T00:22:45.129Z PASS [ 0.050s] (2486/3389) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
84732026-09-07T00:22:45.135Z PASS [ 0.064s] (2487/3389) omicron-sled-agent support_bundle::storage::tests::basic_crud
84742026-09-07T00:22:45.152Z PASS [ 0.068s] (2488/3389) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
84752026-09-07T00:22:45.161Z PASS [ 0.062s] (2489/3389) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
84762026-09-07T00:22:45.167Z PASS [ 0.065s] (2490/3389) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
84772026-09-07T00:22:45.188Z PASS [ 0.059s] (2491/3389) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
84782026-09-07T00:22:45.194Z PASS [ 0.059s] (2492/3389) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
84792026-09-07T00:22:45.209Z PASS [ 0.056s] (2493/3389) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
84802026-09-07T00:22:45.216Z PASS [ 0.054s] (2494/3389) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
84812026-09-07T00:22:45.230Z PASS [ 0.062s] (2495/3389) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
84822026-09-07T00:22:45.244Z PASS [ 0.035s] (2496/3389) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
84832026-09-07T00:22:45.250Z PASS [ 0.062s] (2497/3389) omicron-sled-agent support_bundle::storage::tests::ranges
84842026-09-07T00:22:45.254Z PASS [ 0.059s] (2498/3389) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
84852026-09-07T00:22:45.290Z PASS [ 0.046s] (2499/3389) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
84862026-09-07T00:22:45.559Z PASS [ 1.061s] (2500/3389) omicron-sled-agent instance::tests::test_instance_manager_creation
84872026-09-07T00:22:45.618Z PASS [ 0.059s] (2501/3389) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
84882026-09-07T00:22:45.661Z PASS [ 0.042s] (2502/3389) omicron-sled-agent zone_bundle::tests::test_dir_size
84892026-09-07T00:22:45.675Z PASS [ 3.511s] (2503/3389) omicron-passwords test::test_reproducible
84902026-09-07T00:22:45.791Z PASS [ 0.127s] (2504/3389) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
84912026-09-07T00:22:45.814Z PASS [ 0.139s] (2505/3389) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
84922026-09-07T00:22:45.849Z PASS [ 0.061s] (2506/3389) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
84932026-09-07T00:22:45.890Z PASS [ 0.041s] (2507/3389) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
84942026-09-07T00:22:45.922Z PASS [ 0.032s] (2508/3389) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
84952026-09-07T00:22:46.036Z PASS [ 13.207s] (2509/3389) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
84962026-09-07T00:22:46.255Z PASS [ 0.333s] (2510/3389) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84972026-09-07T00:22:46.364Z PASS [ 0.328s] (2511/3389) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84982026-09-07T00:22:46.401Z PASS [ 0.037s] (2512/3389) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84992026-09-07T00:22:46.447Z PASS [ 0.046s] (2513/3389) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
85002026-09-07T00:22:46.504Z PASS [ 0.691s] (2514/3389) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
85012026-09-07T00:22:46.693Z PASS [ 0.246s] (2515/3389) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
85022026-09-07T00:22:46.752Z PASS [ 11.282s] (2516/3389) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
85032026-09-07T00:22:46.950Z PASS [ 0.445s] (2517/3389) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
85042026-09-07T00:22:46.966Z PASS [ 0.273s] (2518/3389) omicron-test-utils dev::db::test::test_bad_cmd
85052026-09-07T00:22:46.988Z PASS [ 13.954s] (2519/3389) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
85062026-09-07T00:22:47.296Z PASS [ 1.041s] (2520/3389) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
85072026-09-07T00:22:47.348Z PASS [ 0.359s] (2521/3389) omicron-test-utils dev::db::test::test_database_start_hang
85082026-09-07T00:22:47.363Z PASS [ 0.612s] (2522/3389) omicron-test-utils dev::db::test::test_cmd_fails
85092026-09-07T00:22:47.383Z PASS [ 0.035s] (2523/3389) omicron-test-utils dev::db::test::test_make_pg_config_fail
85102026-09-07T00:22:47.397Z PASS [ 0.034s] (2524/3389) omicron-test-utils dev::db::test::test_make_pg_config_ok
85112026-09-07T00:22:47.421Z PASS [ 0.038s] (2525/3389) omicron-test-utils dev::db::test::test_parse_http_addr
85122026-09-07T00:22:47.432Z PASS [ 0.034s] (2526/3389) omicron-test-utils dev::db::test::test_process_exit_abnormal
85132026-09-07T00:22:47.468Z PASS [ 0.047s] (2527/3389) omicron-test-utils dev::db::test::test_process_exit_normal
85142026-09-07T00:22:47.521Z PASS [ 13.127s] (2528/3389) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
85152026-09-07T00:22:47.526Z PASS [ 11.240s] (2529/3389) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
85162026-09-07T00:22:47.561Z PASS [ 0.036s] (2530/3389) omicron-test-utils dev::db::test::test_starter_tmpdir
85172026-09-07T00:22:47.603Z PASS [ 0.042s] (2531/3389) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
85182026-09-07T00:22:47.638Z PASS [ 0.035s] (2532/3389) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
85192026-09-07T00:22:47.678Z PASS [ 0.040s] (2533/3389) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
85202026-09-07T00:22:47.718Z PASS [ 0.039s] (2534/3389) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
85212026-09-07T00:22:47.755Z PASS [ 0.037s] (2535/3389) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
85222026-09-07T00:22:47.793Z PASS [ 0.038s] (2536/3389) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
85232026-09-07T00:22:47.847Z PASS [ 0.055s] (2537/3389) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
85242026-09-07T00:22:47.903Z PASS [ 0.055s] (2538/3389) omicron-test-utils dev::test_cmds::tests::test_redact_extra
85252026-09-07T00:22:47.953Z PASS [ 0.050s] (2539/3389) omicron-test-utils dev::test_cmds::tests::test_redact_section
85262026-09-07T00:22:47.991Z PASS [ 0.559s] (2540/3389) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
85272026-09-07T00:22:48.039Z PASS [ 0.049s] (2541/3389) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
85282026-09-07T00:22:48.086Z PASS [ 0.789s] (2542/3389) omicron-test-utils dev::db::test::test_http_addr_integration
85292026-09-07T00:22:48.098Z PASS [ 0.059s] (2543/3389) oximeter test::timeseries_schema_consistency
85302026-09-07T00:22:48.158Z PASS [ 0.205s] (2544/3389) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
85312026-09-07T00:22:48.175Z PASS [ 0.089s] (2545/3389) oximeter-collector agent::tests::test_self_stat_collection_count
85322026-09-07T00:22:48.200Z PASS [ 0.101s] (2546/3389) oximeter-collector agent::tests::test_self_stat_error_counter
85332026-09-07T00:22:48.244Z PASS [ 0.086s] (2547/3389) oximeter-collector agent::tests::test_self_stat_unreachable_counter
85342026-09-07T00:22:48.291Z PASS [ 0.091s] (2548/3389) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
85352026-09-07T00:22:48.325Z PASS [ 0.034s] (2549/3389) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
85362026-09-07T00:22:48.339Z PASS [ 0.095s] (2550/3389) oximeter-collector agent::tests::verify_producer_details
85372026-09-07T00:22:48.399Z PASS [ 12.038s] (2551/3389) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
85382026-09-07T00:22:48.406Z PASS [ 0.064s] (2552/3389) oximeter-collector results_sink::tests::test_batch_handoff_overflow
85392026-09-07T00:22:48.412Z PASS [ 0.086s] (2553/3389) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
85402026-09-07T00:22:48.433Z PASS [ 0.034s] (2554/3389) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
85412026-09-07T00:22:48.439Z PASS [ 0.036s] (2555/3389) oximeter-collector self_stats::tests::test_failure_reason_serialization
85422026-09-07T00:22:48.477Z PASS [ 0.044s] (2556/3389) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
85432026-09-07T00:22:48.487Z PASS [ 0.048s] (2557/3389) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
85442026-09-07T00:22:48.497Z PASS [ 3.538s] (2558/3389) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
85452026-09-07T00:22:48.504Z PASS [ 1.538s] (2559/3389) omicron-test-utils dev::db::test::test_database_concurrent
85462026-09-07T00:22:48.511Z PASS [ 0.034s] (2560/3389) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
85472026-09-07T00:22:48.518Z PASS [ 0.030s] (2561/3389) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
85482026-09-07T00:22:48.521Z PASS [ 0.107s] (2562/3389) oximeter-collector::test_commands test_oximeter_no_args
85492026-09-07T00:22:48.524Z PASS [ 0.027s] (2563/3389) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
85502026-09-07T00:22:48.620Z PASS [ 1.098s] (2564/3389) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
85512026-09-07T00:22:48.675Z PASS [ 0.500s] (2565/3389) oximeter-collector agent::tests::test_standalone_integration
85522026-09-07T00:22:48.708Z PASS [ 0.033s] (2566/3389) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
85532026-09-07T00:22:48.742Z PASS [ 3.512s] (2567/3389) omicron-sled-agent zone_bundle::illumos_tests::test_context
85542026-09-07T00:22:48.934Z PASS [ 3.681s] (2568/3389) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
85552026-09-07T00:22:48.953Z PASS [ 7.284s] (2569/3389) omicron-passwords test::test_compatible
85562026-09-07T00:22:48.990Z PASS [ 0.053s] (2570/3389) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
85572026-09-07T00:22:49.128Z PASS [ 3.877s] (2571/3389) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
85582026-09-07T00:22:49.278Z PASS [ 0.759s] (2572/3389) oximeter-db client::oxql::tests::test_get_fields_query
85592026-09-07T00:22:49.293Z PASS [ 0.789s] (2573/3389) oximeter-db client::oxql::tests::test_get_entire_table
85602026-09-07T00:22:49.323Z PASS [ 0.799s] (2574/3389) oximeter-db client::oxql::tests::test_get_one_timeseries
85612026-09-07T00:22:49.340Z PASS [ 0.829s] (2575/3389) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
85622026-09-07T00:22:49.366Z PASS [ 0.658s] (2576/3389) oximeter-db client::tests::can_ping_clickhouse
85632026-09-07T00:22:49.371Z PASS [ 4.155s] (2577/3389) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
85642026-09-07T00:22:49.374Z PASS [ 0.855s] (2578/3389) oximeter-db client::oxql::tests::test_get_fields
85652026-09-07T00:22:49.510Z PASS [ 4.220s] (2579/3389) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
85662026-09-07T00:22:49.551Z PASS [ 0.932s] (2580/3389) oximeter-db client::oxql::tests::test_limit_operations
85672026-09-07T00:22:49.878Z PASS [ 0.750s] (2581/3389) oximeter-db client::tests::read_latest_version_reports_max
85682026-09-07T00:22:49.929Z PASS [ 0.634s] (2582/3389) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
85692026-09-07T00:22:49.996Z PASS [ 0.630s] (2583/3389) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
85702026-09-07T00:22:50.014Z PASS [ 0.643s] (2584/3389) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
85712026-09-07T00:22:50.045Z PASS [ 0.767s] (2585/3389) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
85722026-09-07T00:22:50.050Z PASS [ 10.816s] (2586/3389) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
85732026-09-07T00:22:50.063Z PASS [ 0.740s] (2587/3389) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
85742026-09-07T00:22:50.117Z PASS [ 0.776s] (2588/3389) oximeter-db client::tests::select_timeseries_with_select_one
85752026-09-07T00:22:50.133Z PASS [ 0.759s] (2589/3389) oximeter-db client::tests::test_client_select_timeseries_one
85762026-09-07T00:22:50.148Z PASS [ 0.031s] (2590/3389) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
85772026-09-07T00:22:50.270Z PASS [ 0.759s] (2591/3389) oximeter-db client::tests::test_database_version_update_is_idempotent
85782026-09-07T00:22:50.300Z PASS [ 0.747s] (2592/3389) oximeter-db client::tests::test_database_version_will_not_downgrade
85792026-09-07T00:22:50.524Z PASS [ 1.571s] (2593/3389) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
85802026-09-07T00:22:50.563Z PASS [ 0.039s] (2594/3389) oximeter-db client::tests::test_read_schema_upgrade_sql_files
85812026-09-07T00:22:50.605Z PASS [ 0.042s] (2595/3389) oximeter-db client::tests::test_read_timeseries_to_delete
85822026-09-07T00:22:50.612Z PASS [ 0.733s] (2596/3389) oximeter-db client::tests::test_database_version_will_not_upgrade
85832026-09-07T00:22:50.640Z PASS [ 0.035s] (2597/3389) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
85842026-09-07T00:22:50.644Z PASS [ 0.031s] (2598/3389) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
85852026-09-07T00:22:50.652Z PASS [ 0.725s] (2599/3389) oximeter-db client::tests::test_differentiate_by_timeseries_name
85862026-09-07T00:22:50.751Z PASS [ 0.754s] (2600/3389) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
85872026-09-07T00:22:50.762Z PASS [ 1.774s] (2601/3389) oximeter-db client::tests::insert_samples_fails_fast
85882026-09-07T00:22:50.765Z PASS [ 0.751s] (2602/3389) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
85892026-09-07T00:22:50.778Z PASS [ 0.732s] (2603/3389) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
85902026-09-07T00:22:50.783Z PASS [ 0.733s] (2604/3389) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
85912026-09-07T00:22:50.876Z PASS [ 0.727s] (2605/3389) oximeter-db client::tests::test_insert_samples
85922026-09-07T00:22:50.880Z PASS [ 0.748s] (2606/3389) oximeter-db client::tests::test_field_record_count
85932026-09-07T00:22:50.896Z PASS [ 10.763s] (2607/3389) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
85942026-09-07T00:22:50.976Z PASS [ 0.707s] (2608/3389) oximeter-db client::tests::test_is_oximeter_cluster
85952026-09-07T00:22:51.062Z PASS [ 0.998s] (2609/3389) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
85962026-09-07T00:22:51.069Z PASS [ 0.771s] (2610/3389) oximeter-db client::tests::test_list_timeseries
85972026-09-07T00:22:51.094Z PASS [ 4.143s] (2611/3389) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
85982026-09-07T00:22:51.127Z PASS [ 0.033s] (2612/3389) oximeter-db client::tests::test_unravel_index
85992026-09-07T00:22:51.163Z PASS [ 0.037s] (2613/3389) oximeter-db client::tests::test_verify_schema_upgrades
86002026-09-07T00:22:51.199Z PASS [ 0.036s] (2614/3389) oximeter-db model::fields::tests::test_extract_fields_as_block
86012026-09-07T00:22:51.230Z PASS [ 0.031s] (2615/3389) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
86022026-09-07T00:22:51.266Z PASS [ 0.035s] (2616/3389) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
86032026-09-07T00:22:51.303Z PASS [ 0.038s] (2617/3389) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
86042026-09-07T00:22:51.342Z PASS [ 0.039s] (2618/3389) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
86052026-09-07T00:22:51.376Z PASS [ 0.033s] (2619/3389) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
86062026-09-07T00:22:51.376Z PASS [ 0.733s] (2620/3389) oximeter-db client::tests::test_schema_mismatch
86072026-09-07T00:22:51.407Z PASS [ 0.030s] (2621/3389) oximeter-db native::block::tests::datetime64_scale_checks_range
86082026-09-07T00:22:51.410Z PASS [ 0.032s] (2622/3389) oximeter-db native::block::tests::concat_blocks
86092026-09-07T00:22:51.441Z PASS [ 0.032s] (2623/3389) oximeter-db native::block::tests::parse_date_time64
86102026-09-07T00:22:51.441Z PASS [ 0.034s] (2624/3389) oximeter-db native::block::tests::parse_date_time
86112026-09-07T00:22:51.476Z PASS [ 0.034s] (2625/3389) oximeter-db native::block::tests::parse_escaped_date_time64
86122026-09-07T00:22:51.483Z PASS [ 0.035s] (2626/3389) oximeter-db native::block::tests::test_data_type_to_string
86132026-09-07T00:22:51.483Z PASS [ 0.826s] (2627/3389) oximeter-db client::tests::test_schema_reinserted_after_redeployment
86142026-09-07T00:22:51.504Z PASS [ 0.753s] (2628/3389) oximeter-db client::tests::test_schema_update
86152026-09-07T00:22:51.522Z PASS [ 0.034s] (2629/3389) oximeter-db native::block::tests::test_datetime64_conversions
86162026-09-07T00:22:51.522Z PASS [ 0.035s] (2630/3389) oximeter-db native::block::tests::test_parse_all_known_timezones
86172026-09-07T00:22:51.522Z PASS [ 0.033s] (2631/3389) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
86182026-09-07T00:22:51.534Z PASS [ 0.030s] (2632/3389) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
86192026-09-07T00:22:51.541Z PASS [ 0.032s] (2633/3389) oximeter-db native::block::tests::test_parse_enum8
86202026-09-07T00:22:51.545Z PASS [ 0.032s] (2634/3389) oximeter-db native::block::tests::test_parse_enum_variant
86212026-09-07T00:22:51.549Z PASS [ 0.035s] (2635/3389) oximeter-db native::block::tests::test_parse_invalid_data_type
86222026-09-07T00:22:51.552Z PASS [ 0.785s] (2636/3389) oximeter-db client::tests::test_select_all_field_types
86232026-09-07T00:22:51.557Z PASS [ 0.779s] (2637/3389) oximeter-db client::tests::test_select_timeseries_with_all
86242026-09-07T00:22:51.561Z PASS [ 0.799s] (2638/3389) oximeter-db client::tests::test_select_all_datum_types
86252026-09-07T00:22:51.676Z PASS [ 0.890s] (2639/3389) oximeter-db client::tests::test_select_timeseries_with_limit
86262026-09-07T00:22:51.676Z PASS [ 0.793s] (2640/3389) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
86272026-09-07T00:22:51.681Z PASS [ 1.036s] (2641/3389) oximeter-db client::tests::test_recall_of_all_fields
86282026-09-07T00:22:51.694Z PASS [ 0.797s] (2642/3389) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
86292026-09-07T00:22:51.727Z PASS [ 0.050s] (2643/3389) oximeter-db native::io::block::tests::test_decode_block_with_nulls
86302026-09-07T00:22:51.742Z PASS [ 0.041s] (2644/3389) oximeter-db native::io::block::tests::test_decode_full_block
86312026-09-07T00:22:51.756Z PASS [ 0.881s] (2645/3389) oximeter-db client::tests::test_select_timeseries_with_order
86322026-09-07T00:22:51.760Z PASS [ 0.033s] (2646/3389) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
86332026-09-07T00:22:51.769Z PASS [ 0.034s] (2647/3389) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
86342026-09-07T00:22:51.776Z PASS [ 0.800s] (2648/3389) oximeter-db client::tests::test_select_timeseries_with_start_time
86352026-09-07T00:22:51.791Z PASS [ 0.034s] (2649/3389) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
86362026-09-07T00:22:51.796Z PASS [ 0.036s] (2650/3389) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
86372026-09-07T00:22:51.811Z PASS [ 0.042s] (2651/3389) oximeter-db native::io::column::tests::test_decode_string_column
86382026-09-07T00:22:51.892Z PASS [ 0.037s] (2652/3389) oximeter-db native::io::column::tests::test_decode_uint64_column
86392026-09-07T00:22:51.896Z PASS [ 0.033s] (2653/3389) oximeter-db native::io::column::tests::test_decode_uint8_column
86402026-09-07T00:22:51.896Z PASS [ 0.034s] (2654/3389) oximeter-db native::io::column::tests::test_decode_uuid_column
86412026-09-07T00:22:51.897Z PASS [ 0.038s] (2655/3389) oximeter-db native::io::column::tests::test_encode_decode_column
86422026-09-07T00:22:51.900Z PASS [ 0.037s] (2656/3389) oximeter-db native::io::packet::server::tests::test_decode_full_hello
86432026-09-07T00:22:51.900Z PASS [ 0.788s] (2657/3389) oximeter-db client::tests::test_timeseries_schema_list
86442026-09-07T00:22:51.900Z PASS [ 0.035s] (2658/3389) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
86452026-09-07T00:22:51.900Z PASS [ 0.031s] (2659/3389) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
86462026-09-07T00:22:51.900Z PASS [ 0.037s] (2660/3389) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
86472026-09-07T00:22:51.901Z PASS [ 0.038s] (2661/3389) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
86482026-09-07T00:22:51.909Z PASS [ 0.048s] (2662/3389) oximeter-db native::io::packet::server::tests::test_decode_single_exception
86492026-09-07T00:22:51.914Z PASS [ 0.051s] (2663/3389) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
86502026-09-07T00:22:51.914Z PASS [ 0.057s] (2664/3389) oximeter-db native::io::packet::server::tests::test_decode_pong
86512026-09-07T00:22:51.921Z PASS [ 0.032s] (2665/3389) oximeter-db native::io::string::test::test_encode_hello_world
86522026-09-07T00:22:51.925Z PASS [ 0.038s] (2666/3389) oximeter-db native::io::string::test::test_encode_decode
86532026-09-07T00:22:51.943Z PASS [ 0.029s] (2667/3389) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
86542026-09-07T00:22:51.948Z PASS [ 0.034s] (2668/3389) oximeter-db native::io::table_columns::tests::test_column_count
86552026-09-07T00:22:51.948Z PASS [ 0.036s] (2669/3389) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
86562026-09-07T00:22:51.952Z PASS [ 0.029s] (2670/3389) oximeter-db native::io::table_columns::tests::test_column_description_with_default
86572026-09-07T00:22:51.960Z PASS [ 0.035s] (2671/3389) oximeter-db native::io::table_columns::tests::test_column_descriptions
86582026-09-07T00:22:51.972Z PASS [ 0.028s] (2672/3389) oximeter-db native::io::varuint::test_encode_decode_varuint
86592026-09-07T00:22:51.976Z PASS [ 0.027s] (2673/3389) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
86602026-09-07T00:22:51.976Z PASS [ 0.030s] (2674/3389) oximeter-db oxql::ast::grammar::tests::test_align_table_op
86612026-09-07T00:22:51.981Z PASS [ 0.030s] (2675/3389) oximeter-db oxql::ast::grammar::tests::test_comparison
86622026-09-07T00:22:51.995Z PASS [ 0.035s] (2676/3389) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
86632026-09-07T00:22:52.003Z PASS [ 0.029s] (2677/3389) oximeter-db oxql::ast::grammar::tests::test_duration_literal
86642026-09-07T00:22:52.007Z PASS [ 0.032s] (2678/3389) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
86652026-09-07T00:22:52.007Z PASS [ 0.034s] (2679/3389) oximeter-db oxql::ast::grammar::tests::test_double_literal
86662026-09-07T00:22:52.011Z PASS [ 0.027s] (2680/3389) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
86672026-09-07T00:22:52.027Z PASS [ 0.032s] (2681/3389) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
86682026-09-07T00:22:52.046Z PASS [ 0.041s] (2682/3389) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
86692026-09-07T00:22:52.050Z PASS [ 0.044s] (2683/3389) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
86702026-09-07T00:22:52.050Z PASS [ 0.042s] (2684/3389) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
86712026-09-07T00:22:52.050Z PASS [ 0.040s] (2685/3389) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
86722026-09-07T00:22:52.065Z PASS [ 0.038s] (2686/3389) oximeter-db oxql::ast::grammar::tests::test_get_table_op
86732026-09-07T00:22:52.078Z PASS [ 0.030s] (2687/3389) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
86742026-09-07T00:22:52.082Z PASS [ 0.032s] (2688/3389) oximeter-db oxql::ast::grammar::tests::test_group_by
86752026-09-07T00:22:52.086Z PASS [ 1.022s] (2689/3389) oximeter-db client::tests::test_sql_query_output
86762026-09-07T00:22:52.089Z PASS [ 0.038s] (2690/3389) oximeter-db oxql::ast::grammar::tests::test_integer_literal
86772026-09-07T00:22:52.094Z PASS [ 0.044s] (2691/3389) oximeter-db oxql::ast::grammar::tests::test_ident
86782026-09-07T00:22:52.098Z PASS [ 0.033s] (2692/3389) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
86792026-09-07T00:22:52.109Z PASS [ 0.031s] (2693/3389) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
86802026-09-07T00:22:52.113Z PASS [ 0.032s] (2694/3389) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
86812026-09-07T00:22:52.117Z PASS [ 0.032s] (2695/3389) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
86822026-09-07T00:22:52.121Z PASS [ 0.032s] (2696/3389) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
86832026-09-07T00:22:52.125Z PASS [ 0.033s] (2697/3389) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
86842026-09-07T00:22:52.133Z PASS [ 0.034s] (2698/3389) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
86852026-09-07T00:22:52.150Z PASS [ 0.039s] (2699/3389) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
86862026-09-07T00:22:52.153Z PASS [ 0.032s] (2700/3389) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
86872026-09-07T00:22:52.154Z PASS [ 0.042s] (2701/3389) oximeter-db oxql::ast::grammar::tests::test_query
86882026-09-07T00:22:52.163Z PASS [ 0.037s] (2702/3389) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
86892026-09-07T00:22:52.169Z PASS [ 0.036s] (2703/3389) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
86902026-09-07T00:22:52.174Z PASS [ 0.635s] (2704/3389) oximeter-db native::connection::tests::test_basic_select_query
86912026-09-07T00:22:52.174Z PASS [ 0.629s] (2705/3389) oximeter-db native::connection::tests::test_exchange_hello
86922026-09-07T00:22:52.181Z PASS [ 0.032s] (2706/3389) oximeter-db oxql::ast::grammar::tests::test_reducer
86932026-09-07T00:22:52.185Z PASS [ 0.033s] (2707/3389) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
86942026-09-07T00:22:52.190Z PASS [ 0.036s] (2708/3389) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
86952026-09-07T00:22:52.190Z PASS [ 0.641s] (2709/3389) oximeter-db native::connection::tests::test_insert_and_select_data
86962026-09-07T00:22:52.194Z PASS [ 0.643s] (2710/3389) oximeter-db native::connection::tests::test_insert_and_select_uuid
86972026-09-07T00:22:52.197Z PASS [ 0.637s] (2711/3389) oximeter-db native::connection::tests::test_select_array_column
86982026-09-07T00:22:52.201Z PASS [ 0.035s] (2712/3389) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
86992026-09-07T00:22:52.207Z PASS [ 0.034s] (2713/3389) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
87002026-09-07T00:22:52.211Z PASS [ 0.039s] (2714/3389) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
87012026-09-07T00:22:52.211Z PASS [ 0.040s] (2715/3389) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
87022026-09-07T00:22:52.214Z PASS [ 0.652s] (2716/3389) oximeter-db native::connection::tests::test_select_array_of_nullable_column
87032026-09-07T00:22:52.214Z PASS [ 0.032s] (2717/3389) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
87042026-09-07T00:22:52.221Z PASS [ 0.037s] (2718/3389) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
87052026-09-07T00:22:52.224Z PASS [ 0.034s] (2719/3389) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
87062026-09-07T00:22:52.224Z PASS [ 0.030s] (2720/3389) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
87072026-09-07T00:22:52.228Z PASS [ 32.912s] (2721/3389) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
87082026-09-07T00:22:52.228Z PASS [ 0.040s] (2722/3389) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
87092026-09-07T00:22:52.228Z PASS [ 0.034s] (2723/3389) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
87102026-09-07T00:22:52.233Z PASS [ 0.031s] (2724/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
87112026-09-07T00:22:52.241Z PASS [ 0.032s] (2725/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
87122026-09-07T00:22:52.244Z PASS [ 0.034s] (2726/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
87132026-09-07T00:22:52.248Z PASS [ 0.036s] (2727/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
87142026-09-07T00:22:52.260Z PASS [ 0.047s] (2728/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
87152026-09-07T00:22:52.264Z PASS [ 0.048s] (2729/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
87162026-09-07T00:22:52.275Z PASS [ 0.053s] (2730/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
87172026-09-07T00:22:52.278Z PASS [ 0.053s] (2731/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
87182026-09-07T00:22:52.279Z PASS [ 0.052s] (2732/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
87192026-09-07T00:22:52.279Z PASS [ 0.049s] (2733/3389) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
87202026-09-07T00:22:52.279Z PASS [ 0.737s] (2734/3389) oximeter-db native::connection::tests::test_can_cancel_query
87212026-09-07T00:22:52.279Z PASS [ 0.052s] (2735/3389) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
87222026-09-07T00:22:52.283Z PASS [ 0.054s] (2736/3389) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
87232026-09-07T00:22:52.283Z PASS [ 0.053s] (2737/3389) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
87242026-09-07T00:22:52.290Z PASS [ 0.045s] (2738/3389) oximeter-db oxql::plan::align::test::test_align_input_schema
87252026-09-07T00:22:52.294Z PASS [ 0.051s] (2739/3389) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
87262026-09-07T00:22:52.295Z PASS [ 0.051s] (2740/3389) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
87272026-09-07T00:22:52.308Z PASS [ 0.048s] (2741/3389) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
87282026-09-07T00:22:52.313Z PASS [ 0.049s] (2742/3389) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
87292026-09-07T00:22:52.317Z PASS [ 0.042s] (2743/3389) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
87302026-09-07T00:22:52.317Z PASS [ 0.643s] (2744/3389) oximeter-db native::connection::tests::test_send_cancel_with_no_query
87312026-09-07T00:22:52.321Z PASS [ 0.042s] (2745/3389) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
87322026-09-07T00:22:52.321Z PASS [ 0.043s] (2746/3389) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
87332026-09-07T00:22:52.323Z PASS [ 0.043s] (2747/3389) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
87342026-09-07T00:22:52.328Z PASS [ 0.649s] (2748/3389) oximeter-db native::connection::tests::test_select_nullable_column
87352026-09-07T00:22:52.328Z PASS [ 0.050s] (2749/3389) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
87362026-09-07T00:22:52.332Z PASS [ 0.048s] (2750/3389) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
87372026-09-07T00:22:52.336Z PASS [ 0.054s] (2751/3389) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
87382026-09-07T00:22:52.336Z PASS [ 0.050s] (2752/3389) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
87392026-09-07T00:22:52.341Z PASS [ 0.050s] (2753/3389) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
87402026-09-07T00:22:52.345Z PASS [ 0.051s] (2754/3389) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
87412026-09-07T00:22:52.345Z PASS [ 0.053s] (2755/3389) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
87422026-09-07T00:22:52.350Z PASS [ 0.042s] (2756/3389) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
87432026-09-07T00:22:52.354Z PASS [ 0.040s] (2757/3389) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
87442026-09-07T00:22:52.368Z PASS [ 0.051s] (2758/3389) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
87452026-09-07T00:22:52.374Z PASS [ 0.042s] (2759/3389) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
87462026-09-07T00:22:52.378Z PASS [ 0.057s] (2760/3389) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
87472026-09-07T00:22:52.380Z PASS [ 0.057s] (2761/3389) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
87482026-09-07T00:22:52.381Z PASS [ 0.032s] (2762/3389) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
87492026-09-07T00:22:52.381Z PASS [ 0.035s] (2763/3389) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
87502026-09-07T00:22:52.381Z PASS [ 0.045s] (2764/3389) oximeter-db oxql::query::tests::test_coalesce_limits
87512026-09-07T00:22:52.381Z PASS [ 0.050s] (2765/3389) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
87522026-09-07T00:22:52.381Z PASS [ 0.061s] (2766/3389) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
87532026-09-07T00:22:52.385Z PASS [ 0.036s] (2767/3389) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
87542026-09-07T00:22:52.385Z PASS [ 0.030s] (2768/3389) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
87552026-09-07T00:22:52.385Z PASS [ 0.052s] (2769/3389) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
87562026-09-07T00:22:52.385Z PASS [ 0.059s] (2770/3389) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
87572026-09-07T00:22:52.385Z PASS [ 0.064s] (2771/3389) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
87582026-09-07T00:22:52.385Z PASS [ 0.034s] (2772/3389) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
87592026-09-07T00:22:52.394Z PASS [ 36.558s] (2773/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
87602026-09-07T00:22:52.399Z PASS [ 0.030s] (2774/3389) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
87612026-09-07T00:22:52.418Z PASS [ 0.043s] (2775/3389) oximeter-db oxql::query::tests::test_coalesce_predicates
87622026-09-07T00:22:52.422Z PASS [ 0.046s] (2776/3389) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
87632026-09-07T00:22:52.422Z PASS [ 0.045s] (2777/3389) oximeter-db oxql::query::tests::test_insert_filters
87642026-09-07T00:22:52.427Z PASS [ 0.052s] (2778/3389) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
87652026-09-07T00:22:52.431Z PASS [ 0.050s] (2779/3389) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
87662026-09-07T00:22:52.431Z PASS [ 0.050s] (2780/3389) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
87672026-09-07T00:22:52.435Z PASS [ 0.057s] (2781/3389) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
87682026-09-07T00:22:52.435Z PASS [ 0.053s] (2782/3389) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
87692026-09-07T00:22:52.439Z PASS [ 0.053s] (2783/3389) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
87702026-09-07T00:22:52.439Z PASS [ 0.038s] (2784/3389) oximeter-db query::tests::test_field_value_as_db_str
87712026-09-07T00:22:52.439Z PASS [ 0.054s] (2785/3389) oximeter-db query::tests::test_field_cmp
87722026-09-07T00:22:52.443Z PASS [ 0.056s] (2786/3389) oximeter-db oxql::query::tests::test_split_query
87732026-09-07T00:22:52.443Z PASS [ 0.045s] (2787/3389) oximeter-db query::tests::test_field_selector_as_query
87742026-09-07T00:22:52.443Z PASS [ 0.060s] (2788/3389) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
87752026-09-07T00:22:52.445Z PASS [ 0.064s] (2789/3389) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
87762026-09-07T00:22:52.445Z PASS [ 0.063s] (2790/3389) oximeter-db oxql::query::tests::test_query_end_time
87772026-09-07T00:22:52.455Z PASS [ 0.037s] (2791/3389) oximeter-db query::tests::test_select_query_builder_field_selectors
87782026-09-07T00:22:52.478Z PASS [ 0.056s] (2792/3389) oximeter-db query::tests::test_select_query_builder_from_parts
87792026-09-07T00:22:52.482Z PASS [ 40.490s] (2793/3389) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
87802026-09-07T00:22:52.490Z PASS [ 0.062s] (2794/3389) oximeter-db query::tests::test_select_query_builder_limit_offset
87812026-09-07T00:22:52.490Z PASS [ 0.055s] (2795/3389) oximeter-db query::tests::test_string_field_selector
87822026-09-07T00:22:52.494Z PASS [ 0.056s] (2796/3389) oximeter-db sql::tests::test_allow_limit_offset
87832026-09-07T00:22:52.494Z PASS [ 0.039s] (2797/3389) oximeter-db sql::tests::test_query_must_be_select_statement
87842026-09-07T00:22:52.494Z PASS [ 0.058s] (2798/3389) oximeter-db query::tests::test_time_range
87852026-09-07T00:22:52.498Z PASS [ 0.059s] (2799/3389) oximeter-db sql::tests::test_allow_subqueries
87862026-09-07T00:22:52.502Z PASS [ 0.067s] (2800/3389) oximeter-db query::tests::test_select_query_builder_no_selectors
87872026-09-07T00:22:52.502Z PASS [ 0.059s] (2801/3389) oximeter-db sql::tests::test_ctes_are_not_supported
87882026-09-07T00:22:52.506Z PASS [ 0.064s] (2802/3389) oximeter-db sql::tests::test_join_must_be_inner
87892026-09-07T00:22:52.506Z PASS [ 0.064s] (2803/3389) oximeter-db sql::tests::test_function_allow_list
87902026-09-07T00:22:52.508Z PASS [ 0.078s] (2804/3389) oximeter-db query::tests::test_select_query_builder_filter_raw
87912026-09-07T00:22:52.508Z PASS [ 0.067s] (2805/3389) oximeter-db sql::tests::test_cannot_name_database
87922026-09-07T00:22:52.513Z PASS [ 0.076s] (2806/3389) oximeter-db query::tests::test_select_query_builder_no_fields
87932026-09-07T00:22:52.513Z PASS [ 0.070s] (2807/3389) oximeter-db sql::tests::test_multiple_statements_are_not_supported
87942026-09-07T00:22:52.517Z PASS [ 0.088s] (2808/3389) oximeter-db query::tests::test_select_query_builder_full
87952026-09-07T00:22:52.537Z PASS [ 0.045s] (2809/3389) oximeter-db tests::test_timeseries_key_field_stability
87962026-09-07T00:22:52.538Z PASS [ 0.059s] (2810/3389) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
87972026-09-07T00:22:52.538Z PASS [ 0.055s] (2811/3389) oximeter-db sql::tests::test_require_table_is_timeseries_name
87982026-09-07T00:22:52.538Z PASS [ 0.037s] (2812/3389) oximeter-instruments http::tests::test_latency_tracker
87992026-09-07T00:22:52.538Z PASS [ 0.047s] (2813/3389) oximeter-db sql::tests::test_with_comma_join_fails
88002026-09-07T00:22:52.542Z PASS [ 0.033s] (2814/3389) oximeter-instruments kstat::cpu::tests::test_kstat_interested
88012026-09-07T00:22:52.542Z PASS [ 0.052s] (2815/3389) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
88022026-09-07T00:22:52.563Z PASS [ 0.057s] (2816/3389) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
88032026-09-07T00:22:52.564Z PASS [ 0.069s] (2817/3389) oximeter-db tests::test_timeseries_key_sample_stability
88042026-09-07T00:22:52.564Z PASS [ 0.065s] (2818/3389) oximeter-db::integration_test test_schemas_are_not_modified
88052026-09-07T00:22:52.596Z PASS [ 0.043s] (2819/3389) oximeter-instruments kstat::link::tests::test_interested_negative
88062026-09-07T00:22:52.606Z PASS [ 0.047s] (2820/3389) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
88072026-09-07T00:22:52.606Z PASS [ 0.043s] (2821/3389) oximeter-instruments kstat::link::tests::test_interested_positive
88082026-09-07T00:22:52.607Z PASS [ 0.069s] (2822/3389) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
88092026-09-07T00:22:52.619Z PASS [ 0.112s] (2823/3389) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
88102026-09-07T00:22:52.622Z PASS [ 0.108s] (2824/3389) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
88112026-09-07T00:22:52.626Z PASS [ 0.089s] (2825/3389) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
88122026-09-07T00:22:52.630Z PASS [ 0.089s] (2826/3389) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
88132026-09-07T00:22:52.630Z PASS [ 0.088s] (2827/3389) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
88142026-09-07T00:22:52.630Z PASS [ 0.112s] (2828/3389) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
88152026-09-07T00:22:52.630Z PASS [ 0.044s] (2829/3389) oximeter-instruments kstat::link::tests::test_to_samples
88162026-09-07T00:22:52.638Z PASS [ 0.053s] (2830/3389) oximeter-instruments kstat::opte_port::tests::test_interested_negative
88172026-09-07T00:22:52.641Z PASS [ 0.033s] (2831/3389) oximeter-instruments kstat::opte_port::tests::test_interested_positive
88182026-09-07T00:22:52.645Z PASS [ 0.031s] (2832/3389) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
88192026-09-07T00:22:52.649Z PASS [ 0.027s] (2833/3389) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
88202026-09-07T00:22:52.649Z PASS [ 0.033s] (2834/3389) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
88212026-09-07T00:22:52.649Z PASS [ 0.027s] (2835/3389) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
88222026-09-07T00:22:52.649Z PASS [ 0.042s] (2836/3389) oximeter-instruments kstat::opte_port::tests::test_to_samples
88232026-09-07T00:22:52.653Z PASS [ 0.023s] (2837/3389) oximeter-instruments kstat::zone::tests::test_kstat_interested
88242026-09-07T00:22:52.657Z PASS [ 0.148s] (2838/3389) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
88252026-09-07T00:22:52.657Z PASS [ 0.019s] (2839/3389) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
88262026-09-07T00:22:52.661Z PASS [ 0.121s] (2840/3389) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
88272026-09-07T00:22:52.661Z PASS [ 0.020s] (2841/3389) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
88282026-09-07T00:22:52.661Z PASS [ 0.032s] (2842/3389) oximeter-instruments zfs::usage::tests::test_dataset_samples
88292026-09-07T00:22:52.662Z PASS [ 0.034s] (2843/3389) oximeter-instruments kstat::zone::tests::test_zone_samples
88302026-09-07T00:22:52.665Z PASS [ 0.021s] (2844/3389) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
88312026-09-07T00:22:52.669Z PASS [ 0.039s] (2845/3389) oximeter-instruments zfs::usage::tests::test_collect_zpools
88322026-09-07T00:22:52.669Z PASS [ 0.021s] (2846/3389) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
88332026-09-07T00:22:52.670Z PASS [ 0.023s] (2847/3389) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
88342026-09-07T00:22:52.674Z PASS [ 0.023s] (2848/3389) oximeter-macro-impl tests::test_metric_annotated_field
88352026-09-07T00:22:52.674Z PASS [ 0.022s] (2849/3389) oximeter-macro-impl tests::test_metric_datum_field
88362026-09-07T00:22:52.675Z PASS [ 0.022s] (2850/3389) oximeter-macro-impl tests::test_metric_enum
88372026-09-07T00:22:52.675Z PASS [ 0.019s] (2851/3389) oximeter-macro-impl tests::test_metric_without_datum_field
88382026-09-07T00:22:52.680Z PASS [ 0.022s] (2852/3389) oximeter-macro-impl tests::test_target_empty_struct
88392026-09-07T00:22:52.685Z PASS [ 0.025s] (2853/3389) oximeter-macro-impl tests::test_target
88402026-09-07T00:22:52.685Z PASS [ 0.022s] (2854/3389) oximeter-macro-impl tests::test_target_with_datum_field
88412026-09-07T00:22:52.685Z PASS [ 0.024s] (2855/3389) oximeter-macro-impl tests::test_target_enum
88422026-09-07T00:22:52.689Z PASS [ 0.056s] (2856/3389) oximeter-instruments zfs::usage::tests::test_collect_datasets
88432026-09-07T00:22:52.689Z PASS [ 0.025s] (2857/3389) oximeter-macro-impl tests::test_target_unit_struct
88442026-09-07T00:22:52.693Z PASS [ 0.024s] (2858/3389) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
88452026-09-07T00:22:52.697Z PASS [ 0.027s] (2859/3389) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
88462026-09-07T00:22:52.697Z PASS [ 0.026s] (2860/3389) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
88472026-09-07T00:22:52.700Z PASS [ 0.028s] (2861/3389) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
88482026-09-07T00:22:52.702Z PASS [ 0.025s] (2862/3389) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
88492026-09-07T00:22:52.702Z PASS [ 0.028s] (2863/3389) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
88502026-09-07T00:22:52.706Z PASS [ 0.034s] (2864/3389) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
88512026-09-07T00:22:52.706Z PASS [ 0.021s] (2865/3389) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
88522026-09-07T00:22:52.706Z PASS [ 0.023s] (2866/3389) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
88532026-09-07T00:22:52.710Z PASS [ 0.024s] (2867/3389) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
88542026-09-07T00:22:52.714Z PASS [ 0.027s] (2868/3389) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
88552026-09-07T00:22:52.714Z PASS [ 0.029s] (2869/3389) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
88562026-09-07T00:22:52.714Z PASS [ 0.028s] (2870/3389) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
88572026-09-07T00:22:52.718Z PASS [ 0.024s] (2871/3389) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
88582026-09-07T00:22:52.718Z PASS [ 0.021s] (2872/3389) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
88592026-09-07T00:22:52.718Z PASS [ 0.021s] (2873/3389) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
88602026-09-07T00:22:52.722Z PASS [ 0.022s] (2874/3389) oximeter-schema ir::tests::fail_on_empty_descriptions
88612026-09-07T00:22:52.726Z PASS [ 0.025s] (2875/3389) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
88622026-09-07T00:22:52.727Z PASS [ 0.025s] (2876/3389) oximeter-schema ir::tests::fail_on_empty_metric_name
88632026-09-07T00:22:52.727Z PASS [ 0.024s] (2877/3389) oximeter-schema ir::tests::fail_on_empty_target_name
88642026-09-07T00:22:52.727Z PASS [ 0.023s] (2878/3389) oximeter-schema ir::tests::fail_on_very_long_field_names
88652026-09-07T00:22:52.734Z PASS [ 0.029s] (2879/3389) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
88662026-09-07T00:22:52.738Z PASS [ 0.026s] (2880/3389) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
88672026-09-07T00:22:52.742Z PASS [ 0.028s] (2881/3389) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
88682026-09-07T00:22:52.746Z PASS [ 0.030s] (2882/3389) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
88692026-09-07T00:22:52.746Z PASS [ 0.032s] (2883/3389) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
88702026-09-07T00:22:52.746Z PASS [ 0.029s] (2884/3389) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
88712026-09-07T00:22:52.746Z PASS [ 0.027s] (2885/3389) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
88722026-09-07T00:22:52.746Z PASS [ 0.028s] (2886/3389) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
88732026-09-07T00:22:52.750Z PASS [ 0.022s] (2887/3389) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
88742026-09-07T00:22:52.750Z PASS [ 0.026s] (2888/3389) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
88752026-09-07T00:22:52.750Z PASS [ 0.024s] (2889/3389) oximeter-schema ir::tests::only_support_format_version_1
88762026-09-07T00:22:52.750Z PASS [ 0.029s] (2890/3389) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
88772026-09-07T00:22:52.751Z PASS [ 0.024s] (2891/3389) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
88782026-09-07T00:22:52.755Z PASS [ 0.637s] (2892/3389) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
88792026-09-07T00:22:52.769Z PASS [ 0.034s] (2893/3389) oximeter-test-utils tests::test_gen_test_samples
88802026-09-07T00:22:52.775Z PASS [ 0.035s] (2894/3389) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
88812026-09-07T00:22:52.779Z PASS [ 0.040s] (2895/3389) oximeter-test-utils tests::test_sample_struct
88822026-09-07T00:22:52.783Z PASS [ 0.039s] (2896/3389) oximeter-test-utils tests::test_timeseries_schema_from_parts
88832026-09-07T00:22:52.787Z PASS [ 0.041s] (2897/3389) oximeter-types queue::tests::test_bounded_queue
88842026-09-07T00:22:52.787Z PASS [ 0.040s] (2898/3389) oximeter-types queue::tests::test_bounded_queue_sample_overflow
88852026-09-07T00:22:52.787Z PASS [ 0.037s] (2899/3389) oximeter-types traits::tests::test_target_trait
88862026-09-07T00:22:52.787Z PASS [ 0.042s] (2900/3389) oximeter-types queue::tests::test_bounded_queue_overflow
88872026-09-07T00:22:52.787Z PASS [ 0.039s] (2901/3389) oximeter-types traits::tests::test_metric_trait
88882026-09-07T00:22:52.791Z PASS [ 0.047s] (2902/3389) oximeter-test-utils tests::test_timeseries_schema_from_sample
88892026-09-07T00:22:52.795Z PASS [ 0.046s] (2903/3389) oximeter-types traits::tests::test_producer_trait
88902026-09-07T00:22:52.800Z PASS [ 0.024s] (2904/3389) oximeter-types-versions impls::histogram::tests::test_histogram
88912026-09-07T00:22:52.800Z PASS [ 0.025s] (2905/3389) oximeter-types-versions impls::histogram::tests::test_ensure_finite
88922026-09-07T00:22:52.802Z PASS [ 0.032s] (2906/3389) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
88932026-09-07T00:22:52.803Z PASS [ 0.050s] (2907/3389) oximeter-types-versions impls::histogram::tests::test_bin_range_from
88942026-09-07T00:22:52.803Z PASS [ 0.050s] (2908/3389) oximeter-types-versions impls::histogram::tests::test_bin_range
88952026-09-07T00:22:52.807Z PASS [ 0.048s] (2909/3389) oximeter-types-versions impls::histogram::tests::test_bin_range_to
88962026-09-07T00:22:52.807Z PASS [ 0.021s] (2910/3389) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
88972026-09-07T00:22:52.811Z PASS [ 0.022s] (2911/3389) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
88982026-09-07T00:22:52.815Z PASS [ 0.026s] (2912/3389) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
88992026-09-07T00:22:52.815Z PASS [ 0.027s] (2913/3389) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
89002026-09-07T00:22:52.815Z PASS [ 0.028s] (2914/3389) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
89012026-09-07T00:22:52.816Z PASS [ 0.024s] (2915/3389) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
89022026-09-07T00:22:52.816Z PASS [ 0.029s] (2916/3389) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
89032026-09-07T00:22:52.821Z PASS [ 0.025s] (2917/3389) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
89042026-09-07T00:22:52.825Z PASS [ 0.020s] (2918/3389) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
89052026-09-07T00:22:52.825Z PASS [ 0.021s] (2919/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
89062026-09-07T00:22:52.825Z PASS [ 0.023s] (2920/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
89072026-09-07T00:22:52.829Z PASS [ 0.024s] (2921/3389) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
89082026-09-07T00:22:52.830Z PASS [ 0.023s] (2922/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
89092026-09-07T00:22:52.830Z PASS [ 0.026s] (2923/3389) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
89102026-09-07T00:22:52.830Z PASS [ 0.027s] (2924/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
89112026-09-07T00:22:52.833Z PASS [ 0.021s] (2925/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
89122026-09-07T00:22:52.837Z PASS [ 0.020s] (2926/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
89132026-09-07T00:22:52.837Z PASS [ 0.021s] (2927/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
89142026-09-07T00:22:52.837Z PASS [ 0.023s] (2928/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
89152026-09-07T00:22:52.837Z PASS [ 0.021s] (2929/3389) oximeter-types-versions impls::histogram::tests::test_span_decades
89162026-09-07T00:22:52.841Z PASS [ 0.025s] (2930/3389) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
89172026-09-07T00:22:52.841Z PASS [ 0.021s] (2931/3389) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
89182026-09-07T00:22:52.845Z PASS [ 0.021s] (2932/3389) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
89192026-09-07T00:22:52.845Z PASS [ 0.021s] (2933/3389) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
89202026-09-07T00:22:52.845Z PASS [ 0.019s] (2934/3389) oximeter-types-versions impls::quantile::tests::test_empty_observations
89212026-09-07T00:22:52.846Z PASS [ 0.021s] (2935/3389) oximeter-types-versions impls::quantile::tests::test_default_percentiles
89222026-09-07T00:22:52.850Z PASS [ 0.021s] (2936/3389) oximeter-types-versions impls::quantile::tests::test_find_cells
89232026-09-07T00:22:52.850Z PASS [ 0.022s] (2937/3389) oximeter-types-versions impls::quantile::tests::test_integer_observations
89242026-09-07T00:22:52.854Z PASS [ 0.020s] (2938/3389) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
89252026-09-07T00:22:52.854Z PASS [ 0.025s] (2939/3389) oximeter-types-versions impls::quantile::tests::test_float_observations
89262026-09-07T00:22:52.858Z PASS [ 0.020s] (2940/3389) oximeter-types-versions impls::quantile::tests::test_min_p
89272026-09-07T00:22:52.861Z PASS [ 0.023s] (2941/3389) oximeter-types-versions impls::quantile::tests::test_rounding
89282026-09-07T00:22:52.861Z PASS [ 0.026s] (2942/3389) oximeter-types-versions impls::quantile::tests::test_max_p
89292026-09-07T00:22:52.862Z PASS [ 0.025s] (2943/3389) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
89302026-09-07T00:22:52.862Z PASS [ 0.023s] (2944/3389) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
89312026-09-07T00:22:52.866Z PASS [ 0.020s] (2945/3389) oximeter-types-versions impls::types::tests::test_cumulative_f64
89322026-09-07T00:22:52.866Z PASS [ 0.019s] (2946/3389) oximeter-types-versions impls::types::tests::test_cumulative_i64
89332026-09-07T00:22:52.869Z PASS [ 0.022s] (2947/3389) oximeter-types-versions impls::types::tests::test_datum
89342026-09-07T00:22:52.870Z PASS [ 0.026s] (2948/3389) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
89352026-09-07T00:22:52.870Z PASS [ 0.022s] (2949/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
89362026-09-07T00:22:52.874Z PASS [ 0.029s] (2950/3389) oximeter-types-versions impls::schema::tests::test_timeseries_name
89372026-09-07T00:22:52.874Z PASS [ 0.019s] (2951/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
89382026-09-07T00:22:52.874Z PASS [ 0.023s] (2952/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
89392026-09-07T00:22:52.874Z PASS [ 0.022s] (2953/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
89402026-09-07T00:22:52.878Z PASS [ 0.019s] (2954/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
89412026-09-07T00:22:52.882Z PASS [ 0.022s] (2955/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
89422026-09-07T00:22:52.886Z PASS [ 0.022s] (2956/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
89432026-09-07T00:22:52.886Z PASS [ 0.023s] (2957/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
89442026-09-07T00:22:52.886Z PASS [ 0.022s] (2958/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
89452026-09-07T00:22:52.886Z PASS [ 0.024s] (2959/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
89462026-09-07T00:22:52.886Z PASS [ 0.023s] (2960/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
89472026-09-07T00:22:52.890Z PASS [ 0.020s] (2961/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
89482026-09-07T00:22:52.891Z PASS [ 0.021s] (2962/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
89492026-09-07T00:22:52.891Z PASS [ 0.020s] (2963/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
89502026-09-07T00:22:52.891Z PASS [ 0.021s] (2964/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
89512026-09-07T00:22:52.895Z PASS [ 0.021s] (2965/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
89522026-09-07T00:22:52.895Z PASS [ 0.021s] (2966/3389) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
89532026-09-07T00:22:52.899Z PASS [ 0.023s] (2967/3389) oximeter-types-versions impls::types::tests::test_measurement
89542026-09-07T00:22:52.899Z PASS [ 0.024s] (2968/3389) oximeter-types-versions impls::types::tests::test_verify_field_names
89552026-09-07T00:22:52.903Z PASS [ 0.020s] (2969/3389) oxlog illumos_tests::test_crtime_of_new_file
89562026-09-07T00:22:52.907Z PASS [ 0.018s] (2970/3389) oxlog tests::test_is_oxide_smf_log_file
89572026-09-07T00:22:52.907Z PASS [ 0.020s] (2971/3389) oxlog tests::test_created_lookup_gating
89582026-09-07T00:22:52.907Z PASS [ 0.021s] (2972/3389) oxlog tests::test_daterange_filter
89592026-09-07T00:22:52.907Z PASS [ 0.019s] (2973/3389) oxlog tests::test_sort_logs
89602026-09-07T00:22:52.907Z PASS [ 0.021s] (2974/3389) oxlog tests::test_daterange_filter_content_span
89612026-09-07T00:22:52.911Z PASS [ 0.021s] (2975/3389) oxlog tests::test_oxide_smf_service_name_from_log_file_name
89622026-09-07T00:22:52.914Z PASS [ 0.022s] (2976/3389) oxql-types point::tests::test_cast_points_from_double
89632026-09-07T00:22:52.915Z PASS [ 0.023s] (2977/3389) oxql-types point::tests::test_cast_points_from_bool
89642026-09-07T00:22:52.915Z PASS [ 0.022s] (2978/3389) oxql-types point::tests::test_cast_points_from_double_distribution
89652026-09-07T00:22:52.915Z PASS [ 0.025s] (2979/3389) oxlog::bin/oxlog tests::test_parse_timestamp
89662026-09-07T00:22:52.919Z PASS [ 0.022s] (2980/3389) oxql-types point::tests::test_cast_points_from_int_distribution
89672026-09-07T00:22:52.919Z PASS [ 0.022s] (2981/3389) oxql-types point::tests::test_cast_points_from_integer
89682026-09-07T00:22:52.922Z PASS [ 0.020s] (2982/3389) oxql-types point::tests::test_cast_points_from_string
89692026-09-07T00:22:52.926Z PASS [ 0.022s] (2983/3389) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
89702026-09-07T00:22:52.926Z PASS [ 0.020s] (2984/3389) oxql-types point::tests::test_sub_between_histogram_distributions
89712026-09-07T00:22:52.930Z PASS [ 0.021s] (2985/3389) oxql-types point::tests::test_point_delta_between_with_new_epoch
89722026-09-07T00:22:52.930Z PASS [ 0.022s] (2986/3389) oxql-types point::tests::test_push_concrete_values
89732026-09-07T00:22:52.930Z PASS [ 0.026s] (2987/3389) oxql-types point::tests::test_join_point_arrays
89742026-09-07T00:22:52.930Z PASS [ 0.025s] (2988/3389) oxql-types point::tests::test_point_delta_between
89752026-09-07T00:22:52.934Z PASS [ 0.020s] (2989/3389) range-requests test::get_response_no_range
89762026-09-07T00:22:52.941Z PASS [ 0.021s] (2990/3389) range-requests test::invalid_ranges
89772026-09-07T00:22:52.945Z PASS [ 0.023s] (2991/3389) range-requests test::get_response_with_range
89782026-09-07T00:22:52.945Z PASS [ 0.021s] (2992/3389) range-requests test::parse_range_invalid
89792026-09-07T00:22:52.945Z PASS [ 0.017s] (2993/3389) range-requests test::parse_range_valid
89802026-09-07T00:22:52.949Z PASS [ 0.019s] (2994/3389) range-requests test::range_into_str
89812026-09-07T00:22:52.949Z PASS [ 0.036s] (2995/3389) rack-init-config tests::bgp_request_round_trips_through_sled_agent
89822026-09-07T00:22:52.953Z PASS [ 0.024s] (2996/3389) range-requests test::potential_range_parsing_does_not_crash
89832026-09-07T00:22:52.953Z PASS [ 0.024s] (2997/3389) range-requests test::single_range_parsing_does_not_crash
89842026-09-07T00:22:52.957Z PASS [ 0.045s] (2998/3389) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
89852026-09-07T00:22:52.962Z PASS [ 0.046s] (2999/3389) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
89862026-09-07T00:22:52.978Z PASS [ 12.213s] (3000/3389) omicron-omdb::test_all_output test_omdb_usage_errors
89872026-09-07T00:22:52.991Z PASS [ 0.084s] (3001/3389) parallel-task-set test::test_spawn_many
89882026-09-07T00:22:53.112Z PASS [ 0.173s] (3002/3389) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
89892026-09-07T00:22:53.167Z PASS [ 0.232s] (3003/3389) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
89902026-09-07T00:22:53.173Z PASS [ 0.233s] (3004/3389) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
89912026-09-07T00:22:53.177Z PASS [ 0.229s] (3005/3389) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
89922026-09-07T00:22:53.178Z PASS [ 0.225s] (3006/3389) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
89932026-09-07T00:22:53.185Z PASS [ 0.257s] (3007/3389) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
89942026-09-07T00:22:53.189Z PASS [ 0.258s] (3008/3389) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
89952026-09-07T00:22:53.194Z PASS [ 0.250s] (3009/3389) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
89962026-09-07T00:22:53.198Z PASS [ 0.246s] (3010/3389) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
89972026-09-07T00:22:53.202Z PASS [ 0.256s] (3011/3389) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
89982026-09-07T00:22:53.209Z PASS [ 0.269s] (3012/3389) reconfigurator-cli::test-scripts script::cmds-example.txt
89992026-09-07T00:22:53.263Z PASS [ 0.302s] (3013/3389) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
90002026-09-07T00:22:53.267Z PASS [ 0.309s] (3014/3389) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
90012026-09-07T00:22:53.271Z PASS [ 0.292s] (3015/3389) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
90022026-09-07T00:22:53.315Z PASS [ 0.130s] (3016/3389) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
90032026-09-07T00:22:53.327Z PASS [ 0.130s] (3017/3389) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
90042026-09-07T00:22:53.339Z PASS [ 0.138s] (3018/3389) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
90052026-09-07T00:22:53.344Z PASS [ 0.135s] (3019/3389) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
90062026-09-07T00:22:53.383Z PASS [ 0.391s] (3020/3389) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
90072026-09-07T00:22:53.394Z PASS [ 0.132s] (3021/3389) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
90082026-09-07T00:22:53.400Z PASS [ 0.133s] (3022/3389) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
90092026-09-07T00:22:53.404Z PASS [ 0.018s] (3023/3389) sled-agent-bootstrap-common sprockets::tests::json_serialization_round_trips
90102026-09-07T00:22:53.409Z PASS [ 0.297s] (3024/3389) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
90112026-09-07T00:22:53.444Z PASS [ 0.128s] (3025/3389) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
90122026-09-07T00:22:53.467Z PASS [ 0.300s] (3026/3389) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
90132026-09-07T00:22:53.472Z PASS [ 0.300s] (3027/3389) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
90142026-09-07T00:22:53.484Z PASS [ 0.297s] (3028/3389) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
90152026-09-07T00:22:53.488Z PASS [ 0.295s] (3029/3389) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
90162026-09-07T00:22:53.492Z PASS [ 0.314s] (3030/3389) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
90172026-09-07T00:22:53.552Z PASS [ 0.207s] (3031/3389) reconfigurator-cli::test-scripts script::cmds.txt
90182026-09-07T00:22:53.602Z PASS [ 0.424s] (3032/3389) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
90192026-09-07T00:22:53.628Z PASS [ 0.301s] (3033/3389) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
90202026-09-07T00:22:53.686Z PASS [ 0.048s] (3034/3389) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_entry_type_confusion
90212026-09-07T00:22:53.689Z PASS [ 0.029s] (3035/3389) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_exists
90222026-09-07T00:22:53.689Z PASS [ 0.053s] (3036/3389) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
90232026-09-07T00:22:53.709Z PASS [ 0.028s] (3037/3389) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
90242026-09-07T00:22:53.712Z PASS [ 0.031s] (3038/3389) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_mtime
90252026-09-07T00:22:53.742Z PASS [ 0.033s] (3039/3389) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_directories_type_filtering
90262026-09-07T00:22:53.745Z PASS [ 0.034s] (3040/3389) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_files_type_filtering
90272026-09-07T00:22:53.745Z PASS [ 0.405s] (3041/3389) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
90282026-09-07T00:22:53.772Z PASS [ 0.030s] (3042/3389) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_nonexistent_dir
90292026-09-07T00:22:53.801Z PASS [ 0.055s] (3043/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
90302026-09-07T00:22:53.809Z PASS [ 0.065s] (3044/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
90312026-09-07T00:22:53.833Z PASS [ 0.060s] (3045/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
90322026-09-07T00:22:53.858Z PASS [ 0.058s] (3046/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
90332026-09-07T00:22:53.864Z PASS [ 0.055s] (3047/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
90342026-09-07T00:22:53.868Z PASS [ 0.034s] (3048/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_dropbox
90352026-09-07T00:22:53.889Z PASS [ 0.032s] (3049/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
90362026-09-07T00:22:53.903Z PASS [ 0.038s] (3050/3389) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
90372026-09-07T00:22:53.915Z PASS [ 1.407s] (3051/3389) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
90382026-09-07T00:22:53.924Z PASS [ 0.059s] (3052/3389) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_nested_archival_errors
90392026-09-07T00:22:53.941Z PASS [ 0.052s] (3053/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
90402026-09-07T00:22:53.946Z PASS [ 0.039s] (3054/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
90412026-09-07T00:22:53.954Z PASS [ 0.040s] (3055/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
90422026-09-07T00:22:53.968Z PASS [ 0.043s] (3056/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
90432026-09-07T00:22:53.984Z PASS [ 0.042s] (3057/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
90442026-09-07T00:22:53.987Z PASS [ 0.042s] (3058/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
90452026-09-07T00:22:53.992Z PASS [ 0.038s] (3059/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
90462026-09-07T00:22:54.007Z PASS [ 0.040s] (3060/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
90472026-09-07T00:22:54.026Z PASS [ 0.039s] (3061/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
90482026-09-07T00:22:54.030Z PASS [ 0.040s] (3062/3389) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
90492026-09-07T00:22:54.045Z PASS [ 0.038s] (3063/3389) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
90502026-09-07T00:22:54.064Z PASS [ 0.572s] (3064/3389) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
90512026-09-07T00:22:54.074Z PASS [ 0.050s] (3065/3389) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
90522026-09-07T00:22:54.101Z PASS [ 0.037s] (3066/3389) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
90532026-09-07T00:22:54.109Z PASS [ 0.035s] (3067/3389) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
90542026-09-07T00:22:54.136Z PASS [ 0.035s] (3068/3389) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
90552026-09-07T00:22:54.158Z PASS [ 0.047s] (3069/3389) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
90562026-09-07T00:22:54.171Z PASS [ 0.147s] (3070/3389) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
90572026-09-07T00:22:54.189Z PASS [ 0.032s] (3071/3389) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
90582026-09-07T00:22:54.209Z PASS [ 0.073s] (3072/3389) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
90592026-09-07T00:22:54.213Z PASS [ 0.042s] (3073/3389) sled-agent-config-reconciler ledger::tests::read_existing_config
90602026-09-07T00:22:54.230Z PASS [ 0.041s] (3074/3389) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
90612026-09-07T00:22:54.256Z PASS [ 0.046s] (3075/3389) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
90622026-09-07T00:22:54.259Z PASS [ 0.043s] (3076/3389) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
90632026-09-07T00:22:54.259Z PASS [ 0.863s] (3077/3389) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
90642026-09-07T00:22:54.275Z PASS [ 0.045s] (3078/3389) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
90652026-09-07T00:22:54.299Z PASS [ 0.043s] (3079/3389) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
90662026-09-07T00:22:54.303Z PASS [ 0.044s] (3080/3389) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
90672026-09-07T00:22:54.312Z PASS [ 0.037s] (3081/3389) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
90682026-09-07T00:22:54.316Z PASS [ 6.845s] (3082/3389) omicron-test-utils dev::db::test::test_setup_database_default_dir
90692026-09-07T00:22:54.331Z PASS [ 0.779s] (3083/3389) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
90702026-09-07T00:22:54.356Z PASS [ 1.085s] (3084/3389) reconfigurator-cli::test-scripts script::cmds-target-release.txt
90712026-09-07T00:22:54.366Z PASS [ 0.035s] (3085/3389) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
90722026-09-07T00:22:54.398Z PASS [ 0.044s] (3086/3389) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
90732026-09-07T00:22:54.410Z PASS [ 0.044s] (3087/3389) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
90742026-09-07T00:22:54.437Z PASS [ 0.038s] (3088/3389) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
90752026-09-07T00:22:54.449Z PASS [ 0.039s] (3089/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
90762026-09-07T00:22:54.475Z PASS [ 0.038s] (3090/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
90772026-09-07T00:22:54.485Z PASS [ 0.037s] (3091/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
90782026-09-07T00:22:54.510Z PASS [ 0.035s] (3092/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
90792026-09-07T00:22:54.519Z PASS [ 0.033s] (3093/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
90802026-09-07T00:22:54.551Z PASS [ 0.042s] (3094/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
90812026-09-07T00:22:54.560Z PASS [ 0.042s] (3095/3389) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
90822026-09-07T00:22:54.576Z PASS [ 0.024s] (3096/3389) sled-agent-multirack-join tests::new_start_sled_agent_status
90832026-09-07T00:22:54.677Z PASS [ 0.116s] (3097/3389) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
90842026-09-07T00:22:54.727Z PASS [ 0.050s] (3098/3389) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
90852026-09-07T00:22:54.752Z PASS [ 1.285s] (3099/3389) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
90862026-09-07T00:22:54.756Z PASS [ 1.356s] (3100/3389) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
90872026-09-07T00:22:54.772Z PASS [ 0.045s] (3101/3389) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
90882026-09-07T00:22:54.793Z PASS [ 0.041s] (3102/3389) sled-agent-rack-setup plan::service::tests::single_u2_sled_is_admitted
90892026-09-07T00:22:54.814Z PASS [ 0.058s] (3103/3389) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
90902026-09-07T00:22:54.825Z PASS [ 0.053s] (3104/3389) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
90912026-09-07T00:22:54.842Z PASS [ 0.049s] (3105/3389) sled-agent-rack-setup plan::service::tests::test_plan_with_heterogeneous_u2_counts
90922026-09-07T00:22:54.863Z PASS [ 0.047s] (3106/3389) sled-agent-rack-setup plan::service::tests::test_plan_with_one_u2_per_sled
90932026-09-07T00:22:54.866Z PASS [ 0.818s] (3107/3389) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
90942026-09-07T00:22:54.872Z PASS [ 0.047s] (3108/3389) sled-agent-rack-setup service::test::parse_rack_initialization
90952026-09-07T00:22:54.882Z PASS [ 0.040s] (3109/3389) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
90962026-09-07T00:22:54.929Z PASS [ 0.046s] (3110/3389) sled-agent-rack-setup service::test::test_subnets
90972026-09-07T00:22:54.933Z PASS [ 0.059s] (3111/3389) sled-agent-rack-setup service::test::test_omicron_zone_configs
90982026-09-07T00:22:54.941Z PASS [ 1.540s] (3112/3389) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
90992026-09-07T00:22:54.945Z PASS [ 0.078s] (3113/3389) sled-agent-rack-setup service::test::test_extra_certs
91002026-09-07T00:22:54.945Z PASS [ 0.080s] (3114/3389) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
91012026-09-07T00:22:55.058Z PASS [ 0.128s] (3115/3389) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
91022026-09-07T00:22:55.058Z PASS [ 0.117s] (3116/3389) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
91032026-09-07T00:22:55.058Z PASS [ 0.126s] (3117/3389) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
91042026-09-07T00:22:55.058Z PASS [ 0.115s] (3118/3389) sled-agent-resolvable-files manifest::tests::read_success
91052026-09-07T00:22:55.062Z PASS [ 0.120s] (3119/3389) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
91062026-09-07T00:22:55.086Z PASS [ 0.028s] (3120/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
91072026-09-07T00:22:55.092Z PASS [ 0.034s] (3121/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
91082026-09-07T00:22:55.096Z PASS [ 0.038s] (3122/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
91092026-09-07T00:22:55.100Z PASS [ 0.034s] (3123/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
91102026-09-07T00:22:55.100Z PASS [ 0.039s] (3124/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
91112026-09-07T00:22:55.111Z PASS [ 0.535s] (3125/3389) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
91122026-09-07T00:22:55.115Z PASS [ 0.028s] (3126/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
91132026-09-07T00:22:55.119Z PASS [ 0.027s] (3127/3389) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
91142026-09-07T00:22:55.123Z PASS [ 0.028s] (3128/3389) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
91152026-09-07T00:22:55.127Z PASS [ 0.028s] (3129/3389) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
91162026-09-07T00:22:55.127Z PASS [ 0.030s] (3130/3389) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
91172026-09-07T00:22:55.131Z PASS [ 1.685s] (3131/3389) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
91182026-09-07T00:22:55.135Z PASS [ 0.024s] (3132/3389) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
91192026-09-07T00:22:55.141Z PASS [ 0.027s] (3133/3389) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
91202026-09-07T00:22:55.146Z PASS [ 0.027s] (3134/3389) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
91212026-09-07T00:22:55.156Z PASS [ 0.031s] (3135/3389) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
91222026-09-07T00:22:55.160Z PASS [ 0.030s] (3136/3389) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
91232026-09-07T00:22:55.160Z PASS [ 0.034s] (3137/3389) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
91242026-09-07T00:22:55.160Z PASS [ 0.029s] (3138/3389) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
91252026-09-07T00:22:55.164Z PASS [ 0.027s] (3139/3389) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
91262026-09-07T00:22:55.168Z PASS [ 0.025s] (3140/3389) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
91272026-09-07T00:22:55.172Z PASS [ 0.025s] (3141/3389) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
91282026-09-07T00:22:55.182Z PASS [ 0.026s] (3142/3389) sled-agent-resolvable-files mupdate_override::tests::read_both_present
91292026-09-07T00:22:55.186Z PASS [ 0.029s] (3143/3389) sled-agent-resolvable-files mupdate_override::tests::read_different_values
91302026-09-07T00:22:55.186Z PASS [ 0.028s] (3144/3389) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
91312026-09-07T00:22:55.192Z PASS [ 0.034s] (3145/3389) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
91322026-09-07T00:22:55.198Z PASS [ 0.031s] (3146/3389) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
91332026-09-07T00:22:55.202Z PASS [ 0.032s] (3147/3389) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
91342026-09-07T00:22:55.206Z PASS [ 0.033s] (3148/3389) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
91352026-09-07T00:22:55.211Z PASS [ 0.029s] (3149/3389) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
91362026-09-07T00:22:55.242Z PASS [ 0.043s] (3150/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
91372026-09-07T00:22:55.246Z PASS [ 0.039s] (3151/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
91382026-09-07T00:22:55.246Z PASS [ 0.035s] (3152/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
91392026-09-07T00:22:55.278Z PASS [ 0.035s] (3153/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
91402026-09-07T00:22:55.282Z PASS [ 0.039s] (3154/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
91412026-09-07T00:22:55.285Z PASS [ 0.037s] (3155/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
91422026-09-07T00:22:55.297Z PASS [ 1.813s] (3156/3389) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
91432026-09-07T00:22:55.314Z PASS [ 0.036s] (3157/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
91442026-09-07T00:22:55.318Z PASS [ 0.036s] (3158/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
91452026-09-07T00:22:55.374Z PASS [ 2.708s] (3159/3389) oximeter-producer tests::test_producer_registration_task
91462026-09-07T00:22:55.396Z PASS [ 0.078s] (3160/3389) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
91472026-09-07T00:22:55.471Z PASS [ 1.213s] (3161/3389) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
91482026-09-07T00:22:55.592Z PASS [ 0.196s] (3162/3389) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
91492026-09-07T00:22:55.610Z PASS [ 0.236s] (3163/3389) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
91502026-09-07T00:22:55.624Z PASS [ 0.311s] (3164/3389) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
91512026-09-07T00:22:55.784Z PASS [ 2.311s] (3165/3389) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
91522026-09-07T00:22:55.790Z PASS [ 1.491s] (3166/3389) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
91532026-09-07T00:22:55.799Z PASS [ 0.328s] (3167/3389) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
91542026-09-07T00:22:55.820Z PASS [ 0.037s] (3168/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
91552026-09-07T00:22:55.827Z PASS [ 0.035s] (3169/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
91562026-09-07T00:22:55.835Z PASS [ 0.037s] (3170/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
91572026-09-07T00:22:55.856Z PASS [ 0.036s] (3171/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
91582026-09-07T00:22:55.860Z PASS [ 0.562s] (3172/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
91592026-09-07T00:22:55.864Z PASS [ 0.038s] (3173/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
91602026-09-07T00:22:55.872Z PASS [ 0.036s] (3174/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
91612026-09-07T00:22:55.891Z PASS [ 0.035s] (3175/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
91622026-09-07T00:22:55.895Z PASS [ 0.035s] (3176/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
91632026-09-07T00:22:55.899Z PASS [ 0.035s] (3177/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
91642026-09-07T00:22:55.905Z PASS [ 0.314s] (3178/3389) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
91652026-09-07T00:22:55.919Z PASS [ 1.607s] (3179/3389) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
91662026-09-07T00:22:55.932Z PASS [ 0.037s] (3180/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
91672026-09-07T00:22:55.937Z PASS [ 0.038s] (3181/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
91682026-09-07T00:22:55.943Z PASS [ 0.037s] (3182/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
91692026-09-07T00:22:55.956Z PASS [ 0.037s] (3183/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
91702026-09-07T00:22:55.969Z PASS [ 0.037s] (3184/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
91712026-09-07T00:22:55.974Z PASS [ 0.037s] (3185/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
91722026-09-07T00:22:55.982Z PASS [ 0.038s] (3186/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
91732026-09-07T00:22:55.990Z PASS [ 0.034s] (3187/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
91742026-09-07T00:22:56.005Z PASS [ 0.035s] (3188/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
91752026-09-07T00:22:56.009Z PASS [ 0.034s] (3189/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
91762026-09-07T00:22:56.017Z PASS [ 0.036s] (3190/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
91772026-09-07T00:22:56.025Z PASS [ 0.034s] (3191/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
91782026-09-07T00:22:56.041Z PASS [ 0.036s] (3192/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
91792026-09-07T00:22:56.045Z PASS [ 0.037s] (3193/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
91802026-09-07T00:22:56.053Z PASS [ 0.036s] (3194/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
91812026-09-07T00:22:56.068Z PASS [ 1.754s] (3195/3389) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
91822026-09-07T00:22:56.083Z PASS [ 0.037s] (3196/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
91832026-09-07T00:22:56.089Z PASS [ 0.036s] (3197/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
91842026-09-07T00:22:56.108Z PASS [ 0.040s] (3198/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
91852026-09-07T00:22:56.119Z PASS [ 0.036s] (3199/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
91862026-09-07T00:22:56.130Z PASS [ 0.041s] (3200/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
91872026-09-07T00:22:56.149Z PASS [ 0.040s] (3201/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
91882026-09-07T00:22:56.161Z PASS [ 0.042s] (3202/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
91892026-09-07T00:22:56.172Z PASS [ 0.042s] (3203/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
91902026-09-07T00:22:56.186Z PASS [ 0.037s] (3204/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
91912026-09-07T00:22:56.201Z PASS [ 0.039s] (3205/3389) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
91922026-09-07T00:22:56.205Z PASS [ 0.029s] (3206/3389) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
91932026-09-07T00:22:56.215Z PASS [ 0.324s] (3207/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
91942026-09-07T00:22:56.219Z PASS [ 0.015s] (3208/3389) sled-agent-types zone_bundle::tests::test_compare_bundles
91952026-09-07T00:22:56.234Z PASS [ 0.019s] (3209/3389) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
91962026-09-07T00:22:56.242Z PASS [ 0.025s] (3210/3389) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
91972026-09-07T00:22:56.262Z PASS [ 0.028s] (3211/3389) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
91982026-09-07T00:22:56.266Z PASS [ 0.021s] (3212/3389) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
91992026-09-07T00:22:56.282Z PASS [ 0.020s] (3213/3389) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
92002026-09-07T00:22:56.286Z PASS [ 0.019s] (3214/3389) sled-agent-types-versions impls::inventory::tests::test_zone_snat_config_as_ip_types
92012026-09-07T00:22:56.301Z PASS [ 0.017s] (3215/3389) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
92022026-09-07T00:22:56.305Z PASS [ 0.020s] (3216/3389) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
92032026-09-07T00:22:56.314Z PASS [ 0.014s] (3217/3389) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
92042026-09-07T00:22:56.323Z PASS [ 0.021s] (3218/3389) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
92052026-09-07T00:22:56.329Z PASS [ 0.015s] (3219/3389) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
92062026-09-07T00:22:56.339Z PASS [ 0.015s] (3220/3389) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
92072026-09-07T00:22:56.360Z PASS [ 0.020s] (3221/3389) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
92082026-09-07T00:22:56.364Z PASS [ 0.323s] (3222/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
92092026-09-07T00:22:56.376Z PASS [ 0.017s] (3223/3389) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
92102026-09-07T00:22:56.466Z PASS [ 0.136s] (3224/3389) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
92112026-09-07T00:22:56.718Z PASS [ 2.416s] (3225/3389) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
92122026-09-07T00:22:57.332Z PASS [ 0.969s] (3226/3389) sled-diagnostics logs::illumos_tests::collect_current_logs
92132026-09-07T00:22:57.363Z PASS [ 0.031s] (3227/3389) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
92142026-09-07T00:22:57.389Z PASS [ 0.026s] (3228/3389) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
92152026-09-07T00:22:57.429Z PASS [ 0.038s] (3229/3389) sled-diagnostics queries::test::test_command_stderr_is_correct
92162026-09-07T00:22:57.462Z PASS [ 0.034s] (3230/3389) sled-diagnostics queries::test::test_command_stdout_is_correct
92172026-09-07T00:22:57.502Z PASS [ 0.040s] (3231/3389) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
92182026-09-07T00:22:57.507Z PASS [ 1.041s] (3232/3389) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
92192026-09-07T00:22:57.531Z PASS [ 0.024s] (3233/3389) sled-hardware disk::test::test_disk_paths
92202026-09-07T00:22:57.557Z PASS [ 0.026s] (3234/3389) sled-hardware disk::test::test_partition_device_paths
92212026-09-07T00:22:57.568Z PASS [ 15.377s] (3235/3389) omicron-passwords test::test_smoke
92222026-09-07T00:22:57.586Z PASS [ 0.029s] (3236/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
92232026-09-07T00:22:57.598Z PASS [ 0.029s] (3237/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
92242026-09-07T00:22:57.613Z PASS [ 0.027s] (3238/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
92252026-09-07T00:22:57.627Z PASS [ 0.029s] (3239/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
92262026-09-07T00:22:57.643Z PASS [ 0.030s] (3240/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
92272026-09-07T00:22:57.653Z PASS [ 2.467s] (3241/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
92282026-09-07T00:22:57.657Z PASS [ 0.029s] (3242/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
92292026-09-07T00:22:57.669Z PASS [ 0.026s] (3243/3389) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
92302026-09-07T00:22:57.681Z PASS [ 0.028s] (3244/3389) sled-hardware illumos::tests::parse_smbios_invalid
92312026-09-07T00:22:57.685Z PASS [ 0.029s] (3245/3389) sled-hardware illumos::tests::parse_smbios_valid
92322026-09-07T00:22:57.691Z PASS [ 0.022s] (3246/3389) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
92332026-09-07T00:22:57.699Z PASS [ 0.018s] (3247/3389) sled-storage dataset::test::serialize_dataset_name
92342026-09-07T00:22:57.720Z PASS [ 4.233s] (3248/3389) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
92352026-09-07T00:22:57.765Z PASS [ 2.573s] (3249/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
92362026-09-07T00:22:57.833Z PASS [ 0.068s] (3250/3389) trust-quorum proxy::tests::proxy_roundtrip_disconnected
92372026-09-07T00:22:57.837Z PASS [ 0.113s] (3251/3389) trust-quorum proxy::tests::proxy_roundtrip_concurrent
92382026-09-07T00:22:57.863Z PASS [ 1.486s] (3252/3389) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
92392026-09-07T00:22:57.869Z PASS [ 0.178s] (3253/3389) support-bundle-collection zip::test::test_bundle_to_writer
92402026-09-07T00:22:57.873Z PASS [ 0.185s] (3254/3389) support-bundle-collection zip::test::test_bundle_to_stream
92412026-09-07T00:22:57.873Z PASS [ 0.171s] (3255/3389) support-bundle-collection zip::test::test_bundle_to_zipfile
92422026-09-07T00:22:57.877Z PASS [ 0.043s] (3256/3389) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
92432026-09-07T00:22:58.034Z PASS [ 0.530s] (3257/3389) sled-diagnostics queries::test::test_long_running_command_is_aborted
92442026-09-07T00:22:58.210Z PASS [ 1.493s] (3258/3389) sled-diagnostics logs::illumos_tests::log_snapshots_work
92452026-09-07T00:22:58.235Z PASS [ 3.041s] (3259/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
92462026-09-07T00:22:58.806Z PASS [ 0.571s] (3260/3389) trust-quorum-protocol crypto::tests::rack_secret_test
92472026-09-07T00:22:58.826Z PASS [ 4.833s] (3261/3389) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
92482026-09-07T00:22:58.833Z PASS [ 0.026s] (3262/3389) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
92492026-09-07T00:22:58.851Z PASS [ 0.982s] (3263/3389) trust-quorum task::tests::tq_initial_config
92502026-09-07T00:22:58.858Z PASS [ 0.982s] (3264/3389) trust-quorum task::tests::tq_initial_config_prepare_and_commit
92512026-09-07T00:22:58.858Z PASS [ 0.027s] (3265/3389) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
92522026-09-07T00:22:58.890Z PASS [ 0.039s] (3266/3389) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
92532026-09-07T00:22:58.946Z PASS [ 18.345s] (3267/3389) omicron-omdb::test_all_output test_omdb_env_settings
92542026-09-07T00:22:58.970Z PASS [ 0.022s] (3268/3389) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
92552026-09-07T00:22:58.979Z PASS [ 0.127s] (3269/3389) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
92562026-09-07T00:22:58.979Z PASS [ 0.126s] (3270/3389) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
92572026-09-07T00:22:58.994Z PASS [ 0.023s] (3271/3389) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
92582026-09-07T00:22:59.002Z PASS [ 0.018s] (3272/3389) wicket state::inventory::tests::component_id_display
92592026-09-07T00:22:59.007Z PASS [ 0.021s] (3273/3389) wicket state::rack::tests::prev_next_are_opposites
92602026-09-07T00:22:59.011Z PASS [ 0.175s] (3274/3389) trust-quorum-protocol node::tests::initial_configuration
92612026-09-07T00:22:59.012Z PASS [ 0.018s] (3275/3389) wicket state::rack::tests::up_down_are_opposites
92622026-09-07T00:22:59.017Z PASS [ 0.016s] (3276/3389) wicket-common rack_update::tests::test_rollup_update_state
92632026-09-07T00:22:59.059Z PASS [ 0.042s] (3277/3389) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
92642026-09-07T00:22:59.063Z PASS [ 0.049s] (3278/3389) wicketd commission::conversions::tests::caboose_projects_every_field
92652026-09-07T00:22:59.067Z PASS [ 0.067s] (3279/3389) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
92662026-09-07T00:22:59.071Z PASS [ 0.062s] (3280/3389) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
92672026-09-07T00:22:59.084Z PASS [ 0.025s] (3281/3389) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
92682026-09-07T00:22:59.089Z PASS [ 0.029s] (3282/3389) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
92692026-09-07T00:22:59.089Z PASS [ 0.024s] (3283/3389) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
92702026-09-07T00:22:59.094Z PASS [ 0.022s] (3284/3389) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
92712026-09-07T00:22:59.109Z PASS [ 0.025s] (3285/3389) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
92722026-09-07T00:22:59.116Z PASS [ 0.027s] (3286/3389) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
92732026-09-07T00:22:59.120Z PASS [ 0.025s] (3287/3389) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
92742026-09-07T00:22:59.125Z PASS [ 0.034s] (3288/3389) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
92752026-09-07T00:22:59.134Z PASS [ 0.025s] (3289/3389) wicketd commission::conversions::tests::rss_step_projects_one_based_index
92762026-09-07T00:22:59.141Z PASS [ 0.025s] (3290/3389) wicketd commission::conversions::tests::slot_caboose_projects_all_states
92772026-09-07T00:22:59.145Z PASS [ 0.027s] (3291/3389) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
92782026-09-07T00:22:59.149Z PASS [ 0.026s] (3292/3389) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
92792026-09-07T00:22:59.160Z PASS [ 0.025s] (3293/3389) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
92802026-09-07T00:22:59.166Z PASS [ 0.025s] (3294/3389) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
92812026-09-07T00:22:59.171Z PASS [ 0.027s] (3295/3389) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
92822026-09-07T00:22:59.175Z PASS [ 0.026s] (3296/3389) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
92832026-09-07T00:22:59.185Z PASS [ 0.025s] (3297/3389) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
92842026-09-07T00:22:59.190Z PASS [ 0.024s] (3298/3389) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
92852026-09-07T00:22:59.196Z PASS [ 0.025s] (3299/3389) wicketd commission::conversions::tests::transceiver_monitors_projects_power
92862026-09-07T00:22:59.202Z PASS [ 1.339s] (3300/3389) trust-quorum task::tests::test_network_config
92872026-09-07T00:22:59.202Z PASS [ 0.027s] (3301/3389) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
92882026-09-07T00:22:59.212Z PASS [ 0.027s] (3302/3389) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
92892026-09-07T00:22:59.215Z PASS [ 1.338s] (3303/3389) trust-quorum task::tests::tq_proxy
92902026-09-07T00:22:59.216Z PASS [ 1.005s] (3304/3389) trust-quorum task::tests::tq_upgrade_from_lrtq
92912026-09-07T00:22:59.220Z PASS [ 0.029s] (3305/3389) wicketd commission::conversions::tests::transceiver_power_projects_modes
92922026-09-07T00:22:59.223Z PASS [ 0.027s] (3306/3389) wicketd commission::conversions::tests::transceiver_status_projects_flags
92932026-09-07T00:22:59.232Z PASS [ 0.030s] (3307/3389) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
92942026-09-07T00:22:59.237Z PASS [ 0.033s] (3308/3389) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
92952026-09-07T00:22:59.238Z PASS [ 0.025s] (3309/3389) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
92962026-09-07T00:22:59.242Z PASS [ 0.028s] (3310/3389) wicketd commission::progress::tests::counter_projects_to_step_progress
92972026-09-07T00:22:59.247Z PASS [ 0.032s] (3311/3389) wicketd commission::progress::tests::empty_report_projects_waiting
92982026-09-07T00:22:59.248Z PASS [ 0.029s] (3312/3389) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
92992026-09-07T00:22:59.251Z PASS [ 0.027s] (3313/3389) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
93002026-09-07T00:22:59.264Z PASS [ 0.031s] (3314/3389) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
93012026-09-07T00:22:59.268Z PASS [ 0.032s] (3315/3389) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
93022026-09-07T00:22:59.280Z PASS [ 1.446s] (3316/3389) trust-quorum task::tests::full_mesh_connectivity
93032026-09-07T00:22:59.284Z PASS [ 0.045s] (3317/3389) wicketd installinator_progress::tests::test_states
93042026-09-07T00:22:59.295Z PASS [ 0.027s] (3318/3389) wicketd mgs::tests::rot_communication_failure_projects_to_none
93052026-09-07T00:22:59.306Z PASS [ 3.281s] (3319/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
93062026-09-07T00:22:59.326Z PASS [ 0.030s] (3320/3389) wicketd mgs::tests::stage0_fetch_projection_table
93072026-09-07T00:22:59.336Z PASS [ 0.031s] (3321/3389) wicketd mgs::tests::sub_fetch_error_projects_to_none
93082026-09-07T00:22:59.341Z PASS [ 0.097s] (3322/3389) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
93092026-09-07T00:22:59.341Z PASS [ 0.093s] (3323/3389) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
93102026-09-07T00:22:59.345Z PASS [ 0.095s] (3324/3389) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
93112026-09-07T00:22:59.349Z PASS [ 0.095s] (3325/3389) wicketd mgs::tests::ignition_update_does_not_clear_errors
93122026-09-07T00:22:59.353Z PASS [ 0.087s] (3326/3389) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
93132026-09-07T00:22:59.368Z PASS [ 0.088s] (3327/3389) wicketd mgs::tests::sp_state_fetch_error_lifecycle
93142026-09-07T00:22:59.372Z PASS [ 0.089s] (3328/3389) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
93152026-09-07T00:22:59.378Z PASS [ 0.037s] (3329/3389) wicketd rss_config::tests::test_bgp_auth_key_states
93162026-09-07T00:22:59.382Z PASS [ 0.041s] (3330/3389) wicketd rss_config::tests::rejected_update_is_all_or_nothing
93172026-09-07T00:22:59.382Z PASS [ 0.037s] (3331/3389) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
93182026-09-07T00:22:59.394Z PASS [ 0.016s] (3332/3389) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
93192026-09-07T00:22:59.409Z PASS [ 0.014s] (3333/3389) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
93202026-09-07T00:22:59.424Z PASS [ 0.015s] (3334/3389) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
93212026-09-07T00:22:59.440Z PASS [ 0.016s] (3335/3389) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
93222026-09-07T00:22:59.445Z PASS [ 0.119s] (3336/3389) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
93232026-09-07T00:22:59.457Z PASS [ 0.017s] (3337/3389) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
93242026-09-07T00:22:59.463Z PASS [ 0.018s] (3338/3389) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
93252026-09-07T00:22:59.476Z PASS [ 0.019s] (3339/3389) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
93262026-09-07T00:22:59.482Z PASS [ 0.017s] (3340/3389) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
93272026-09-07T00:22:59.485Z PASS [ 1.451s] (3341/3389) trust-quorum task::tests::tq_reconfig_with_commit_advance
93282026-09-07T00:22:59.494Z PASS [ 0.018s] (3342/3389) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
93292026-09-07T00:22:59.498Z PASS [ 0.018s] (3343/3389) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
93302026-09-07T00:22:59.502Z PASS [ 0.016s] (3344/3389) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
93312026-09-07T00:22:59.510Z PASS [ 0.016s] (3345/3389) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
93322026-09-07T00:22:59.516Z PASS [ 0.018s] (3346/3389) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
93332026-09-07T00:22:59.521Z PASS [ 0.018s] (3347/3389) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
93342026-09-07T00:22:59.527Z PASS [ 0.017s] (3348/3389) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
93352026-09-07T00:22:59.533Z PASS [ 0.016s] (3349/3389) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
93362026-09-07T00:22:59.537Z PASS [ 0.016s] (3350/3389) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
93372026-09-07T00:22:59.551Z PASS [ 0.015s] (3351/3389) wicketd-commission-types-versions impls::update::tests::new_accepts_single
93382026-09-07T00:22:59.555Z PASS [ 0.022s] (3352/3389) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
93392026-09-07T00:22:59.555Z PASS [ 0.018s] (3353/3389) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
93402026-09-07T00:22:59.572Z PASS [ 0.022s] (3354/3389) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
93412026-09-07T00:22:59.572Z PASS [ 0.021s] (3355/3389) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
93422026-09-07T00:22:59.576Z PASS [ 0.022s] (3356/3389) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
93432026-09-07T00:22:59.587Z PASS [ 0.015s] (3357/3389) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
93442026-09-07T00:22:59.591Z PASS [ 0.015s] (3358/3389) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
93452026-09-07T00:22:59.591Z PASS [ 0.018s] (3359/3389) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
93462026-09-07T00:22:59.604Z PASS [ 0.016s] (3360/3389) zone-setup::bin/zone-setup tests::test_check_opte_config
93472026-09-07T00:22:59.608Z PASS [ 0.018s] (3361/3389) zone-setup::bin/zone-setup tests::test_maybe_ipv4_addr_from_str
93482026-09-07T00:22:59.611Z PASS [ 0.020s] (3362/3389) zone-setup::bin/zone-setup tests::test_opte_interface_args_parsing
93492026-09-07T00:22:59.617Z PASS [ 1.747s] (3363/3389) trust-quorum task::tests::tq_persistent_state
93502026-09-07T00:23:00.193Z PASS [ 4.320s] (3364/3389) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
93512026-09-07T00:23:00.243Z PASS [ 0.867s] (3365/3389) wicketd::mod integration_tests::updates::test_update_races
93522026-09-07T00:23:00.247Z PASS [ 0.901s] (3366/3389) wicketd::mod integration_tests::commission::test_commission_inventory
93532026-09-07T00:23:00.271Z PASS [ 0.903s] (3367/3389) wicketd::mod integration_tests::inventory::test_inventory
93542026-09-07T00:23:00.302Z PASS [ 0.949s] (3368/3389) wicketd::mod integration_tests::commission::test_commission_start_update
93552026-09-07T00:23:00.359Z PASS [ 1.012s] (3369/3389) wicketd::mod integration_tests::commission::test_commission_rss_config
93562026-09-07T00:23:00.933Z PASS [ 1.562s] (3370/3389) wicketd::mod integration_tests::updates::test_installinator_fetch
93572026-09-07T00:23:01.672Z PASS [ 2.295s] (3371/3389) wicketd::mod integration_tests::updates::test_updates
93582026-09-07T00:23:02.075Z PASS [ 8.665s] (3372/3389) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
93592026-09-07T00:23:04.437Z PASS [ 8.812s] (3373/3389) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
93602026-09-07T00:23:04.577Z PASS [ 8.377s] (3374/3389) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
93612026-09-07T00:23:05.963Z PASS [ 10.353s] (3375/3389) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
93622026-09-07T00:23:06.402Z PASS [ 10.216s] (3376/3389) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
93632026-09-07T00:23:06.989Z PASS [ 11.706s] (3377/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
93642026-09-07T00:23:07.295Z PASS [ 14.795s] (3378/3389) oximeter-db::integration_test test_schemas_disjoint
93652026-09-07T00:23:07.362Z PASS [ 12.175s] (3379/3389) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
93662026-09-07T00:23:10.138Z PASS [ 107.540s] (3380/3389) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
93672026-09-07T00:23:10.566Z PASS [ 47.141s] (3381/3389) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
93682026-09-07T00:23:12.584Z PASS [ 42.244s] (3382/3389) omicron-nexus::test_all integration_tests::webhooks::test_probe
93692026-09-07T00:23:15.251Z PASS [ 22.757s] (3383/3389) oximeter-db::integration_test test_cluster
93702026-09-07T00:23:16.929Z PASS [ 32.102s] (3384/3389) omicron-sled-agent nexus::test::nexus_self_notification_test
93712026-09-07T00:23:17.668Z PASS [ 45.760s] (3385/3389) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
93722026-09-07T00:23:18.788Z PASS [ 30.044s] (3386/3389) oximeter-db client::tests::cannot_ping_nonexistent_server
93732026-09-07T00:23:20.751Z PASS [ 48.539s] (3387/3389) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
93742026-09-07T00:23:21.148Z PASS [ 40.536s] (3388/3389) omicron-omdb::test_all_output test_omdb_success_cases
93752026-09-07T00:23:52.690Z PASS [ 53.799s] (3389/3389) trust-quorum-protocol::cluster test_trust_quorum_protocol
93762026-09-07T00:23:52.694Z────────────
93772026-09-07T00:23:52.694Z Summary [ 929.869s] 3389 tests run: 3389 passed (44 slow), 8 skipped
93782026-09-07T00:23:52.786Z
93792026-09-07T00:23:52.790Zreal 15:45.382348577
93802026-09-07T00:23:52.790Zuser 5:25:40.913310658
93812026-09-07T00:23:52.790Zsys 1:13:36.340161148
93822026-09-07T00:23:52.790Ztrap 3:34.535381533
93832026-09-07T00:23:52.790Ztflt 7.014498901
93842026-09-07T00:23:52.791Zdflt 41.408988727
93852026-09-07T00:23:52.791Zkflt 0.738230111
93862026-09-07T00:23:52.791Zlock 2143:40:16.562804343
93872026-09-07T00:23:52.791Zslp 131:10:31.986681375
93882026-09-07T00:23:52.791Zlat 5:12:12.869598608
93892026-09-07T00:23:52.791Zstop 14:36.565663024
93902026-09-07T00:23:52.791Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
93912026-09-07T00:23:52.953Zinfo: exported run 755f0491-e885-41de-9eb6-f219f8cbffe6 to /tmp/nextest-run-archive.zip (3244494 bytes)
93922026-09-07T00:23:52.957Z
93932026-09-07T00:23:52.957Zreal 0.163033667
93942026-09-07T00:23:52.957Zuser 0.113857516
93952026-09-07T00:23:52.957Zsys 0.042770873
93962026-09-07T00:23:52.957Ztrap 0.000011578
93972026-09-07T00:23:52.957Ztflt 0.000033378
93982026-09-07T00:23:52.957Zdflt 0.000004098
93992026-09-07T00:23:52.957Zkflt 0.000000000
94002026-09-07T00:23:52.957Zlock 0.038238489
94012026-09-07T00:23:52.957Zslp 0.222158976
94022026-09-07T00:23:52.957Zlat 0.000878909
94032026-09-07T00:23:52.957Zstop 0.000359029
94042026-09-07T00:23:52.957Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
94052026-09-07T00:23:53.161Zinfo: wrote Chrome trace for run 755f0491-e885-41de-9eb6-f219f8cbffe6 to /tmp/nextest-chrome-trace.json
94062026-09-07T00:23:53.166Z
94072026-09-07T00:23:53.166Zreal 0.204021650
94082026-09-07T00:23:53.166Zuser 0.148854722
94092026-09-07T00:23:53.166Zsys 0.048854392
94102026-09-07T00:23:53.170Ztrap 0.000028978
94112026-09-07T00:23:53.172Ztflt 0.000011609
94122026-09-07T00:23:53.172Zdflt 0.000139248
94132026-09-07T00:23:53.172Zkflt 0.000000000
94142026-09-07T00:23:53.172Zlock 0.035866133
94152026-09-07T00:23:53.172Zslp 0.219038587
94162026-09-07T00:23:53.172Zlat 0.001049929
94172026-09-07T00:23:53.172Zstop 0.000346829
94182026-09-07T00:23:53.172Z+ [[ 0 -ne 0 ]]
94192026-09-07T00:23:53.172Z+ banner doctest
94202026-09-07T00:23:53.172Z
94212026-09-07T00:23:53.172Z ##### #### #### ##### ###### #### #####
94222026-09-07T00:23:53.172Z # # # # # # # # # #
94232026-09-07T00:23:53.172Z # # # # # # ##### #### #
94242026-09-07T00:23:53.172Z # # # # # # # # #
94252026-09-07T00:23:53.172Z # # # # # # # # # # #
94262026-09-07T00:23:53.172Z ##### #### #### # ###### #### #
94272026-09-07T00:23:53.172Z
94282026-09-07T00:23:53.172Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
94292026-09-07T00:23:54.394Z Fresh unicode-ident v1.0.24
94302026-09-07T00:23:54.398Z Fresh cfg-if v1.0.4
94312026-09-07T00:23:54.398Z Fresh memchr v2.8.0
94322026-09-07T00:23:54.398Z Fresh smallvec v1.15.1
94332026-09-07T00:23:54.398Z Fresh itoa v1.0.17
94342026-09-07T00:23:54.398Z Fresh rand_core v0.10.0
94352026-09-07T00:23:54.398Z Fresh log v0.4.33
94362026-09-07T00:23:54.398Z Fresh autocfg v1.5.0
94372026-09-07T00:23:54.398Z Fresh subtle v2.6.1
94382026-09-07T00:23:54.398Z Fresh version_check v0.9.5
94392026-09-07T00:23:54.398Z Fresh typenum v1.20.1
94402026-09-07T00:23:54.398Z Fresh scopeguard v1.2.0
94412026-09-07T00:23:54.398Z Fresh stable_deref_trait v1.2.1
94422026-09-07T00:23:54.398Z Fresh percent-encoding v2.3.2
94432026-09-07T00:23:54.398Z Fresh litemap v0.8.1
94442026-09-07T00:23:54.398Z Fresh writeable v0.6.2
94452026-09-07T00:23:54.398Z Fresh utf8_iter v1.0.4
94462026-09-07T00:23:54.398Z Fresh critical-section v1.2.0
94472026-09-07T00:23:54.398Z Fresh proc-macro2 v1.0.106
94482026-09-07T00:23:54.398Z Fresh lock_api v0.4.14
94492026-09-07T00:23:54.398Z Fresh form_urlencoded v1.2.2
94502026-09-07T00:23:54.398Z Fresh allocator-api2 v0.2.21
94512026-09-07T00:23:54.398Z Fresh pin-project-lite v0.2.17
94522026-09-07T00:23:54.398Z Fresh shlex v1.3.0
94532026-09-07T00:23:54.398Z Fresh find-msvc-tools v0.1.9
94542026-09-07T00:23:54.398Z Fresh iana-time-zone v0.1.65
94552026-09-07T00:23:54.399Z Fresh equivalent v1.0.2
94562026-09-07T00:23:54.399Z Fresh heck v0.5.0
94572026-09-07T00:23:54.399Z Fresh foldhash v0.2.0
94582026-09-07T00:23:54.399Z Fresh regex-syntax v0.8.10
94592026-09-07T00:23:54.399Z Fresh dyn-clone v1.0.20
94602026-09-07T00:23:54.400Z Fresh fnv v1.0.7
94612026-09-07T00:23:54.407Z Fresh quote v1.0.45
94622026-09-07T00:23:54.407Z Fresh serde_core v1.0.228
94632026-09-07T00:23:54.407Z Fresh libc v0.2.185
94642026-09-07T00:23:54.407Z Fresh libm v0.2.16
94652026-09-07T00:23:54.407Z Fresh zmij v1.0.21
94662026-09-07T00:23:54.407Z Fresh icu_properties_data v2.1.2
94672026-09-07T00:23:54.407Z Fresh icu_normalizer_data v2.1.1
94682026-09-07T00:23:54.407Z Fresh portable-atomic v1.13.1
94692026-09-07T00:23:54.407Z Fresh hashbrown v0.17.0
94702026-09-07T00:23:54.407Z Fresh strsim v0.11.1
94712026-09-07T00:23:54.407Z Fresh futures-core v0.3.32
94722026-09-07T00:23:54.407Z Fresh cmov v0.5.4
94732026-09-07T00:23:54.407Z Fresh aho-corasick v1.1.4
94742026-09-07T00:23:54.408Z Fresh futures-sink v0.3.32
94752026-09-07T00:23:54.408Z Fresh byteorder v1.5.0
94762026-09-07T00:23:54.408Z Fresh futures-io v0.3.32
94772026-09-07T00:23:54.408Z Fresh slab v0.4.12
94782026-09-07T00:23:54.408Z Fresh futures-task v0.3.32
94792026-09-07T00:23:54.408Z Fresh const-oid v0.9.6
94802026-09-07T00:23:54.408Z Fresh base64ct v1.8.3
94812026-09-07T00:23:54.409Z Fresh base64 v0.22.1
94822026-09-07T00:23:54.409Z Fresh ident_case v1.0.1
94832026-09-07T00:23:54.409Z Fresh syn v2.0.117
94842026-09-07T00:23:54.409Z Fresh getrandom v0.4.3
94852026-09-07T00:23:54.409Z Fresh errno v0.3.14
94862026-09-07T00:23:54.409Z Fresh num-traits v0.2.19
94872026-09-07T00:23:54.409Z Fresh serde_json v1.0.151
94882026-09-07T00:23:54.409Z Fresh bitflags v2.11.0
94892026-09-07T00:23:54.409Z Fresh semver v1.0.28
94902026-09-07T00:23:54.409Z Fresh once_cell v1.21.3
94912026-09-07T00:23:54.409Z Fresh parking_lot_core v0.9.12
94922026-09-07T00:23:54.409Z Fresh jobserver v0.1.34
94932026-09-07T00:23:54.409Z Fresh mio v1.2.0
94942026-09-07T00:23:54.409Z Fresh rustversion v1.0.22
94952026-09-07T00:23:54.409Z Fresh socket2 v0.6.3
94962026-09-07T00:23:54.409Z Fresh getrandom v0.2.17
94972026-09-07T00:23:54.409Z Fresh indexmap v2.14.0
94982026-09-07T00:23:54.409Z Fresh ctutils v0.4.2
94992026-09-07T00:23:54.409Z Fresh regex-automata v0.4.14
95002026-09-07T00:23:54.410Z Fresh futures-channel v0.3.32
95012026-09-07T00:23:54.410Z Fresh pkg-config v0.3.32
95022026-09-07T00:23:54.410Z Fresh utf8parse v0.2.2
95032026-09-07T00:23:54.410Z Fresh either v1.15.0
95042026-09-07T00:23:54.411Z Fresh anstyle v1.0.14
95052026-09-07T00:23:54.411Z Fresh num-conv v0.2.0
95062026-09-07T00:23:54.411Z Fresh time-core v0.1.8
95072026-09-07T00:23:54.411Z Fresh powerfmt v0.2.0
95082026-09-07T00:23:54.411Z Fresh const-oid v0.10.2
95092026-09-07T00:23:54.411Z Fresh cpufeatures v0.2.17
95102026-09-07T00:23:54.411Z Fresh serde_derive v1.0.228
95112026-09-07T00:23:54.411Z Fresh zeroize_derive v1.5.0
95122026-09-07T00:23:54.411Z Fresh synstructure v0.13.2
95132026-09-07T00:23:54.411Z Fresh zerovec-derive v0.11.2
95142026-09-07T00:23:54.411Z Fresh displaydoc v0.2.5
95152026-09-07T00:23:54.411Z Fresh zerocopy-derive v0.8.55
95162026-09-07T00:23:54.411Z Fresh parking_lot v0.12.5
95172026-09-07T00:23:54.411Z Fresh thiserror-impl v2.0.18
95182026-09-07T00:23:54.411Z Fresh signal-hook-registry v1.4.8
95192026-09-07T00:23:54.411Z Fresh cc v1.2.56
95202026-09-07T00:23:54.411Z Fresh uuid v1.23.4
95212026-09-07T00:23:54.411Z Fresh tokio-macros v2.7.0
95222026-09-07T00:23:54.411Z Fresh serde_derive_internals v0.29.1
95232026-09-07T00:23:54.411Z Fresh rustix v1.1.4
95242026-09-07T00:23:54.411Z Fresh rand_core v0.6.4
95252026-09-07T00:23:54.411Z Fresh getrandom v0.3.4
95262026-09-07T00:23:54.412Z Fresh futures-macro v0.3.32
95272026-09-07T00:23:54.412Z Fresh thiserror-impl v1.0.69
95282026-09-07T00:23:54.412Z Fresh syn v1.0.109
95292026-09-07T00:23:54.412Z Fresh regex v1.12.3
95302026-09-07T00:23:54.412Z Fresh anyhow v1.0.104
95312026-09-07T00:23:54.416Z Fresh tracing-attributes v0.1.31
95322026-09-07T00:23:54.416Z Fresh tracing-core v0.1.36
95332026-09-07T00:23:54.416Z Fresh deranged v0.5.8
95342026-09-07T00:23:54.416Z Fresh time-macros v0.2.27
95352026-09-07T00:23:54.416Z Fresh colorchoice v1.0.4
95362026-09-07T00:23:54.418Z Fresh num_threads v0.1.7
95372026-09-07T00:23:54.418Z Fresh anstyle-query v1.1.5
95382026-09-07T00:23:54.418Z Fresh is_terminal_polyfill v1.70.2
95392026-09-07T00:23:54.418Z Fresh anstyle-parse v1.0.0
95402026-09-07T00:23:54.418Z Fresh serde v1.0.228
95412026-09-07T00:23:54.418Z Fresh zerofrom-derive v0.1.6
95422026-09-07T00:23:54.418Z Fresh yoke-derive v0.8.1
95432026-09-07T00:23:54.418Z Fresh zerocopy v0.8.55
95442026-09-07T00:23:54.418Z Fresh thiserror v2.0.18
95452026-09-07T00:23:54.418Z Fresh schemars_derive v0.8.22
95462026-09-07T00:23:54.418Z Fresh futures-util v0.3.32
95472026-09-07T00:23:54.418Z Fresh thiserror v1.0.69
95482026-09-07T00:23:54.418Z Fresh rand_core v0.9.5
95492026-09-07T00:23:54.418Z Fresh tracing v0.1.44
95502026-09-07T00:23:54.418Z Fresh terminal_size v0.4.3
95512026-09-07T00:23:54.418Z Fresh time v0.3.47
95522026-09-07T00:23:54.418Z Fresh fastrand v2.3.0
95532026-09-07T00:23:54.420Z Fresh anstream v1.0.0
95542026-09-07T00:23:54.420Z Fresh cpufeatures v0.3.0
95552026-09-07T00:23:54.420Z Fresh cmake v0.1.57
95562026-09-07T00:23:54.420Z Fresh rustc_version v0.4.1
95572026-09-07T00:23:54.420Z Fresh fs_extra v1.3.0
95582026-09-07T00:23:54.420Z Fresh dunce v1.0.5
95592026-09-07T00:23:54.420Z Fresh clap_lex v1.0.0
95602026-09-07T00:23:54.420Z Fresh clap_derive v4.6.1
95612026-09-07T00:23:54.420Z Fresh pem-rfc7468 v0.7.0
95622026-09-07T00:23:54.422Z Fresh der_derive v0.7.3
95632026-09-07T00:23:54.422Z Fresh spin v0.9.8
95642026-09-07T00:23:54.422Z Fresh simd-adler32 v0.3.8
95652026-09-07T00:23:54.422Z Fresh flagset v0.4.7
95662026-09-07T00:23:54.422Z Fresh adler2 v2.0.1
95672026-09-07T00:23:54.422Z Fresh zeroize v1.9.0
95682026-09-07T00:23:54.422Z Fresh bytes v1.11.1
95692026-09-07T00:23:54.422Z Fresh zerofrom v0.1.6
95702026-09-07T00:23:54.422Z Fresh chrono v0.4.45
95712026-09-07T00:23:54.422Z Fresh ppv-lite86 v0.2.21
95722026-09-07T00:23:54.422Z Fresh erased-serde v0.3.31
95732026-09-07T00:23:54.422Z Fresh ipnet v2.12.0
95742026-09-07T00:23:54.422Z Fresh serde_tokenstream v0.2.3
95752026-09-07T00:23:54.422Z Fresh crossbeam-utils v0.8.21
95762026-09-07T00:23:54.422Z Fresh tempfile v3.27.0
95772026-09-07T00:23:54.422Z Fresh clap_builder v4.6.0
95782026-09-07T00:23:54.422Z Fresh hex v0.4.3
95792026-09-07T00:23:54.422Z Fresh untrusted v0.7.1
95802026-09-07T00:23:54.422Z Fresh miniz_oxide v0.8.9
95812026-09-07T00:23:54.422Z Fresh unicode-segmentation v1.12.0
95822026-09-07T00:23:54.422Z Fresh unicode-width v0.2.0
95832026-09-07T00:23:54.422Z Fresh atomic-waker v1.1.2
95842026-09-07T00:23:54.422Z Fresh ryu v1.0.23
95852026-09-07T00:23:54.422Z Fresh try-lock v0.2.5
95862026-09-07T00:23:54.422Z Fresh ucd-trie v0.1.7
95872026-09-07T00:23:54.422Z Fresh httpdate v1.0.3
95882026-09-07T00:23:54.422Z Fresh async-trait v0.1.89
95892026-09-07T00:23:54.422Z Fresh untrusted v0.9.0
95902026-09-07T00:23:54.422Z Fresh tower-layer v0.3.3
95912026-09-07T00:23:54.422Z Fresh pretty-hex v0.4.1
95922026-09-07T00:23:54.422Z Fresh tower-service v0.3.3
95932026-09-07T00:23:54.422Z Fresh plain v0.2.3
95942026-09-07T00:23:54.422Z Fresh is-terminal v0.4.17
95952026-09-07T00:23:54.422Z Fresh yoke v0.8.1
95962026-09-07T00:23:54.422Z Fresh tokio v1.52.1
95972026-09-07T00:23:54.422Z Fresh generic-array v0.14.7
95982026-09-07T00:23:54.422Z Fresh hybrid-array v0.4.13
95992026-09-07T00:23:54.422Z Fresh http v1.4.2
96002026-09-07T00:23:54.423Z Fresh slog v2.8.2
96012026-09-07T00:23:54.423Z Fresh rand_chacha v0.9.0
96022026-09-07T00:23:54.423Z Fresh camino v1.2.5
96032026-09-07T00:23:54.423Z Fresh httparse v1.10.1
96042026-09-07T00:23:54.423Z Fresh clap v4.6.1
96052026-09-07T00:23:54.423Z Fresh der v0.7.10
96062026-09-07T00:23:54.423Z Fresh rustls-pki-types v1.14.0
96072026-09-07T00:23:54.423Z Fresh rand_chacha v0.3.1
96082026-09-07T00:23:54.423Z Fresh pest v2.8.6
96092026-09-07T00:23:54.423Z Fresh want v0.3.1
96102026-09-07T00:23:54.423Z Fresh socket2 v0.5.10
96112026-09-07T00:23:54.423Z Fresh mime v0.3.17
96122026-09-07T00:23:54.423Z Fresh openssl-probe v0.2.1
96132026-09-07T00:23:54.423Z Fresh serde_urlencoded v0.7.1
96142026-09-07T00:23:54.424Z Fresh futures-executor v0.3.32
96152026-09-07T00:23:54.424Z Fresh hashbrown v0.16.1
96162026-09-07T00:23:54.424Z Fresh encoding_rs v0.8.35
96172026-09-07T00:23:54.424Z Fresh bit-vec v0.8.0
96182026-09-07T00:23:54.424Z Fresh vcpkg v0.2.15
96192026-09-07T00:23:54.424Z Fresh static_assertions v1.1.0
96202026-09-07T00:23:54.424Z Fresh lazy_static v1.5.0
96212026-09-07T00:23:54.424Z Fresh darling_core v0.23.0
96222026-09-07T00:23:54.424Z Fresh wait-timeout v0.2.1
96232026-09-07T00:23:54.424Z Fresh zerovec v0.11.5
96242026-09-07T00:23:54.424Z Fresh zerotrie v0.2.3
96252026-09-07T00:23:54.424Z Fresh crypto-common v0.1.7
96262026-09-07T00:23:54.424Z Fresh crypto-common v0.2.2
96272026-09-07T00:23:54.424Z Fresh block-buffer v0.10.4
96282026-09-07T00:23:54.424Z Fresh block-buffer v0.12.1
96292026-09-07T00:23:54.424Z Fresh rand v0.9.2
96302026-09-07T00:23:54.424Z Fresh tokio-util v0.7.18
96312026-09-07T00:23:54.428Z Fresh aws-lc-sys v0.40.0
96322026-09-07T00:23:54.428Z Fresh http-body v1.0.1
96332026-09-07T00:23:54.428Z Fresh block-padding v0.4.2
96342026-09-07T00:23:54.428Z Fresh rand v0.8.6
96352026-09-07T00:23:54.428Z Fresh pest_meta v2.8.6
96362026-09-07T00:23:54.428Z Fresh spki v0.7.3
96372026-09-07T00:23:54.428Z Fresh bit-set v0.8.0
96382026-09-07T00:23:54.428Z Fresh futures v0.3.32
96392026-09-07T00:23:54.428Z Fresh darling_macro v0.23.0
96402026-09-07T00:23:54.429Z Fresh sync_wrapper v1.0.2
96412026-09-07T00:23:54.429Z Fresh quick-error v1.2.3
96422026-09-07T00:23:54.429Z Fresh openapiv3 v2.2.0
96432026-09-07T00:23:54.429Z Fresh rand_xorshift v0.4.0
96442026-09-07T00:23:54.429Z Fresh num-integer v0.1.46
96452026-09-07T00:23:54.429Z Fresh unarray v0.1.4
96462026-09-07T00:23:54.430Z Fresh iri-string v0.7.10
96472026-09-07T00:23:54.430Z Fresh hubpack_derive v0.1.1
96482026-09-07T00:23:54.430Z Fresh winnow v1.0.3
96492026-09-07T00:23:54.430Z Fresh tinystr v0.8.2
96502026-09-07T00:23:54.430Z Fresh potential_utf v0.1.4
96512026-09-07T00:23:54.430Z Fresh digest v0.10.7
96522026-09-07T00:23:54.430Z Fresh digest v0.11.3
96532026-09-07T00:23:54.430Z Fresh aws-lc-rs v1.16.3
96542026-09-07T00:23:54.430Z Fresh h2 v0.4.15
96552026-09-07T00:23:54.430Z Fresh inout v0.2.2
96562026-09-07T00:23:54.430Z Fresh pest_generator v2.8.6
96572026-09-07T00:23:54.430Z Fresh pkcs8 v0.10.2
96582026-09-07T00:23:54.430Z Fresh http-body-util v0.1.3
96592026-09-07T00:23:54.430Z Fresh paste v1.0.15
96602026-09-07T00:23:54.430Z Fresh object v0.37.3
96612026-09-07T00:23:54.430Z Fresh rusty-fork v0.3.1
96622026-09-07T00:23:54.430Z Fresh tower v0.5.3
96632026-09-07T00:23:54.430Z Fresh darling v0.23.0
96642026-09-07T00:23:54.430Z Fresh crc32fast v1.5.0
96652026-09-07T00:23:54.430Z Fresh tinyvec_macros v0.1.1
96662026-09-07T00:23:54.431Z Fresh litrs v1.0.0
96672026-09-07T00:23:54.431Z Fresh hubpack v0.1.2
96682026-09-07T00:23:54.431Z Fresh toml_parser v1.1.2+spec-1.1.0
96692026-09-07T00:23:54.431Z Fresh rustls-native-certs v0.8.3
96702026-09-07T00:23:54.431Z Fresh crossbeam-channel v0.5.15
96712026-09-07T00:23:54.431Z Fresh scroll_derive v0.13.1
96722026-09-07T00:23:54.431Z Fresh unicode-width v0.1.14
96732026-09-07T00:23:54.431Z Fresh psl-types v2.0.11
96742026-09-07T00:23:54.431Z Fresh syn v3.0.3
96752026-09-07T00:23:54.431Z Fresh zlib-rs v0.6.2
96762026-09-07T00:23:54.431Z Fresh data-encoding v2.10.0
96772026-09-07T00:23:54.431Z Fresh thread_local v1.1.9
96782026-09-07T00:23:54.431Z Fresh icu_locale_core v2.1.1
96792026-09-07T00:23:54.431Z Fresh icu_collections v2.1.1
96802026-09-07T00:23:54.431Z Fresh rustls-webpki v0.103.13
96812026-09-07T00:23:54.431Z Fresh hyper v1.10.1
96822026-09-07T00:23:54.432Z Fresh pest_derive v2.8.6
96832026-09-07T00:23:54.432Z Fresh cipher v0.5.2
96842026-09-07T00:23:54.432Z Fresh sha2 v0.10.9
96852026-09-07T00:23:54.432Z Fresh signature v2.2.0
96862026-09-07T00:23:54.432Z Fresh tower-http v0.6.8
96872026-09-07T00:23:54.432Z Fresh ahash v0.8.12
96882026-09-07T00:23:54.432Z Fresh proptest v1.11.0
96892026-09-07T00:23:54.432Z Fresh hmac v0.12.1
96902026-09-07T00:23:54.432Z Fresh tinyvec v1.11.0
96912026-09-07T00:23:54.432Z Fresh document-features v0.2.12
96922026-09-07T00:23:54.432Z Fresh cookie v0.18.1
96932026-09-07T00:23:54.432Z Fresh scroll v0.13.0
96942026-09-07T00:23:54.433Z Fresh flate2 v1.1.9
96952026-09-07T00:23:54.433Z Fresh sha1 v0.10.6
96962026-09-07T00:23:54.433Z Fresh num-iter v0.1.45
96972026-09-07T00:23:54.433Z Fresh heck v0.4.1
96982026-09-07T00:23:54.433Z Fresh serde_spanned v0.6.9
96992026-09-07T00:23:54.433Z Fresh toml_datetime v0.6.11
97002026-09-07T00:23:54.433Z Fresh ff v0.13.1
97012026-09-07T00:23:54.433Z Fresh darling_core v0.20.11
97022026-09-07T00:23:54.433Z Fresh curve25519-dalek-derive v0.1.1
97032026-09-07T00:23:54.433Z Fresh thread-id v5.1.0
97042026-09-07T00:23:54.433Z Fresh memmap2 v0.9.10
97052026-09-07T00:23:54.433Z Fresh take_mut v0.2.2
97062026-09-07T00:23:54.433Z Fresh term v1.2.1
97072026-09-07T00:23:54.433Z Fresh icu_provider v2.1.1
97082026-09-07T00:23:54.433Z Fresh rustls v0.23.41
97092026-09-07T00:23:54.433Z Fresh hyper-util v0.1.20
97102026-09-07T00:23:54.433Z Fresh goblin v0.10.5
97112026-09-07T00:23:54.433Z Fresh dtrace-parser v0.3.0
97122026-09-07T00:23:54.433Z Fresh base16ct v0.2.0
97132026-09-07T00:23:54.433Z Fresh slog-term v2.9.2
97142026-09-07T00:23:54.433Z Fresh group v0.13.0
97152026-09-07T00:23:54.433Z Fresh hkdf v0.12.4
97162026-09-07T00:23:54.433Z Fresh darling_macro v0.20.11
97172026-09-07T00:23:54.433Z Fresh daft-derive v0.1.8
97182026-09-07T00:23:54.434Z Fresh x509-cert v0.2.5
97192026-09-07T00:23:54.434Z Fresh crypto-bigint v0.5.5
97202026-09-07T00:23:54.434Z Fresh strum_macros v0.26.4
97212026-09-07T00:23:54.434Z Fresh winnow v0.7.14
97222026-09-07T00:23:54.434Z Fresh gimli v0.32.3
97232026-09-07T00:23:54.434Z Fresh pkcs1 v0.7.5
97242026-09-07T00:23:54.434Z Fresh crossbeam-epoch v0.9.18
97252026-09-07T00:23:54.434Z Fresh scroll_derive v0.12.1
97262026-09-07T00:23:54.434Z Fresh unicode-linebreak v0.1.5
97272026-09-07T00:23:54.434Z Fresh rustc-demangle v0.1.27
97282026-09-07T00:23:54.434Z Fresh siphasher v1.0.2
97292026-09-07T00:23:54.434Z Fresh smawk v0.3.2
97302026-09-07T00:23:54.434Z Fresh is_ci v1.2.0
97312026-09-07T00:23:54.438Z Fresh half v2.7.1
97322026-09-07T00:23:54.438Z Fresh icu_properties v2.1.2
97332026-09-07T00:23:54.438Z Fresh icu_normalizer v2.1.1
97342026-09-07T00:23:54.438Z Fresh tokio-rustls v0.26.4
97352026-09-07T00:23:54.438Z Fresh rustls-platform-verifier v0.6.2
97362026-09-07T00:23:54.438Z Fresh dof v0.4.0
97372026-09-07T00:23:54.438Z Fresh sec1 v0.7.3
97382026-09-07T00:23:54.438Z Fresh slog-async v2.8.0
97392026-09-07T00:23:54.440Z Fresh darling v0.20.11
97402026-09-07T00:23:54.440Z Fresh addr2line v0.25.1
97412026-09-07T00:23:54.440Z Fresh num-bigint-dig v0.8.6
97422026-09-07T00:23:54.440Z Fresh strum v0.26.3
97432026-09-07T00:23:54.440Z Fresh scroll v0.12.0
97442026-09-07T00:23:54.441Z Fresh zerocopy-derive v0.7.35
97452026-09-07T00:23:54.441Z Fresh bstr v1.12.1
97462026-09-07T00:23:54.441Z Fresh cfg_aliases v0.2.1
97472026-09-07T00:23:54.441Z Fresh base64 v0.21.7
97482026-09-07T00:23:54.441Z Fresh winnow v0.5.40
97492026-09-07T00:23:54.441Z Fresh ciborium-io v0.2.2
97502026-09-07T00:23:54.441Z Fresh rfc6979 v0.4.0
97512026-09-07T00:23:54.441Z Fresh keccak v0.1.6
97522026-09-07T00:23:54.441Z Fresh hashbrown v0.14.5
97532026-09-07T00:23:54.441Z Fresh dtrace-parser v0.2.0
97542026-09-07T00:23:54.441Z Fresh thread-id v4.2.2
97552026-09-07T00:23:54.441Z Fresh crossbeam-deque v0.8.6
97562026-09-07T00:23:54.441Z Fresh ed25519 v2.2.3
97572026-09-07T00:23:54.441Z Fresh idna_adapter v1.2.1
97582026-09-07T00:23:54.441Z Fresh hyper-rustls v0.27.7
97592026-09-07T00:23:54.441Z Fresh usdt-impl v0.6.0
97602026-09-07T00:23:54.441Z Fresh elliptic-curve v0.13.8
97612026-09-07T00:23:54.441Z Fresh rsa v0.9.10
97622026-09-07T00:23:54.441Z Fresh backtrace v0.3.76
97632026-09-07T00:23:54.441Z Fresh derive_builder_core v0.20.2
97642026-09-07T00:23:54.441Z Fresh memoffset v0.9.1
97652026-09-07T00:23:54.441Z Fresh rustix v0.38.44
97662026-09-07T00:23:54.441Z Fresh zerocopy v0.7.35
97672026-09-07T00:23:54.441Z Fresh toml_edit v0.19.15
97682026-09-07T00:23:54.441Z Fresh ciborium-ll v0.2.2
97692026-09-07T00:23:54.441Z Fresh goblin v0.8.2
97702026-09-07T00:23:54.442Z Fresh sha3 v0.10.8
97712026-09-07T00:23:54.442Z Fresh curve25519-dalek v4.1.3
97722026-09-07T00:23:54.442Z Fresh chumsky v0.9.3
97732026-09-07T00:23:54.442Z Fresh serde_with_macros v3.21.0
97742026-09-07T00:23:54.442Z Fresh itertools v0.13.0
97752026-09-07T00:23:54.442Z Fresh cargo-platform v0.3.2
97762026-09-07T00:23:54.442Z Fresh env_filter v2.0.0
97772026-09-07T00:23:54.442Z Fresh tap v1.0.1
97782026-09-07T00:23:54.442Z Fresh same-file v1.0.6
97792026-09-07T00:23:54.442Z Fresh unicode-normalization v0.1.25
97802026-09-07T00:23:54.442Z Fresh zerocopy-derive v0.6.6
97812026-09-07T00:23:54.442Z Fresh structmeta-derive v0.3.0
97822026-09-07T00:23:54.442Z Fresh idna v1.1.0
97832026-09-07T00:23:54.442Z Fresh usdt-macro v0.6.0
97842026-09-07T00:23:54.442Z Fresh usdt-attr-macro v0.6.0
97852026-09-07T00:23:54.442Z Fresh derive_builder_macro v0.20.2
97862026-09-07T00:23:54.442Z Fresh backtrace-ext v0.2.1
97872026-09-07T00:23:54.442Z Fresh primeorder v0.13.6
97882026-09-07T00:23:54.442Z Fresh ecdsa v0.16.9
97892026-09-07T00:23:54.442Z Fresh dof v0.3.0
97902026-09-07T00:23:54.442Z Fresh ciborium v0.2.2
97912026-09-07T00:23:54.442Z Fresh wyz v0.5.1
97922026-09-07T00:23:54.443Z Fresh ed25519-dalek v2.2.0
97932026-09-07T00:23:54.443Z Fresh radium v0.7.0
97942026-09-07T00:23:54.443Z Fresh walkdir v2.5.0
97952026-09-07T00:23:54.443Z Fresh owo-colors v4.3.0
97962026-09-07T00:23:54.443Z Fresh env_logger v0.11.11
97972026-09-07T00:23:54.443Z Fresh cargo_metadata v0.23.1
97982026-09-07T00:23:54.443Z Fresh proc-macro-error-attr2 v2.0.0
97992026-09-07T00:23:54.443Z Fresh crc-catalog v2.4.0
98002026-09-07T00:23:54.443Z Fresh funty v2.0.0
98012026-09-07T00:23:54.443Z Fresh foldhash v0.1.5
98022026-09-07T00:23:54.443Z Fresh debug-ignore v1.0.5
98032026-09-07T00:23:54.443Z Fresh bitflags v1.3.2
98042026-09-07T00:23:54.443Z Fresh foreign-types-shared v0.1.1
98052026-09-07T00:23:54.444Z Fresh url v2.5.8
98062026-09-07T00:23:54.444Z Fresh publicsuffix v2.3.0
98072026-09-07T00:23:54.444Z Fresh usdt v0.6.0
98082026-09-07T00:23:54.444Z Fresh derive_builder v0.20.2
98092026-09-07T00:23:54.444Z Fresh nix v0.31.2
98102026-09-07T00:23:54.444Z Fresh usdt-impl v0.5.0
98112026-09-07T00:23:54.444Z Fresh hashbrown v0.15.5
98122026-09-07T00:23:54.444Z Fresh proc-macro-error2 v2.0.1
98132026-09-07T00:23:54.444Z Fresh foreign-types v0.3.2
98142026-09-07T00:23:54.444Z Fresh crc v3.4.0
98152026-09-07T00:23:54.444Z Fresh bitvec v1.0.1
98162026-09-07T00:23:54.444Z Fresh p384 v0.13.1
98172026-09-07T00:23:54.444Z Fresh maybe-uninit v2.0.0
98182026-09-07T00:23:54.444Z Fresh zerocopy v0.6.6
98192026-09-07T00:23:54.444Z Fresh structmeta v0.3.0
98202026-09-07T00:23:54.444Z Fresh openssl-sys v0.9.117
98212026-09-07T00:23:54.444Z Fresh textwrap v0.16.2
98222026-09-07T00:23:54.445Z Fresh supports-color v3.0.2
98232026-09-07T00:23:54.445Z Fresh packed_struct_codegen v0.10.1
98242026-09-07T00:23:54.445Z Fresh enum-as-inner v0.6.1
98252026-09-07T00:23:54.445Z Fresh openssl-macros v0.1.1
98262026-09-07T00:23:54.445Z Fresh miette-derive v7.6.0
98272026-09-07T00:23:54.446Z Fresh bitfield-macros v0.19.4
98282026-09-07T00:23:54.446Z Fresh memmap v0.7.0
98292026-09-07T00:23:54.446Z Fresh supports-hyperlinks v3.2.0
98302026-09-07T00:23:54.446Z Fresh managed v0.8.0
98312026-09-07T00:23:54.450Z Fresh schemars v0.8.22
98322026-09-07T00:23:54.452Z Fresh cookie_store v0.22.1
98332026-09-07T00:23:54.452Z Fresh usdt-macro v0.5.0
98342026-09-07T00:23:54.452Z Fresh vergen-lib v9.1.0
98352026-09-07T00:23:54.452Z Fresh usdt-attr-macro v0.5.0
98362026-09-07T00:23:54.452Z Fresh supports-unicode v3.0.0
98372026-09-07T00:23:54.452Z Fresh nodrop v0.1.14
98382026-09-07T00:23:54.452Z Fresh signal-hook v0.3.18
98392026-09-07T00:23:54.452Z Fresh bitfield v0.19.4
98402026-09-07T00:23:54.452Z Fresh openssl v0.10.80
98412026-09-07T00:23:54.452Z Fresh packed_struct v0.10.1
98422026-09-07T00:23:54.452Z Fresh knus-derive v3.4.0
98432026-09-07T00:23:54.452Z Fresh smallvec v0.6.14
98442026-09-07T00:23:54.452Z Fresh bzip2-sys v0.1.13+1.0.8
98452026-09-07T00:23:54.452Z Fresh phf_shared v0.11.3
98462026-09-07T00:23:54.452Z Fresh chacha20 v0.10.0
98472026-09-07T00:23:54.452Z Fresh ref-cast-impl v1.0.25
98482026-09-07T00:23:54.453Z Fresh hashbrown v0.12.3
98492026-09-07T00:23:54.453Z Fresh precomputed-hash v0.1.1
98502026-09-07T00:23:54.453Z Fresh new_debug_unreachable v1.0.6
98512026-09-07T00:23:54.453Z Fresh fixedbitset v0.4.2
98522026-09-07T00:23:54.453Z Fresh rayon-core v1.13.0
98532026-09-07T00:23:54.453Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
98542026-09-07T00:23:54.453Z Fresh toml v0.7.8
98552026-09-07T00:23:54.453Z Fresh ron v0.8.1
98562026-09-07T00:23:54.453Z Fresh globset v0.4.18
98572026-09-07T00:23:54.453Z Fresh hashbrown v0.13.2
98582026-09-07T00:23:54.453Z Fresh ipnetwork v0.21.1
98592026-09-07T00:23:54.453Z Fresh newtype-uuid v1.3.2
98602026-09-07T00:23:54.453Z Fresh reqwest v0.13.2
98612026-09-07T00:23:54.453Z Fresh serde_with v3.21.0
98622026-09-07T00:23:54.453Z Fresh array-init v0.0.4
98632026-09-07T00:23:54.453Z Fresh usdt v0.5.0
98642026-09-07T00:23:54.453Z Fresh miette v7.6.0
98652026-09-07T00:23:54.453Z Fresh vergen v9.1.0
98662026-09-07T00:23:54.453Z Fresh string_cache v0.8.9
98672026-09-07T00:23:54.453Z Fresh bzip2 v0.4.4
98682026-09-07T00:23:54.453Z Fresh petgraph v0.6.5
98692026-09-07T00:23:54.453Z Fresh indexmap v1.9.3
98702026-09-07T00:23:54.453Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
98712026-09-07T00:23:54.453Z Fresh pin-project-internal v1.1.11
98722026-09-07T00:23:54.453Z Fresh crc-any v2.5.0
98732026-09-07T00:23:54.454Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
98742026-09-07T00:23:54.454Z Fresh signal-hook-mio v0.2.5
98752026-09-07T00:23:54.454Z Fresh derive-ex v0.1.8
98762026-09-07T00:23:54.454Z Fresh inout v0.1.4
98772026-09-07T00:23:54.454Z Fresh lalrpop-util v0.19.12
98782026-09-07T00:23:54.454Z Fresh arrayvec v0.7.6
98792026-09-07T00:23:54.454Z Fresh fixedbitset v0.5.7
98802026-09-07T00:23:54.454Z Fresh arrayref v0.3.9
98812026-09-07T00:23:54.454Z Fresh path-slash v0.1.5
98822026-09-07T00:23:54.455Z Fresh constant_time_eq v0.4.2
98832026-09-07T00:23:54.455Z Fresh oxnet v0.1.6
98842026-09-07T00:23:54.455Z Fresh ref-cast v1.0.25
98852026-09-07T00:23:54.455Z Fresh salty v0.3.0
98862026-09-07T00:23:54.455Z Fresh knus v3.4.0
98872026-09-07T00:23:54.455Z Fresh serde-hex v0.1.0
98882026-09-07T00:23:54.455Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
98892026-09-07T00:23:54.455Z Fresh zip v0.6.6
98902026-09-07T00:23:54.455Z Fresh native-tls v0.2.18
98912026-09-07T00:23:54.455Z Fresh pin-project v1.1.11
98922026-09-07T00:23:54.455Z Fresh object v0.30.4
98932026-09-07T00:23:54.455Z Fresh petgraph v0.8.3
98942026-09-07T00:23:54.455Z Fresh cipher v0.4.4
98952026-09-07T00:23:54.455Z Fresh test-strategy v0.4.5
98962026-09-07T00:23:54.455Z Fresh snafu-derive v0.8.9
98972026-09-07T00:23:54.455Z Fresh convert_case v0.10.0
98982026-09-07T00:23:54.456Z Fresh serde-big-array v0.5.1
98992026-09-07T00:23:54.456Z Fresh derive-where v1.6.0
99002026-09-07T00:23:54.456Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99012026-09-07T00:23:54.456Z Fresh serde_repr v0.1.20
99022026-09-07T00:23:54.456Z Fresh pem v3.0.6
99032026-09-07T00:23:54.456Z Fresh hash32 v0.2.1
99042026-09-07T00:23:54.456Z Fresh predicates-core v1.0.10
99052026-09-07T00:23:54.456Z Fresh linked-hash-map v0.5.6
99062026-09-07T00:23:54.456Z Fresh unicode-properties v0.1.4
99072026-09-07T00:23:54.456Z Fresh jiff-core v0.1.0
99082026-09-07T00:23:54.456Z Fresh unicode-bidi v0.3.18
99092026-09-07T00:23:54.456Z Fresh daft v0.1.8
99102026-09-07T00:23:54.456Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
99112026-09-07T00:23:54.456Z Fresh tokio-native-tls v0.3.1
99122026-09-07T00:23:54.456Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
99132026-09-07T00:23:54.456Z Fresh stringprep v0.1.5
99142026-09-07T00:23:54.456Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99152026-09-07T00:23:54.456Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
99162026-09-07T00:23:54.456Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
99172026-09-07T00:23:54.456Z Fresh jiff v0.2.34
99182026-09-07T00:23:54.456Z Fresh fs-err v3.3.0
99192026-09-07T00:23:54.456Z Fresh derive_more-impl v2.1.1
99202026-09-07T00:23:54.457Z Fresh snafu v0.8.9
99212026-09-07T00:23:54.457Z Fresh lru-cache v0.1.2
99222026-09-07T00:23:54.457Z Fresh heapless v0.7.17
99232026-09-07T00:23:54.457Z Fresh zstd-sys v2.0.16+zstd.1.5.7
99242026-09-07T00:23:54.457Z Fresh crossterm v0.28.1
99252026-09-07T00:23:54.458Z Fresh byte-wrapper v0.1.0
99262026-09-07T00:23:54.458Z Fresh hickory-proto v0.24.4
99272026-09-07T00:23:54.458Z Fresh hickory-proto v0.25.2
99282026-09-07T00:23:54.458Z Fresh similar v2.7.0
99292026-09-07T00:23:54.458Z Fresh md-5 v0.10.6
99302026-09-07T00:23:54.458Z Fresh tokio-stream v0.1.18
99312026-09-07T00:23:54.462Z Fresh serde_plain v1.0.2
99322026-09-07T00:23:54.462Z Fresh async-recursion v1.1.1
99332026-09-07T00:23:54.462Z Fresh float-cmp v0.10.0
99342026-09-07T00:23:54.462Z Fresh strum_macros v0.27.2
99352026-09-07T00:23:54.463Z Fresh resolv-conf v0.7.6
99362026-09-07T00:23:54.463Z Fresh difflib v0.4.0
99372026-09-07T00:23:54.463Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
99382026-09-07T00:23:54.463Z Fresh hyper-tls v0.6.0
99392026-09-07T00:23:54.463Z Fresh fallible-iterator v0.2.0
99402026-09-07T00:23:54.463Z Fresh normalize-line-endings v0.3.0
99412026-09-07T00:23:54.463Z Fresh toml_write v0.1.2
99422026-09-07T00:23:54.463Z Fresh typed-path v0.9.3
99432026-09-07T00:23:54.463Z Fresh zstd-safe v7.2.4
99442026-09-07T00:23:54.463Z Fresh smoltcp v0.9.1
99452026-09-07T00:23:54.463Z Fresh strum v0.27.2
99462026-09-07T00:23:54.463Z Fresh derive_more v2.1.1
99472026-09-07T00:23:54.463Z Fresh blake3 v1.8.5
99482026-09-07T00:23:54.463Z Fresh iddqd v0.4.2
99492026-09-07T00:23:54.463Z Fresh phf_shared v0.13.1
99502026-09-07T00:23:54.463Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
99512026-09-07T00:23:54.463Z Fresh bumpalo v3.20.2
99522026-09-07T00:23:54.463Z Fresh libbz2-rs-sys v0.2.2
99532026-09-07T00:23:54.463Z Fresh corncobs v0.1.4
99542026-09-07T00:23:54.463Z Fresh peg-runtime v0.8.5
99552026-09-07T00:23:54.463Z Fresh hickory-resolver v0.24.4
99562026-09-07T00:23:54.463Z Fresh olpc-cjson v0.1.4
99572026-09-07T00:23:54.463Z Fresh secrecy v0.8.0
99582026-09-07T00:23:54.463Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
99592026-09-07T00:23:54.463Z Fresh whoami v2.1.0
99602026-09-07T00:23:54.463Z Fresh buf-list v1.1.2
99612026-09-07T00:23:54.463Z Fresh newtype-uuid-macros v0.1.0
99622026-09-07T00:23:54.463Z Fresh match_cfg v0.1.0
99632026-09-07T00:23:54.463Z Fresh slog-json v2.6.1
99642026-09-07T00:23:54.463Z Fresh sha1 v0.11.0
99652026-09-07T00:23:54.463Z Fresh async-stream-impl v0.3.6
99662026-09-07T00:23:54.463Z Fresh predicates v3.1.4
99672026-09-07T00:23:54.463Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
99682026-09-07T00:23:54.463Z Fresh postgres-protocol v0.6.10
99692026-09-07T00:23:54.463Z Fresh toml_edit v0.22.27
99702026-09-07T00:23:54.463Z Fresh reqwest v0.12.28
99712026-09-07T00:23:54.464Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
99722026-09-07T00:23:54.464Z Fresh zstd v0.13.3
99732026-09-07T00:23:54.464Z Fresh phf v0.13.1
99742026-09-07T00:23:54.464Z Fresh zopfli v0.8.3
99752026-09-07T00:23:54.464Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
99762026-09-07T00:23:54.464Z Fresh bzip2 v0.6.1
99772026-09-07T00:23:54.464Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
99782026-09-07T00:23:54.464Z Fresh qorb v0.4.1
99792026-09-07T00:23:54.464Z Fresh hostname v0.3.1
99802026-09-07T00:23:54.464Z Fresh serde_spanned v1.1.1
99812026-09-07T00:23:54.464Z Fresh toml_datetime v1.1.1+spec-1.1.0
99822026-09-07T00:23:54.464Z Fresh toml_writer v1.1.1+spec-1.1.0
99832026-09-07T00:23:54.464Z Fresh compression-core v0.4.31
99842026-09-07T00:23:54.464Z Fresh async-stream v0.3.6
99852026-09-07T00:23:54.464Z Fresh rustls-pemfile v2.2.0
99862026-09-07T00:23:54.464Z Fresh dropshot_endpoint v0.17.1
99872026-09-07T00:23:54.464Z Fresh waitgroup v0.1.2
99882026-09-07T00:23:54.464Z Fresh hostname v0.4.2
99892026-09-07T00:23:54.464Z Fresh serde_path_to_error v0.1.20
99902026-09-07T00:23:54.464Z Fresh progenitor-client v0.14.0
99912026-09-07T00:23:54.464Z Fresh atomicwrites v0.4.4
99922026-09-07T00:23:54.464Z Fresh serde_tokenstream v0.3.0
99932026-09-07T00:23:54.465Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
99942026-09-07T00:23:54.465Z Fresh postgres-types v0.2.12
99952026-09-07T00:23:54.465Z Fresh toml v0.8.23
99962026-09-07T00:23:54.465Z Fresh tough v0.22.0
99972026-09-07T00:23:54.465Z Fresh zip v4.6.1
99982026-09-07T00:23:54.465Z Fresh slog-bunyan v2.5.0
99992026-09-07T00:23:54.465Z Fresh toml v1.1.2+spec-1.1.0
100002026-09-07T00:23:54.465Z Fresh compression-codecs v0.4.37
100012026-09-07T00:23:54.465Z Fresh oxide-generation-macros v0.2.0
100022026-09-07T00:23:54.465Z Fresh regress v0.10.5
100032026-09-07T00:23:54.465Z Fresh macaddr v1.0.1
100042026-09-07T00:23:54.465Z Fresh instant v0.1.13
100052026-09-07T00:23:54.465Z Fresh itertools v0.14.0
100062026-09-07T00:23:54.465Z Fresh parse-display-derive v0.10.0
100072026-09-07T00:23:54.465Z Fresh backon v1.6.0
100082026-09-07T00:23:54.465Z Fresh humantime v2.3.0
100092026-09-07T00:23:54.465Z Fresh convert_case v0.4.0
100102026-09-07T00:23:54.465Z Fresh secrecy v0.10.3
100112026-09-07T00:23:54.465Z Fresh regress v0.11.1
100122026-09-07T00:23:54.465Z Fresh indent_write v2.2.0
100132026-09-07T00:23:54.465Z Fresh unsafe-libyaml v0.2.11
100142026-09-07T00:23:54.465Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100152026-09-07T00:23:54.465Z Fresh universal-hash v0.5.1
100162026-09-07T00:23:54.465Z Fresh thiserror-impl-no-std v2.0.2
100172026-09-07T00:23:54.468Z Fresh opaque-debug v0.3.1
100182026-09-07T00:23:54.468Z Fresh chacha20 v0.9.1
100192026-09-07T00:23:54.468Z Fresh blake2 v0.10.6
100202026-09-07T00:23:54.469Z Fresh aead v0.5.2
100212026-09-07T00:23:54.469Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
100222026-09-07T00:23:54.469Z Fresh tokio-postgres v0.7.16
100232026-09-07T00:23:54.469Z Fresh async-compression v0.4.41
100242026-09-07T00:23:54.469Z Fresh multer v3.1.0
100252026-09-07T00:23:54.469Z Fresh parse-display v0.10.0
100262026-09-07T00:23:54.469Z Fresh backoff v0.4.0
100272026-09-07T00:23:54.469Z Fresh progenitor-extras v0.2.0
100282026-09-07T00:23:54.469Z Fresh derive_more v0.99.20
100292026-09-07T00:23:54.469Z Fresh typify-impl v0.6.2
100302026-09-07T00:23:54.469Z Fresh serde_yaml v0.9.34+deprecated
100312026-09-07T00:23:54.473Z Fresh thiserror-no-std v2.0.2
100322026-09-07T00:23:54.473Z Fresh poly1305 v0.8.0
100332026-09-07T00:23:54.473Z Fresh password-hash v0.5.0
100342026-09-07T00:23:54.473Z Fresh camino-tempfile v1.4.1
100352026-09-07T00:23:54.473Z Fresh swrite v0.1.0
100362026-09-07T00:23:54.473Z Fresh itertools v0.15.0
100372026-09-07T00:23:54.473Z Fresh toml_datetime v0.7.5+spec-1.1.0
100382026-09-07T00:23:54.473Z Fresh num-derive v0.4.2
100392026-09-07T00:23:54.473Z Fresh glob v0.3.3
100402026-09-07T00:23:54.473Z Fresh tabwriter v1.4.1
100412026-09-07T00:23:54.473Z Fresh rayon v1.11.0
100422026-09-07T00:23:54.474Z Fresh hash32 v0.3.1
100432026-09-07T00:23:54.474Z Fresh colored v3.1.1
100442026-09-07T00:23:54.474Z Fresh cobs v0.3.0
100452026-09-07T00:23:54.474Z Fresh dropshot v0.17.1
100462026-09-07T00:23:54.474Z Fresh crucible-workspace-hack v0.1.0
100472026-09-07T00:23:54.474Z Fresh typify-macro v0.6.2
100482026-09-07T00:23:54.474Z Fresh chacha20poly1305 v0.10.1
100492026-09-07T00:23:54.474Z Fresh vsss-rs v3.3.4
100502026-09-07T00:23:54.474Z Fresh argon2 v0.5.3
100512026-09-07T00:23:54.474Z Fresh toml_edit v0.23.10+spec-1.0.0
100522026-09-07T00:23:54.474Z Fresh ingot-macros v0.2.0
100532026-09-07T00:23:54.474Z Fresh postcard v1.1.3
100542026-09-07T00:23:54.474Z Fresh rand v0.10.1
100552026-09-07T00:23:54.474Z Fresh proc-macro-crate v1.3.1
100562026-09-07T00:23:54.474Z Fresh foreign-types-macros v0.2.3
100572026-09-07T00:23:54.474Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100582026-09-07T00:23:54.474Z Fresh foreign-types-shared v0.3.1
100592026-09-07T00:23:54.474Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100602026-09-07T00:23:54.474Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100612026-09-07T00:23:54.474Z Fresh cstr-argument v0.1.2
100622026-09-07T00:23:54.474Z Fresh itertools v0.12.1
100632026-09-07T00:23:54.474Z Fresh sigpipe v0.1.3
100642026-09-07T00:23:54.474Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100652026-09-07T00:23:54.475Z Fresh typify v0.6.2
100662026-09-07T00:23:54.475Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
100672026-09-07T00:23:54.475Z Fresh proc-macro-crate v3.4.0
100682026-09-07T00:23:54.475Z Fresh proc-macro-error-attr v1.0.4
100692026-09-07T00:23:54.475Z Fresh heapless v0.8.0
100702026-09-07T00:23:54.475Z Fresh ingot-types v0.2.0
100712026-09-07T00:23:54.475Z Fresh illumos-nvpair-sys v0.2.0
100722026-09-07T00:23:54.475Z Fresh num_enum_derive v0.5.11
100732026-09-07T00:23:54.475Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100742026-09-07T00:23:54.475Z Fresh foreign-types v0.5.0
100752026-09-07T00:23:54.475Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100762026-09-07T00:23:54.475Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100772026-09-07T00:23:54.475Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
100782026-09-07T00:23:54.475Z Fresh smf v0.2.3
100792026-09-07T00:23:54.476Z Fresh whoami v1.6.1
100802026-09-07T00:23:54.476Z Fresh console v0.15.11
100812026-09-07T00:23:54.476Z Fresh newline-converter v0.3.0
100822026-09-07T00:23:54.476Z Fresh oxide-update-engine-types v0.1.2
100832026-09-07T00:23:54.476Z Fresh num-rational v0.4.2
100842026-09-07T00:23:54.476Z Fresh num-complex v0.4.6
100852026-09-07T00:23:54.476Z Fresh float-ord v0.3.2
100862026-09-07T00:23:54.476Z Fresh gethostname v0.5.0
100872026-09-07T00:23:54.476Z Fresh bytecount v0.6.9
100882026-09-07T00:23:54.476Z Fresh linear-map v1.2.0
100892026-09-07T00:23:54.476Z Fresh tokio-dtrace v0.1.1
100902026-09-07T00:23:54.476Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100912026-09-07T00:23:54.476Z Fresh progenitor-impl v0.14.0
100922026-09-07T00:23:54.476Z Fresh num_enum_derive v0.7.6
100932026-09-07T00:23:54.476Z Fresh proc-macro-error v1.0.4
100942026-09-07T00:23:54.476Z Fresh ingot v0.2.1
100952026-09-07T00:23:54.476Z Fresh smoltcp v0.11.0
100962026-09-07T00:23:54.476Z Fresh illumos-nvpair v0.3.0
100972026-09-07T00:23:54.476Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
100982026-09-07T00:23:54.476Z Fresh num_enum v0.5.11
100992026-09-07T00:23:54.476Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101002026-09-07T00:23:54.476Z Fresh expectorate v1.2.0
101012026-09-07T00:23:54.476Z Fresh num v0.4.3
101022026-09-07T00:23:54.476Z Fresh oxide-tokio-rt v0.1.4
101032026-09-07T00:23:54.476Z Fresh oxide-generation v0.1.3
101042026-09-07T00:23:54.476Z Fresh csv-core v0.1.13
101052026-09-07T00:23:54.476Z Fresh minimal-lexical v0.2.1
101062026-09-07T00:23:54.476Z Fresh termtree v0.5.1
101072026-09-07T00:23:54.476Z Fresh unicode-xid v0.2.6
101082026-09-07T00:23:54.476Z Fresh ar_archive_writer v0.5.1
101092026-09-07T00:23:54.476Z Fresh fd-lock v4.0.4
101102026-09-07T00:23:54.476Z Fresh vte v0.14.1
101112026-09-07T00:23:54.478Z Fresh semver v0.1.20
101122026-09-07T00:23:54.478Z Fresh papergrid v0.11.0
101132026-09-07T00:23:54.478Z Fresh nu-ansi-term v0.50.3
101142026-09-07T00:23:54.478Z Fresh crossterm v0.29.0
101152026-09-07T00:23:54.478Z Fresh nom v8.0.0
101162026-09-07T00:23:54.478Z Fresh cfg_aliases v0.1.1
101172026-09-07T00:23:54.478Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101182026-09-07T00:23:54.478Z Fresh progenitor-macro v0.14.0
101192026-09-07T00:23:54.478Z Fresh num_enum v0.7.6
101202026-09-07T00:23:54.478Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101212026-09-07T00:23:54.478Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
101222026-09-07T00:23:54.478Z Fresh zone_cfg_derive v0.3.1
101232026-09-07T00:23:54.478Z Fresh cancel-safe-futures v0.1.5
101242026-09-07T00:23:54.478Z Fresh nom v7.1.3
101252026-09-07T00:23:54.478Z Fresh csv v1.4.0
101262026-09-07T00:23:54.478Z Fresh rustc_version v0.1.7
101272026-09-07T00:23:54.478Z Fresh strip-ansi-escapes v0.2.1
101282026-09-07T00:23:54.478Z Fresh tabled_derive v0.7.0
101292026-09-07T00:23:54.478Z Fresh highway v1.3.0
101302026-09-07T00:23:54.478Z Fresh nibble_vec v0.1.0
101312026-09-07T00:23:54.483Z Fresh display-error-chain v0.2.2
101322026-09-07T00:23:54.483Z Fresh progenitor v0.14.0
101332026-09-07T00:23:54.483Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
101342026-09-07T00:23:54.483Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101352026-09-07T00:23:54.484Z Fresh zone v0.3.1
101362026-09-07T00:23:54.485Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
101372026-09-07T00:23:54.485Z Fresh oxide-update-engine v0.1.2
101382026-09-07T00:23:54.485Z Fresh prettyplease v0.2.37
101392026-09-07T00:23:54.485Z Fresh slog-dtrace v0.3.0
101402026-09-07T00:23:54.485Z Fresh tabled v0.15.0
101412026-09-07T00:23:54.485Z Fresh reedline v0.40.0
101422026-09-07T00:23:54.485Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101432026-09-07T00:23:54.485Z Fresh endian-type v0.1.2
101442026-09-07T00:23:54.485Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
101452026-09-07T00:23:54.485Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
101462026-09-07T00:23:54.485Z Fresh phf_shared v0.12.1
101472026-09-07T00:23:54.485Z Fresh recursive-proc-macro-impl v0.1.1
101482026-09-07T00:23:54.485Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101492026-09-07T00:23:54.485Z Fresh const_format_proc_macros v0.2.34
101502026-09-07T00:23:54.485Z Fresh peg-macros v0.8.5
101512026-09-07T00:23:54.485Z Fresh sqlparser_derive v0.5.0
101522026-09-07T00:23:54.485Z Fresh winnow v0.6.26
101532026-09-07T00:23:54.485Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101542026-09-07T00:23:54.485Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
101552026-09-07T00:23:54.485Z Fresh psm v0.1.30
101562026-09-07T00:23:54.487Z Fresh radix_trie v0.2.1
101572026-09-07T00:23:54.487Z Fresh nix v0.28.0
101582026-09-07T00:23:54.487Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101592026-09-07T00:23:54.487Z Fresh phf v0.12.1
101602026-09-07T00:23:54.487Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
101612026-09-07T00:23:54.487Z Fresh unicode_categories v0.1.1
101622026-09-07T00:23:54.487Z Fresh home v0.5.12
101632026-09-07T00:23:54.487Z Fresh peg v0.8.5
101642026-09-07T00:23:54.487Z Fresh const_format v0.2.35
101652026-09-07T00:23:54.487Z Fresh bcs v0.1.6
101662026-09-07T00:23:54.487Z Fresh filetime v0.2.27
101672026-09-07T00:23:54.487Z Fresh xattr v1.6.1
101682026-09-07T00:23:54.487Z Fresh omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
101692026-09-07T00:23:54.487Z Fresh bitfield-struct v0.6.2
101702026-09-07T00:23:54.487Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101712026-09-07T00:23:54.487Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101722026-09-07T00:23:54.487Z Fresh newtype_derive v0.1.6
101732026-09-07T00:23:54.487Z Fresh stacker v0.1.23
101742026-09-07T00:23:54.487Z Fresh rustyline v14.0.0
101752026-09-07T00:23:54.487Z Fresh chrono-tz v0.10.4
101762026-09-07T00:23:54.487Z Fresh sqlformat v0.3.5
101772026-09-07T00:23:54.487Z Fresh tar v0.4.46
101782026-09-07T00:23:54.487Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101792026-09-07T00:23:54.487Z Fresh utf-8 v0.7.6
101802026-09-07T00:23:54.487Z Fresh dropshot-api-manager-types v0.8.0
101812026-09-07T00:23:54.487Z Fresh headers-core v0.3.0
101822026-09-07T00:23:54.487Z Fresh xshell-macros v0.2.7
101832026-09-07T00:23:54.487Z Fresh subprocess v0.2.15
101842026-09-07T00:23:54.487Z Fresh yasna v0.5.2
101852026-09-07T00:23:54.487Z Fresh port-file v0.1.0
101862026-09-07T00:23:54.487Z Fresh tagptr v0.2.0
101872026-09-07T00:23:54.487Z Fresh sha2 v0.11.0
101882026-09-07T00:23:54.487Z Fresh half v1.8.3
101892026-09-07T00:23:54.487Z Fresh anstyle-parse v0.2.7
101902026-09-07T00:23:54.487Z Fresh predicates-tree v1.0.13
101912026-09-07T00:23:54.487Z Fresh darling_core v0.21.3
101922026-09-07T00:23:54.487Z Fresh recursive v0.1.1
101932026-09-07T00:23:54.487Z Fresh steno v0.4.1
101942026-09-07T00:23:54.488Z Fresh libefi-sys v0.1.0
101952026-09-07T00:23:54.488Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101962026-09-07T00:23:54.488Z Fresh headers v0.4.1
101972026-09-07T00:23:54.488Z Fresh xshell v0.2.7
101982026-09-07T00:23:54.488Z Fresh rcgen v0.12.1
101992026-09-07T00:23:54.488Z Fresh moka v0.12.13
102002026-09-07T00:23:54.488Z Fresh tungstenite v0.21.0
102012026-09-07T00:23:54.488Z Fresh serde_cbor v0.11.2
102022026-09-07T00:23:54.488Z Fresh anstream v0.6.21
102032026-09-07T00:23:54.488Z Fresh darling_macro v0.21.3
102042026-09-07T00:23:54.489Z Fresh ignore v0.4.25
102052026-09-07T00:23:54.489Z Fresh maplit v1.0.2
102062026-09-07T00:23:54.489Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
102072026-09-07T00:23:54.489Z Fresh scheduled-thread-pool v0.2.7
102082026-09-07T00:23:54.489Z Fresh diesel_table_macro_syntax v0.3.0
102092026-09-07T00:23:54.489Z Fresh sqlparser v0.61.0
102102026-09-07T00:23:54.489Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
102112026-09-07T00:23:54.489Z Fresh hickory-resolver v0.25.2
102122026-09-07T00:23:54.489Z Fresh tokio-tungstenite v0.21.0
102132026-09-07T00:23:54.489Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
102142026-09-07T00:23:54.489Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
102152026-09-07T00:23:54.489Z Fresh darling v0.21.3
102162026-09-07T00:23:54.489Z Fresh globwalk v0.9.1
102172026-09-07T00:23:54.489Z Fresh r2d2 v0.8.10
102182026-09-07T00:23:54.489Z Fresh downcast-rs v2.0.2
102192026-09-07T00:23:54.489Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
102202026-09-07T00:23:54.489Z Fresh rand_seeder v0.4.0
102212026-09-07T00:23:54.489Z Fresh diff v0.1.13
102222026-09-07T00:23:54.489Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
102232026-09-07T00:23:54.489Z Fresh digest-io v0.1.0
102242026-09-07T00:23:54.489Z Fresh dirs-sys-next v0.1.2
102252026-09-07T00:23:54.489Z Fresh unicase v2.9.0
102262026-09-07T00:23:54.489Z Fresh rawzip v0.4.4
102272026-09-07T00:23:54.489Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
102282026-09-07T00:23:54.489Z Fresh dsl_auto_type v0.2.0
102292026-09-07T00:23:54.489Z Fresh camino-tempfile-ext v0.3.3
102302026-09-07T00:23:54.489Z Fresh vergen-lib v0.1.6
102312026-09-07T00:23:54.493Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
102322026-09-07T00:23:54.493Z Fresh dirs-next v2.0.0
102332026-09-07T00:23:54.493Z Fresh bit-vec v0.6.3
102342026-09-07T00:23:54.493Z Fresh libscf-sys v1.2.0
102352026-09-07T00:23:54.493Z Fresh itertools v0.10.5
102362026-09-07T00:23:54.494Z Fresh libloading v0.8.9
102372026-09-07T00:23:54.494Z Fresh ena v0.14.4
102382026-09-07T00:23:54.494Z Fresh regex-syntax v0.6.29
102392026-09-07T00:23:54.494Z Fresh cexpr v0.6.0
102402026-09-07T00:23:54.494Z Fresh papergrid v0.18.0
102412026-09-07T00:23:54.494Z Fresh rustc-hash v2.1.1
102422026-09-07T00:23:54.494Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
102432026-09-07T00:23:54.494Z Fresh strum_macros v0.24.3
102442026-09-07T00:23:54.494Z Fresh diesel_derives v2.3.7
102452026-09-07T00:23:54.494Z Fresh vergen-gitcl v1.0.8
102462026-09-07T00:23:54.494Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
102472026-09-07T00:23:54.494Z Fresh term v0.7.0
102482026-09-07T00:23:54.494Z Fresh crunchy v0.2.4
102492026-09-07T00:23:54.494Z Fresh bit-set v0.5.3
102502026-09-07T00:23:54.494Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
102512026-09-07T00:23:54.495Z Fresh tabled v0.21.0
102522026-09-07T00:23:54.495Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
102532026-09-07T00:23:54.495Z Fresh indoc v1.0.9
102542026-09-07T00:23:54.495Z Fresh quick-xml v0.37.5
102552026-09-07T00:23:54.495Z Fresh oso-derive v0.27.3
102562026-09-07T00:23:54.495Z Fresh impl-trait-for-tuples v0.2.3
102572026-09-07T00:23:54.495Z Fresh crc8 v0.1.1
102582026-09-07T00:23:54.495Z Fresh openssl-probe v0.1.6
102592026-09-07T00:23:54.495Z Fresh trait-variant v0.1.2
102602026-09-07T00:23:54.495Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102612026-09-07T00:23:54.495Z Fresh bb8 v0.8.6
102622026-09-07T00:23:54.495Z Fresh fxhash v0.2.1
102632026-09-07T00:23:54.495Z Fresh diesel v2.3.7
102642026-09-07T00:23:54.495Z Fresh tiny-keccak v2.0.2
102652026-09-07T00:23:54.495Z Fresh ascii-canvas v3.0.0
102662026-09-07T00:23:54.495Z Fresh clang-sys v1.8.1
102672026-09-07T00:23:54.495Z Fresh libxml v0.3.3
102682026-09-07T00:23:54.495Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
102692026-09-07T00:23:54.495Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
102702026-09-07T00:23:54.495Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
102712026-09-07T00:23:54.495Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102722026-09-07T00:23:54.496Z Fresh nonempty v0.12.0
102732026-09-07T00:23:54.496Z Fresh cpubits v0.1.1
102742026-09-07T00:23:54.496Z Fresh kstat-rs v0.2.5
102752026-09-07T00:23:54.496Z Fresh git-stub v1.0.0
102762026-09-07T00:23:54.496Z Fresh pem-rfc7468 v1.0.0
102772026-09-07T00:23:54.496Z Fresh ssh-encoding v0.2.0
102782026-09-07T00:23:54.496Z Fresh prefix-trie v0.7.0
102792026-09-07T00:23:54.496Z Fresh dashu-base v0.5.1
102802026-09-07T00:23:54.496Z Fresh num-modular v0.6.5
102812026-09-07T00:23:54.496Z Fresh tungstenite v0.28.0
102822026-09-07T00:23:54.496Z Fresh lalrpop v0.19.12
102832026-09-07T00:23:54.496Z Fresh bindgen v0.71.1
102842026-09-07T00:23:54.496Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
102852026-09-07T00:23:54.496Z Fresh diesel-dtrace v0.5.0
102862026-09-07T00:23:54.496Z Fresh async-bb8-diesel v0.2.1
102872026-09-07T00:23:54.496Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102882026-09-07T00:23:54.496Z Fresh git-stub-vcs v0.1.0
102892026-09-07T00:23:54.496Z Fresh ssh-cipher v0.2.0
102902026-09-07T00:23:54.496Z Fresh hickory-server v0.25.2
102912026-09-07T00:23:54.496Z Fresh p256 v0.13.2
102922026-09-07T00:23:54.496Z Fresh hmac v0.13.0
102932026-09-07T00:23:54.496Z Fresh universal-hash v0.6.1
102942026-09-07T00:23:54.496Z Fresh num-primitive v0.2.1
102952026-09-07T00:23:54.496Z Fresh tokio-tungstenite v0.28.0
102962026-09-07T00:23:54.497Z Fresh nanorand v0.7.0
102972026-09-07T00:23:54.498Z Fresh seq-macro v0.3.6
102982026-09-07T00:23:54.498Z Fresh parking_lot_core v0.8.6
102992026-09-07T00:23:54.498Z Fresh dashu-int v0.5.1
103002026-09-07T00:23:54.498Z Fresh dsi-bitstream v0.10.1
103012026-09-07T00:23:54.498Z Fresh rlimit v0.10.2
103022026-09-07T00:23:54.498Z Fresh ssh-key v0.6.7
103032026-09-07T00:23:54.498Z Fresh http-range-header v0.4.2
103042026-09-07T00:23:54.498Z Fresh bytesize v2.7.0
103052026-09-07T00:23:54.498Z Fresh void v1.0.2
103062026-09-07T00:23:54.498Z Fresh flume v0.11.1
103072026-09-07T00:23:54.498Z Fresh polyval v0.7.1
103082026-09-07T00:23:54.498Z Fresh der v0.8.0
103092026-09-07T00:23:54.498Z Fresh tungstenite v0.23.0
103102026-09-07T00:23:54.498Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
103112026-09-07T00:23:54.498Z Fresh nix v0.27.1
103122026-09-07T00:23:54.498Z Fresh serde_bytes v0.11.19
103132026-09-07T00:23:54.498Z Fresh http-range v0.1.5
103142026-09-07T00:23:54.498Z Fresh assert_matches v1.5.0
103152026-09-07T00:23:54.498Z Fresh pbkdf2 v0.13.0
103162026-09-07T00:23:54.498Z Fresh parking_lot v0.11.2
103172026-09-07T00:23:54.498Z Fresh suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
103182026-09-07T00:23:54.499Z Fresh sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
103192026-09-07T00:23:54.499Z Fresh lzss v0.8.2
103202026-09-07T00:23:54.499Z Fresh ghash v0.6.0
103212026-09-07T00:23:54.499Z Fresh tokio-tungstenite v0.23.1
103222026-09-07T00:23:54.499Z Fresh crypto-bigint v0.7.5
103232026-09-07T00:23:54.499Z Fresh aes v0.9.1
103242026-09-07T00:23:54.499Z Fresh signal-hook-tokio v0.3.1
103252026-09-07T00:23:54.499Z Fresh ctr v0.10.1
103262026-09-07T00:23:54.499Z Fresh aead v0.6.1
103272026-09-07T00:23:54.499Z Fresh pwd v1.4.0
103282026-09-07T00:23:54.499Z Fresh lru v0.18.3
103292026-09-07T00:23:54.499Z Fresh spki v0.8.0
103302026-09-07T00:23:54.499Z Fresh scuffle v0.1.0
103312026-09-07T00:23:54.504Z Fresh salsa20 v0.11.0
103322026-09-07T00:23:54.504Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103332026-09-07T00:23:54.504Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
103342026-09-07T00:23:54.504Z Fresh cbc v0.2.1
103352026-09-07T00:23:54.504Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
103362026-09-07T00:23:54.504Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
103372026-09-07T00:23:54.504Z Fresh polar-core v0.27.3
103382026-09-07T00:23:54.504Z Fresh samael v0.0.19
103392026-09-07T00:23:54.504Z Fresh sled v0.34.7
103402026-09-07T00:23:54.504Z Fresh before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
103412026-09-07T00:23:54.504Z Fresh sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
103422026-09-07T00:23:54.505Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
103432026-09-07T00:23:54.505Z Fresh aes-gcm v0.11.0
103442026-09-07T00:23:54.505Z Fresh mime_guess v2.0.5
103452026-09-07T00:23:54.505Z Fresh scrypt v0.12.0
103462026-09-07T00:23:54.505Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
103472026-09-07T00:23:54.505Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
103482026-09-07T00:23:54.505Z Fresh ff v0.14.0
103492026-09-07T00:23:54.505Z Fresh yansi v1.0.1
103502026-09-07T00:23:54.505Z Fresh signature v3.0.0
103512026-09-07T00:23:54.506Z Fresh base16ct v1.0.0
103522026-09-07T00:23:54.506Z Fresh hkdf v0.13.0
103532026-09-07T00:23:54.506Z Fresh arc-swap v1.8.2
103542026-09-07T00:23:54.506Z Fresh castaway v0.2.4
103552026-09-07T00:23:54.506Z Fresh oso v0.27.3
103562026-09-07T00:23:54.506Z Fresh rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
103572026-09-07T00:23:54.506Z Fresh hyper-staticfile v0.10.1
103582026-09-07T00:23:54.506Z Fresh pkcs5 v0.8.1
103592026-09-07T00:23:54.506Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
103602026-09-07T00:23:54.506Z Fresh pretty_assertions v1.4.1
103612026-09-07T00:23:54.506Z Fresh group v0.14.0
103622026-09-07T00:23:54.506Z Fresh sec1 v0.8.1
103632026-09-07T00:23:54.506Z Fresh indoc v2.0.7
103642026-09-07T00:23:54.506Z Fresh slog-scope v4.4.1
103652026-09-07T00:23:54.506Z Fresh compact_str v0.8.1
103662026-09-07T00:23:54.507Z Fresh lru v0.12.5
103672026-09-07T00:23:54.507Z Fresh unicode-truncate v1.1.0
103682026-09-07T00:23:54.507Z Fresh concurrent-queue v2.5.0
103692026-09-07T00:23:54.507Z Fresh cassowary v0.3.0
103702026-09-07T00:23:54.507Z Fresh parking v2.2.1
103712026-09-07T00:23:54.507Z Fresh primefield v0.14.0
103722026-09-07T00:23:54.507Z Fresh rfc6979 v0.6.0
103732026-09-07T00:23:54.507Z Fresh progenitor-impl v0.13.0
103742026-09-07T00:23:54.507Z Fresh sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=94762dc96e1ecad8a75f9280461adee701a066d6#94762dc9)
103752026-09-07T00:23:54.507Z Fresh pkcs8 v0.11.0
103762026-09-07T00:23:54.507Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
103772026-09-07T00:23:54.507Z Fresh libz-sys v1.1.24
103782026-09-07T00:23:54.507Z Fresh instability v0.3.11
103792026-09-07T00:23:54.507Z Fresh event-listener v5.4.1
103802026-09-07T00:23:54.507Z Fresh slog-stdlog v4.1.1
103812026-09-07T00:23:54.507Z Fresh wnaf v0.14.0
103822026-09-07T00:23:54.507Z Fresh console v0.16.2
103832026-09-07T00:23:54.507Z Fresh unit-prefix v0.5.2
103842026-09-07T00:23:54.507Z Fresh plotters-backend v0.3.7
103852026-09-07T00:23:54.507Z Fresh progenitor-macro v0.13.0
103862026-09-07T00:23:54.507Z Fresh progenitor-client v0.13.0
103872026-09-07T00:23:54.507Z Fresh libsw-core v0.3.2
103882026-09-07T00:23:54.507Z Fresh colored v2.2.0
103892026-09-07T00:23:54.507Z Fresh sapling-renderdag v0.1.0
103902026-09-07T00:23:54.509Z Fresh futures-timer v3.0.3
103912026-09-07T00:23:54.509Z Fresh shell-words v1.1.1
103922026-09-07T00:23:54.509Z Fresh sync-ptr v0.1.4
103932026-09-07T00:23:54.509Z Fresh cast v0.3.0
103942026-09-07T00:23:54.509Z Fresh elliptic-curve v0.14.1
103952026-09-07T00:23:54.509Z Fresh ratatui v0.29.0
103962026-09-07T00:23:54.509Z Fresh libgit2-sys v0.18.3+1.9.2
103972026-09-07T00:23:54.509Z Fresh plotters-svg v0.3.7
103982026-09-07T00:23:54.509Z Fresh event-listener-strategy v0.5.4
103992026-09-07T00:23:54.509Z Fresh petname v2.0.2
104002026-09-07T00:23:54.509Z Fresh slog-envlogger v2.2.0
104012026-09-07T00:23:54.509Z Fresh indicatif v0.18.4
104022026-09-07T00:23:54.509Z Fresh progenitor v0.13.0
104032026-09-07T00:23:54.509Z Fresh libsw v3.5.0
104042026-09-07T00:23:54.509Z Fresh criterion-plot v0.6.0
104052026-09-07T00:23:54.509Z Fresh ssh-encoding v0.3.0
104062026-09-07T00:23:54.509Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
104072026-09-07T00:23:54.509Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
104082026-09-07T00:23:54.509Z Fresh tinytemplate v1.2.1
104092026-09-07T00:23:54.509Z Fresh rtoolbox v0.0.3
104102026-09-07T00:23:54.509Z Fresh keccak v0.2.0
104112026-09-07T00:23:54.509Z Fresh ecdsa v0.17.0
104122026-09-07T00:23:54.510Z Fresh git2 v0.20.4
104132026-09-07T00:23:54.510Z Fresh primeorder v0.14.0
104142026-09-07T00:23:54.510Z Fresh plotters v0.3.7
104152026-09-07T00:23:54.511Z Fresh async-lock v3.4.2
104162026-09-07T00:23:54.511Z Fresh anes v0.1.6
104172026-09-07T00:23:54.511Z Fresh oorandom v11.1.5
104182026-09-07T00:23:54.511Z Fresh tui-tree-widget v0.23.1
104192026-09-07T00:23:54.511Z Fresh curve25519-dalek v5.0.0
104202026-09-07T00:23:54.511Z Fresh rpassword v7.5.4
104212026-09-07T00:23:54.511Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
104222026-09-07T00:23:54.511Z Fresh oxide-update-engine-display v0.1.2
104232026-09-07T00:23:54.511Z Fresh ed25519 v3.0.0
104242026-09-07T00:23:54.511Z Fresh pkcs1 v0.8.0-rc.4
104252026-09-07T00:23:54.511Z Fresh crypto-primes v0.7.2
104262026-09-07T00:23:54.511Z Fresh poly1305 v0.9.0
104272026-09-07T00:23:54.511Z Fresh vergen-git2 v9.1.0
104282026-09-07T00:23:54.511Z Fresh criterion v0.7.0
104292026-09-07T00:23:54.511Z Fresh async-object-pool v0.2.0
104302026-09-07T00:23:54.511Z Fresh tokio-test v0.4.5
104312026-09-07T00:23:54.516Z Fresh supports-color v2.1.0
104322026-09-07T00:23:54.516Z Fresh textwrap v0.15.2
104332026-09-07T00:23:54.517Z Fresh blowfish v0.10.0
104342026-09-07T00:23:54.517Z Fresh blake2 v0.11.0-rc.6
104352026-09-07T00:23:54.517Z Fresh supports-hyperlinks v2.1.0
104362026-09-07T00:23:54.517Z Fresh supports-unicode v2.1.0
104372026-09-07T00:23:54.517Z Fresh serde_regex v1.1.0
104382026-09-07T00:23:54.517Z Fresh assert-json-diff v2.0.2
104392026-09-07T00:23:54.517Z Fresh miette-derive v5.10.0
104402026-09-07T00:23:54.517Z Fresh terminal_size v0.1.17
104412026-09-07T00:23:54.517Z Fresh path-tree v0.8.3
104422026-09-07T00:23:54.517Z Fresh stringmetrics v2.2.2
104432026-09-07T00:23:54.517Z Fresh owo-colors v3.5.0
104442026-09-07T00:23:54.517Z Fresh topological-sort v0.2.2
104452026-09-07T00:23:54.517Z Fresh p521 v0.14.0
104462026-09-07T00:23:54.517Z Fresh rsa v0.10.0-rc.18
104472026-09-07T00:23:54.517Z Fresh ssh-cipher v0.3.0
104482026-09-07T00:23:54.517Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
104492026-09-07T00:23:54.517Z Fresh ed25519-dalek v3.0.0
104502026-09-07T00:23:54.517Z Fresh p384 v0.14.0
104512026-09-07T00:23:54.517Z Fresh miette v5.10.0
104522026-09-07T00:23:54.517Z Fresh httpmock v0.8.3
104532026-09-07T00:23:54.517Z Fresh argon2 v0.6.0-rc.8
104542026-09-07T00:23:54.517Z Fresh bcrypt-pbkdf v0.11.0
104552026-09-07T00:23:54.517Z Fresh omicron-zone-package v0.12.3
104562026-09-07T00:23:54.517Z Fresh target-lexicon v0.13.3
104572026-09-07T00:23:54.517Z Fresh p256 v0.14.0
104582026-09-07T00:23:54.518Z Fresh sha3 v0.11.0
104592026-09-07T00:23:54.518Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
104602026-09-07T00:23:54.518Z Fresh knuffel-derive v3.2.0
104612026-09-07T00:23:54.518Z Fresh twox-hash v2.1.2
104622026-09-07T00:23:54.518Z Fresh kem v0.3.0
104632026-09-07T00:23:54.518Z Fresh module-lattice v0.2.3
104642026-09-07T00:23:54.518Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
104652026-09-07T00:23:54.518Z Fresh atty v0.2.14
104662026-09-07T00:23:54.518Z Fresh sponge-cursor v0.1.0
104672026-09-07T00:23:54.518Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
104682026-09-07T00:23:54.518Z Fresh ml-kem v0.3.2
104692026-09-07T00:23:54.518Z Fresh cfg-expr v0.20.6
104702026-09-07T00:23:54.518Z Fresh knuffel v3.2.0
104712026-09-07T00:23:54.518Z Fresh guppy-workspace-hack v0.1.0
104722026-09-07T00:23:54.518Z Fresh ssh-key v0.7.0-rc.11
104732026-09-07T00:23:54.518Z Fresh russh-cryptovec v0.62.0
104742026-09-07T00:23:54.518Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
104752026-09-07T00:23:54.518Z Fresh internal-russh-num-bigint v0.5.0
104762026-09-07T00:23:54.518Z Fresh fatfs v0.3.6
104772026-09-07T00:23:54.518Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
104782026-09-07T00:23:54.518Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
104792026-09-07T00:23:54.518Z Fresh sha3 v0.12.0
104802026-09-07T00:23:54.519Z Fresh httptest v0.16.4
104812026-09-07T00:23:54.519Z Fresh num-bigint v0.4.6
104822026-09-07T00:23:54.519Z Fresh generic-array v1.4.3
104832026-09-07T00:23:54.519Z Fresh russh-util v0.52.0
104842026-09-07T00:23:54.519Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
104852026-09-07T00:23:54.519Z Fresh enum_dispatch v0.3.13
104862026-09-07T00:23:54.519Z Fresh delegate v0.13.5
104872026-09-07T00:23:54.519Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104882026-09-07T00:23:54.519Z Fresh md5 v0.8.0
104892026-09-07T00:23:54.519Z Fresh hex-literal v1.1.0
104902026-09-07T00:23:54.519Z Fresh relative-path v1.9.3
104912026-09-07T00:23:54.519Z Fresh hex-literal v0.4.1
104922026-09-07T00:23:54.519Z Fresh escape8259 v0.5.3
104932026-09-07T00:23:54.519Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
104942026-09-07T00:23:54.519Z Fresh similar-asserts v1.7.0
104952026-09-07T00:23:54.519Z Fresh blake2b_simd v1.0.4
104962026-09-07T00:23:54.519Z Fresh fancy-regex v0.14.0
104972026-09-07T00:23:54.519Z Fresh pathdiff v0.2.3
104982026-09-07T00:23:54.519Z Fresh rstest_macros v0.25.0
104992026-09-07T00:23:54.519Z Fresh russh v0.62.4
105002026-09-07T00:23:54.519Z Fresh target-triple v1.0.0
105012026-09-07T00:23:54.519Z Fresh target-spec v3.5.7
105022026-09-07T00:23:54.519Z Fresh linkme-impl v0.3.35
105032026-09-07T00:23:54.519Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105042026-09-07T00:23:54.521Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
105052026-09-07T00:23:54.521Z Fresh libtest-mimic v0.8.1
105062026-09-07T00:23:54.521Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
105072026-09-07T00:23:54.521Z Fresh approx v0.5.1
105082026-09-07T00:23:54.521Z Fresh uzers v0.12.2
105092026-09-07T00:23:54.521Z Fresh constant_time_eq v0.3.1
105102026-09-07T00:23:54.521Z Fresh termcolor v1.4.1
105112026-09-07T00:23:54.521Z Fresh internet-checksum v0.2.1
105122026-09-07T00:23:54.521Z Fresh nested v0.1.1
105132026-09-07T00:23:54.521Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
105142026-09-07T00:23:54.521Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
105152026-09-07T00:23:54.521Z Fresh hickory-client v0.25.2
105162026-09-07T00:23:54.521Z Fresh rstest v0.25.0
105172026-09-07T00:23:54.521Z Fresh rust-argon2 v2.1.0
105182026-09-07T00:23:54.521Z Fresh linkme v0.3.35
105192026-09-07T00:23:54.521Z Fresh trybuild v1.0.116
105202026-09-07T00:23:54.521Z Fresh datatest-stable v0.3.3
105212026-09-07T00:23:54.521Z Fresh assert_cmd v2.1.2
105222026-09-07T00:23:54.521Z Fresh guppy v0.17.25
105232026-09-07T00:23:54.521Z Fresh partial-io v0.5.4
105242026-09-07T00:23:54.521Z Fresh rand_distr v0.5.1
105252026-09-07T00:23:54.521Z Fresh sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
105262026-09-07T00:23:54.522Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
105272026-09-07T00:23:54.522Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
105282026-09-07T00:23:54.522Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
105292026-09-07T00:23:54.522Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
105302026-09-07T00:23:54.522Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
105312026-09-07T00:23:54.530Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
105322026-09-07T00:23:54.530Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
105332026-09-07T00:23:54.530Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
105342026-09-07T00:23:54.530Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
105352026-09-07T00:23:54.531Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
105362026-09-07T00:23:54.531Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
105372026-09-07T00:23:54.531Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
105382026-09-07T00:23:54.531Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
105392026-09-07T00:23:54.531Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
105402026-09-07T00:23:54.531Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
105412026-09-07T00:23:54.531Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
105422026-09-07T00:23:54.531Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
105432026-09-07T00:23:54.531Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
105442026-09-07T00:23:54.531Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
105452026-09-07T00:23:54.531Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
105462026-09-07T00:23:54.531Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
105472026-09-07T00:23:54.531Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
105482026-09-07T00:23:54.531Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
105492026-09-07T00:23:54.531Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
105502026-09-07T00:23:54.531Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
105512026-09-07T00:23:54.531Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
105522026-09-07T00:23:54.531Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
105532026-09-07T00:23:54.531Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
105542026-09-07T00:23:54.532Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
105552026-09-07T00:23:54.532Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
105562026-09-07T00:23:54.532Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
105572026-09-07T00:23:54.532Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
105582026-09-07T00:23:54.532Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
105592026-09-07T00:23:54.532Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
105602026-09-07T00:23:54.532Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
105612026-09-07T00:23:54.532Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
105622026-09-07T00:23:54.532Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
105632026-09-07T00:23:54.532Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
105642026-09-07T00:23:54.532Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105652026-09-07T00:23:54.533Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
105662026-09-07T00:23:54.533Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
105672026-09-07T00:23:54.533Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
105682026-09-07T00:23:54.533Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
105692026-09-07T00:23:54.533Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
105702026-09-07T00:23:54.533Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105712026-09-07T00:23:54.533Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
105722026-09-07T00:23:54.533Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
105732026-09-07T00:23:54.533Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
105742026-09-07T00:23:54.533Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
105752026-09-07T00:23:54.533Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
105762026-09-07T00:23:54.534Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
105772026-09-07T00:23:54.534Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
105782026-09-07T00:23:54.534Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
105792026-09-07T00:23:54.534Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
105802026-09-07T00:23:54.534Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105812026-09-07T00:23:54.534Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
105822026-09-07T00:23:54.534Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
105832026-09-07T00:23:54.534Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
105842026-09-07T00:23:54.534Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105852026-09-07T00:23:54.534Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
105862026-09-07T00:23:54.534Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
105872026-09-07T00:23:54.534Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
105882026-09-07T00:23:54.534Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
105892026-09-07T00:23:54.534Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
105902026-09-07T00:23:54.534Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
105912026-09-07T00:23:54.534Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
105922026-09-07T00:23:54.534Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
105932026-09-07T00:23:54.535Z Fresh sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
105942026-09-07T00:23:54.535Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
105952026-09-07T00:23:54.535Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
105962026-09-07T00:23:54.535Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
105972026-09-07T00:23:54.535Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
105982026-09-07T00:23:54.535Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
105992026-09-07T00:23:54.535Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
106002026-09-07T00:23:54.535Z Fresh sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
106012026-09-07T00:23:54.535Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106022026-09-07T00:23:54.535Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
106032026-09-07T00:23:54.535Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
106042026-09-07T00:23:54.535Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
106052026-09-07T00:23:54.535Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
106062026-09-07T00:23:54.535Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
106072026-09-07T00:23:54.535Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
106082026-09-07T00:23:54.535Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
106092026-09-07T00:23:54.536Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
106102026-09-07T00:23:54.536Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
106112026-09-07T00:23:54.536Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
106122026-09-07T00:23:54.536Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
106132026-09-07T00:23:54.536Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
106142026-09-07T00:23:54.536Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
106152026-09-07T00:23:54.536Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
106162026-09-07T00:23:54.536Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
106172026-09-07T00:23:54.536Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
106182026-09-07T00:23:54.536Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
106192026-09-07T00:23:54.536Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
106202026-09-07T00:23:54.536Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
106212026-09-07T00:23:54.536Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
106222026-09-07T00:23:54.536Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
106232026-09-07T00:23:54.536Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
106242026-09-07T00:23:54.536Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
106252026-09-07T00:23:54.536Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
106262026-09-07T00:23:54.536Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
106272026-09-07T00:23:54.536Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
106282026-09-07T00:23:54.536Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
106292026-09-07T00:23:54.536Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
106302026-09-07T00:23:54.536Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
106312026-09-07T00:23:54.540Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
106322026-09-07T00:23:54.541Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
106332026-09-07T00:23:54.541Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
106342026-09-07T00:23:54.541Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
106352026-09-07T00:23:54.541Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
106362026-09-07T00:23:54.541Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
106372026-09-07T00:23:54.541Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
106382026-09-07T00:23:54.541Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
106392026-09-07T00:23:54.541Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
106402026-09-07T00:23:54.541Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
106412026-09-07T00:23:54.541Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
106422026-09-07T00:23:54.541Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
106432026-09-07T00:23:54.541Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
106442026-09-07T00:23:54.541Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
106452026-09-07T00:23:54.541Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
106462026-09-07T00:23:54.541Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
106472026-09-07T00:23:54.542Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
106482026-09-07T00:23:54.542Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
106492026-09-07T00:23:54.542Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
106502026-09-07T00:23:54.542Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
106512026-09-07T00:23:54.542Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
106522026-09-07T00:23:54.542Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
106532026-09-07T00:23:54.542Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
106542026-09-07T00:23:54.542Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
106552026-09-07T00:23:54.542Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
106562026-09-07T00:23:54.542Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
106572026-09-07T00:23:54.542Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
106582026-09-07T00:23:54.542Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
106592026-09-07T00:23:54.542Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
106602026-09-07T00:23:54.542Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
106612026-09-07T00:23:54.542Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
106622026-09-07T00:23:54.542Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
106632026-09-07T00:23:54.542Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
106642026-09-07T00:23:54.542Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
106652026-09-07T00:23:54.542Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
106662026-09-07T00:23:54.542Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
106672026-09-07T00:23:54.542Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
106682026-09-07T00:23:54.542Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
106692026-09-07T00:23:54.542Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
106702026-09-07T00:23:54.542Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
106712026-09-07T00:23:54.542Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
106722026-09-07T00:23:54.542Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
106732026-09-07T00:23:54.542Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
106742026-09-07T00:23:54.542Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
106752026-09-07T00:23:54.542Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
106762026-09-07T00:23:54.542Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
106772026-09-07T00:23:54.542Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
106782026-09-07T00:23:54.542Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
106792026-09-07T00:23:54.542Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
106802026-09-07T00:23:54.542Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
106812026-09-07T00:23:54.542Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
106822026-09-07T00:23:54.542Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
106832026-09-07T00:23:54.543Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
106842026-09-07T00:23:54.543Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
106852026-09-07T00:23:54.543Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
106862026-09-07T00:23:54.543Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
106872026-09-07T00:23:54.543Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
106882026-09-07T00:23:54.543Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
106892026-09-07T00:23:54.543Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
106902026-09-07T00:23:54.543Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
106912026-09-07T00:23:54.543Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
106922026-09-07T00:23:54.543Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
106932026-09-07T00:23:54.543Z Fresh omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
106942026-09-07T00:23:54.543Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
106952026-09-07T00:23:54.543Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.28s
106962026-09-07T00:23:54.544Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
106972026-09-07T00:23:54.544Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
106982026-09-07T00:23:54.549Z Doc-tests api_identity
106992026-09-07T00:23:54.552Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1a175bcd597a501f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107002026-09-07T00:23:54.721Z
107012026-09-07T00:23:54.721Zrunning 0 tests
107022026-09-07T00:23:54.721Z
107032026-09-07T00:23:54.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107042026-09-07T00:23:54.721Z
107052026-09-07T00:23:54.721Z Doc-tests authz_macros
107062026-09-07T00:23:54.721Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9cbde1feb2602293.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107072026-09-07T00:23:55.077Z
107082026-09-07T00:23:55.077Zrunning 7 tests
107092026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
107102026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
107112026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
107122026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
107132026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
107142026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
107152026-09-07T00:23:55.077Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
107162026-09-07T00:23:55.077Z
107172026-09-07T00:23:55.081Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
107182026-09-07T00:23:55.081Z
107192026-09-07T00:23:55.081Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
107202026-09-07T00:23:55.093Z Doc-tests bootstore
107212026-09-07T00:23:55.094Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107222026-09-07T00:23:55.346Z
107232026-09-07T00:23:55.346Zrunning 0 tests
107242026-09-07T00:23:55.346Z
107252026-09-07T00:23:55.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107262026-09-07T00:23:55.347Z
107272026-09-07T00:23:55.368Z Doc-tests bootstrap_agent_lockstep_api
107282026-09-07T00:23:55.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107292026-09-07T00:23:55.957Z
107302026-09-07T00:23:55.957Zrunning 2 tests
107312026-09-07T00:23:55.957Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 32) ... ignored
107322026-09-07T00:23:55.957Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 38) ... ignored
107332026-09-07T00:23:55.957Z
107342026-09-07T00:23:55.957Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107352026-09-07T00:23:55.957Z
107362026-09-07T00:23:55.961Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
107372026-09-07T00:23:55.988Z Doc-tests bootstrap_agent_lockstep_client
107382026-09-07T00:23:55.992Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107392026-09-07T00:23:56.697Z
107402026-09-07T00:23:56.697Zrunning 0 tests
107412026-09-07T00:23:56.697Z
107422026-09-07T00:23:56.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107432026-09-07T00:23:56.697Z
107442026-09-07T00:23:56.737Z Doc-tests bootstrap_agent_lockstep_types
107452026-09-07T00:23:56.737Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107462026-09-07T00:23:57.141Z
107472026-09-07T00:23:57.141Zrunning 0 tests
107482026-09-07T00:23:57.141Z
107492026-09-07T00:23:57.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107502026-09-07T00:23:57.142Z
107512026-09-07T00:23:57.173Z Doc-tests clickana
107522026-09-07T00:23:57.173Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-32c7097903846b68.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107532026-09-07T00:23:57.401Z
107542026-09-07T00:23:57.401Zrunning 0 tests
107552026-09-07T00:23:57.401Z
107562026-09-07T00:23:57.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107572026-09-07T00:23:57.401Z
107582026-09-07T00:23:57.425Z Doc-tests clickhouse_admin_api
107592026-09-07T00:23:57.425Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eeaf932562b660a4.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-24a0db975563501f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107602026-09-07T00:23:58.014Z
107612026-09-07T00:23:58.014Zrunning 6 tests
107622026-09-07T00:23:58.015Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
107632026-09-07T00:23:58.015Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
107642026-09-07T00:23:58.015Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
107652026-09-07T00:23:58.015Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
107662026-09-07T00:23:58.015Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
107672026-09-07T00:23:58.015Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
107682026-09-07T00:23:58.015Z
107692026-09-07T00:23:58.015Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
107702026-09-07T00:23:58.015Z
107712026-09-07T00:23:58.019Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
107722026-09-07T00:23:58.043Z Doc-tests clickhouse_admin_keeper_client
107732026-09-07T00:23:58.043Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107742026-09-07T00:23:58.411Z
107752026-09-07T00:23:58.411Zrunning 0 tests
107762026-09-07T00:23:58.411Z
107772026-09-07T00:23:58.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107782026-09-07T00:23:58.411Z
107792026-09-07T00:23:58.440Z Doc-tests clickhouse_admin_server_client
107802026-09-07T00:23:58.440Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107812026-09-07T00:23:58.835Z
107822026-09-07T00:23:58.835Zrunning 0 tests
107832026-09-07T00:23:58.835Z
107842026-09-07T00:23:58.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107852026-09-07T00:23:58.835Z
107862026-09-07T00:23:58.866Z Doc-tests clickhouse_admin_single_client
107872026-09-07T00:23:58.866Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107882026-09-07T00:23:59.052Z
107892026-09-07T00:23:59.052Zrunning 0 tests
107902026-09-07T00:23:59.052Z
107912026-09-07T00:23:59.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107922026-09-07T00:23:59.054Z
107932026-09-07T00:23:59.070Z Doc-tests clickhouse_admin_test_utils
107942026-09-07T00:23:59.073Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107952026-09-07T00:23:59.250Z
107962026-09-07T00:23:59.250Zrunning 0 tests
107972026-09-07T00:23:59.250Z
107982026-09-07T00:23:59.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107992026-09-07T00:23:59.250Z
108002026-09-07T00:23:59.270Z Doc-tests clickhouse_admin_types
108012026-09-07T00:23:59.271Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-39d51a528dcf4491.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-24a0db975563501f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108022026-09-07T00:23:59.442Z
108032026-09-07T00:23:59.442Zrunning 0 tests
108042026-09-07T00:23:59.443Z
108052026-09-07T00:23:59.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108062026-09-07T00:23:59.443Z
108072026-09-07T00:23:59.462Z Doc-tests clickhouse_admin_types_versions
108082026-09-07T00:23:59.462Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-24a0db975563501f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108092026-09-07T00:24:00.268Z
108102026-09-07T00:24:00.268Zrunning 1 test
108112026-09-07T00:24:00.268Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
108122026-09-07T00:24:00.268Z
108132026-09-07T00:24:00.270Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108142026-09-07T00:24:00.270Z
108152026-09-07T00:24:00.273Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
108162026-09-07T00:24:00.307Z Doc-tests cockroach_admin_api
108172026-09-07T00:24:00.307Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-122bbcebd08fc6b4.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108182026-09-07T00:24:00.817Z
108192026-09-07T00:24:00.817Zrunning 2 tests
108202026-09-07T00:24:00.817Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
108212026-09-07T00:24:00.819Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
108222026-09-07T00:24:00.819Z
108232026-09-07T00:24:00.819Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108242026-09-07T00:24:00.819Z
108252026-09-07T00:24:00.823Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
108262026-09-07T00:24:00.840Z Doc-tests cockroach_admin_client
108272026-09-07T00:24:00.840Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108282026-09-07T00:24:01.035Z
108292026-09-07T00:24:01.035Zrunning 0 tests
108302026-09-07T00:24:01.035Z
108312026-09-07T00:24:01.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108322026-09-07T00:24:01.035Z
108332026-09-07T00:24:01.053Z Doc-tests cockroach_admin_types
108342026-09-07T00:24:01.057Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8bc5741758439c67.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108352026-09-07T00:24:01.135Z
108362026-09-07T00:24:01.135Zrunning 0 tests
108372026-09-07T00:24:01.135Z
108382026-09-07T00:24:01.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108392026-09-07T00:24:01.135Z
108402026-09-07T00:24:01.147Z Doc-tests cockroach_admin_types_versions
108412026-09-07T00:24:01.147Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108422026-09-07T00:24:01.653Z
108432026-09-07T00:24:01.653Zrunning 1 test
108442026-09-07T00:24:01.653Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
108452026-09-07T00:24:01.653Z
108462026-09-07T00:24:01.653Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108472026-09-07T00:24:01.653Z
108482026-09-07T00:24:01.657Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
108492026-09-07T00:24:01.780Z Doc-tests db_macros
108502026-09-07T00:24:01.785Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3005cb53c4da0ad8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108512026-09-07T00:24:02.197Z
108522026-09-07T00:24:02.197Zrunning 3 tests
108532026-09-07T00:24:02.197Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
108542026-09-07T00:24:02.197Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
108552026-09-07T00:24:02.198Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
108562026-09-07T00:24:02.198Z
108572026-09-07T00:24:02.198Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
108582026-09-07T00:24:02.198Z
108592026-09-07T00:24:02.203Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
108602026-09-07T00:24:02.218Z Doc-tests dev_tools_common
108612026-09-07T00:24:02.218Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108622026-09-07T00:24:02.274Z
108632026-09-07T00:24:02.274Zrunning 0 tests
108642026-09-07T00:24:02.274Z
108652026-09-07T00:24:02.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108662026-09-07T00:24:02.274Z
108672026-09-07T00:24:02.281Z Doc-tests dns_server
108682026-09-07T00:24:02.281Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108692026-09-07T00:24:02.509Z
108702026-09-07T00:24:02.509Zrunning 0 tests
108712026-09-07T00:24:02.510Z
108722026-09-07T00:24:02.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108732026-09-07T00:24:02.510Z
108742026-09-07T00:24:02.534Z Doc-tests dns_server_api
108752026-09-07T00:24:02.534Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108762026-09-07T00:24:03.043Z
108772026-09-07T00:24:03.043Zrunning 2 tests
108782026-09-07T00:24:03.043Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
108792026-09-07T00:24:03.043Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
108802026-09-07T00:24:03.043Z
108812026-09-07T00:24:03.043Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108822026-09-07T00:24:03.043Z
108832026-09-07T00:24:03.049Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
108842026-09-07T00:24:03.064Z Doc-tests dns_service_client
108852026-09-07T00:24:03.064Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108862026-09-07T00:24:03.213Z
108872026-09-07T00:24:03.213Zrunning 0 tests
108882026-09-07T00:24:03.213Z
108892026-09-07T00:24:03.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108902026-09-07T00:24:03.213Z
108912026-09-07T00:24:03.228Z Doc-tests end_to_end_tests
108922026-09-07T00:24:03.228Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-005eca8cd254d3bb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
108932026-09-07T00:24:03.585Z
108942026-09-07T00:24:03.585Zrunning 0 tests
108952026-09-07T00:24:03.585Z
108962026-09-07T00:24:03.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108972026-09-07T00:24:03.585Z
108982026-09-07T00:24:03.617Z Doc-tests ereport_types
108992026-09-07T00:24:03.617Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109002026-09-07T00:24:03.765Z
109012026-09-07T00:24:03.765Zrunning 0 tests
109022026-09-07T00:24:03.765Z
109032026-09-07T00:24:03.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109042026-09-07T00:24:03.766Z
109052026-09-07T00:24:03.781Z Doc-tests gateway_api
109062026-09-07T00:24:03.784Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109072026-09-07T00:24:04.347Z
109082026-09-07T00:24:04.347Zrunning 2 tests
109092026-09-07T00:24:04.347Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
109102026-09-07T00:24:04.347Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
109112026-09-07T00:24:04.347Z
109122026-09-07T00:24:04.347Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109132026-09-07T00:24:04.347Z
109142026-09-07T00:24:04.352Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109152026-09-07T00:24:04.374Z Doc-tests gateway_client
109162026-09-07T00:24:04.374Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109172026-09-07T00:24:04.913Z
109182026-09-07T00:24:04.913Zrunning 0 tests
109192026-09-07T00:24:04.913Z
109202026-09-07T00:24:04.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109212026-09-07T00:24:04.913Z
109222026-09-07T00:24:04.946Z Doc-tests gateway_test_utils
109232026-09-07T00:24:04.946Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109242026-09-07T00:24:05.338Z
109252026-09-07T00:24:05.338Zrunning 0 tests
109262026-09-07T00:24:05.338Z
109272026-09-07T00:24:05.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109282026-09-07T00:24:05.338Z
109292026-09-07T00:24:05.373Z Doc-tests gateway_types
109302026-09-07T00:24:05.373Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f45b87aa92b45bec.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
109312026-09-07T00:24:05.533Z
109322026-09-07T00:24:05.533Zrunning 0 tests
109332026-09-07T00:24:05.533Z
109342026-09-07T00:24:05.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109352026-09-07T00:24:05.534Z
109362026-09-07T00:24:05.551Z Doc-tests gateway_types_versions
109372026-09-07T00:24:05.551Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
109382026-09-07T00:24:06.346Z
109392026-09-07T00:24:06.346Zrunning 1 test
109402026-09-07T00:24:06.346Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
109412026-09-07T00:24:06.347Z
109422026-09-07T00:24:06.347Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109432026-09-07T00:24:06.347Z
109442026-09-07T00:24:06.351Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109452026-09-07T00:24:06.384Z Doc-tests gfss
109462026-09-07T00:24:06.390Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb74a95d46416a86.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
109472026-09-07T00:24:06.486Z
109482026-09-07T00:24:06.488Zrunning 0 tests
109492026-09-07T00:24:06.489Z
109502026-09-07T00:24:06.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109512026-09-07T00:24:06.489Z
109522026-09-07T00:24:06.498Z Doc-tests illumos_utils
109532026-09-07T00:24:06.501Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
109542026-09-07T00:24:06.931Z
109552026-09-07T00:24:06.931Zrunning 0 tests
109562026-09-07T00:24:06.931Z
109572026-09-07T00:24:06.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109582026-09-07T00:24:06.931Z
109592026-09-07T00:24:06.965Z Doc-tests installinator
109602026-09-07T00:24:06.965Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e045ed6cd60d495c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c60c58b562438251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
109612026-09-07T00:24:07.324Z
109622026-09-07T00:24:07.324Zrunning 0 tests
109632026-09-07T00:24:07.324Z
109642026-09-07T00:24:07.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109652026-09-07T00:24:07.324Z
109662026-09-07T00:24:07.356Z Doc-tests installinator_api
109672026-09-07T00:24:07.356Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8ddafa6b7fc482e4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109682026-09-07T00:24:07.910Z
109692026-09-07T00:24:07.910Zrunning 2 tests
109702026-09-07T00:24:07.910Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
109712026-09-07T00:24:07.910Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
109722026-09-07T00:24:07.910Z
109732026-09-07T00:24:07.910Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109742026-09-07T00:24:07.910Z
109752026-09-07T00:24:07.913Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109762026-09-07T00:24:07.936Z Doc-tests installinator_client
109772026-09-07T00:24:07.936Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9d472264908e1377.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109782026-09-07T00:24:08.203Z
109792026-09-07T00:24:08.203Zrunning 0 tests
109802026-09-07T00:24:08.203Z
109812026-09-07T00:24:08.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109822026-09-07T00:24:08.204Z
109832026-09-07T00:24:08.223Z Doc-tests installinator_common
109842026-09-07T00:24:08.223Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8ddafa6b7fc482e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109852026-09-07T00:24:08.498Z
109862026-09-07T00:24:08.498Zrunning 0 tests
109872026-09-07T00:24:08.498Z
109882026-09-07T00:24:08.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109892026-09-07T00:24:08.498Z
109902026-09-07T00:24:08.524Z Doc-tests installinator_common_versions
109912026-09-07T00:24:08.525Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8ddafa6b7fc482e4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109922026-09-07T00:24:08.985Z
109932026-09-07T00:24:08.985Zrunning 1 test
109942026-09-07T00:24:08.985Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
109952026-09-07T00:24:08.985Z
109962026-09-07T00:24:08.985Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109972026-09-07T00:24:08.985Z
109982026-09-07T00:24:08.988Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109992026-09-07T00:24:09.001Z Doc-tests internal_dns_resolver
110002026-09-07T00:24:09.001Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4bcdd691ff58f43a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0bf4643a83114837.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110012026-09-07T00:24:09.222Z
110022026-09-07T00:24:09.222Zrunning 0 tests
110032026-09-07T00:24:09.222Z
110042026-09-07T00:24:09.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110052026-09-07T00:24:09.222Z
110062026-09-07T00:24:09.250Z Doc-tests internal_dns_types
110072026-09-07T00:24:09.250Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110082026-09-07T00:24:09.445Z
110092026-09-07T00:24:09.445Zrunning 0 tests
110102026-09-07T00:24:09.445Z
110112026-09-07T00:24:09.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110122026-09-07T00:24:09.445Z
110132026-09-07T00:24:09.466Z Doc-tests internal_dns_types_versions
110142026-09-07T00:24:09.467Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-ea3dd4b386791480.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110152026-09-07T00:24:09.963Z
110162026-09-07T00:24:09.963Zrunning 1 test
110172026-09-07T00:24:09.963Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
110182026-09-07T00:24:09.963Z
110192026-09-07T00:24:09.963Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110202026-09-07T00:24:09.963Z
110212026-09-07T00:24:09.967Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
110222026-09-07T00:24:09.981Z Doc-tests ipcc
110232026-09-07T00:24:09.985Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ddef13110ccf1ec1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110242026-09-07T00:24:10.103Z
110252026-09-07T00:24:10.103Zrunning 0 tests
110262026-09-07T00:24:10.103Z
110272026-09-07T00:24:10.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110282026-09-07T00:24:10.103Z
110292026-09-07T00:24:10.117Z Doc-tests key_manager
110302026-09-07T00:24:10.117Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110312026-09-07T00:24:10.315Z
110322026-09-07T00:24:10.315Zrunning 0 tests
110332026-09-07T00:24:10.315Z
110342026-09-07T00:24:10.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110352026-09-07T00:24:10.315Z
110362026-09-07T00:24:10.336Z Doc-tests key_manager_types
110372026-09-07T00:24:10.336Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110382026-09-07T00:24:10.379Z
110392026-09-07T00:24:10.379Zrunning 0 tests
110402026-09-07T00:24:10.379Z
110412026-09-07T00:24:10.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110422026-09-07T00:24:10.380Z
110432026-09-07T00:24:10.386Z Doc-tests live_tests_macros
110442026-09-07T00:24:10.386Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-322b95e022e349a8.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110452026-09-07T00:24:10.799Z
110462026-09-07T00:24:10.799Zrunning 1 test
110472026-09-07T00:24:10.799Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
110482026-09-07T00:24:10.799Z
110492026-09-07T00:24:10.799Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-09-07T00:24:10.799Z
110512026-09-07T00:24:10.802Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
110522026-09-07T00:24:10.813Z Doc-tests nexus_auth
110532026-09-07T00:24:10.818Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-9cbde1feb2602293.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9d7dd5510358337d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110542026-09-07T00:24:11.444Z
110552026-09-07T00:24:11.444Zrunning 0 tests
110562026-09-07T00:24:11.444Z
110572026-09-07T00:24:11.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110582026-09-07T00:24:11.444Z
110592026-09-07T00:24:11.491Z Doc-tests nexus_background_task_interface
110602026-09-07T00:24:11.492Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-67a5967744247be6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-d95b50b5c6c84a13.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
110612026-09-07T00:24:11.552Z
110622026-09-07T00:24:11.552Zrunning 0 tests
110632026-09-07T00:24:11.552Z
110642026-09-07T00:24:11.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110652026-09-07T00:24:11.552Z
110662026-09-07T00:24:11.560Z Doc-tests nexus_client
110672026-09-07T00:24:11.560Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110682026-09-07T00:24:12.109Z
110692026-09-07T00:24:12.109Zrunning 0 tests
110702026-09-07T00:24:12.109Z
110712026-09-07T00:24:12.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110722026-09-07T00:24:12.109Z
110732026-09-07T00:24:12.144Z Doc-tests nexus_config
110742026-09-07T00:24:12.145Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110752026-09-07T00:24:12.659Z
110762026-09-07T00:24:12.659Zrunning 0 tests
110772026-09-07T00:24:12.659Z
110782026-09-07T00:24:12.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110792026-09-07T00:24:12.659Z
110802026-09-07T00:24:12.696Z Doc-tests nexus_db_errors
110812026-09-07T00:24:12.696Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8c8f948d36433cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110822026-09-07T00:24:13.022Z
110832026-09-07T00:24:13.022Zrunning 0 tests
110842026-09-07T00:24:13.022Z
110852026-09-07T00:24:13.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110862026-09-07T00:24:13.023Z
110872026-09-07T00:24:13.054Z Doc-tests nexus_db_fixed_data
110882026-09-07T00:24:13.054Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9d7dd5510358337d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110892026-09-07T00:24:13.344Z
110902026-09-07T00:24:13.344Zrunning 0 tests
110912026-09-07T00:24:13.344Z
110922026-09-07T00:24:13.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110932026-09-07T00:24:13.344Z
110942026-09-07T00:24:13.375Z Doc-tests nexus_db_lookup
110952026-09-07T00:24:13.375Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110962026-09-07T00:24:13.878Z
110972026-09-07T00:24:13.878Zrunning 0 tests
110982026-09-07T00:24:13.878Z
110992026-09-07T00:24:13.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111002026-09-07T00:24:13.879Z
111012026-09-07T00:24:13.924Z Doc-tests nexus_db_model
111022026-09-07T00:24:13.924Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111032026-09-07T00:24:29.841Z
111042026-09-07T00:24:29.841Zrunning 4 tests
111052026-09-07T00:24:29.860Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
111062026-09-07T00:24:29.864Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
111072026-09-07T00:24:29.864Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
111082026-09-07T00:24:29.864Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
111092026-09-07T00:24:29.864Z
111102026-09-07T00:24:29.864Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
111112026-09-07T00:24:29.864Z
111122026-09-07T00:24:29.892Zall doctests ran in 13.19s; merged doctests compilation took 13.13s
111132026-09-07T00:24:30.011Z Doc-tests nexus_db_queries
111142026-09-07T00:24:30.016Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3005cb53c4da0ad8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-cf2c495f9555acfe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9d7dd5510358337d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111152026-09-07T00:24:38.113Z
111162026-09-07T00:24:38.113Zrunning 3 tests
111172026-09-07T00:24:38.117Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
111182026-09-07T00:24:38.117Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
111192026-09-07T00:24:38.120Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
111202026-09-07T00:24:38.120Z
111212026-09-07T00:24:38.120Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
111222026-09-07T00:24:38.120Z
111232026-09-07T00:24:38.135Zall doctests ran in 6.55s; merged doctests compilation took 6.52s
111242026-09-07T00:24:38.243Z Doc-tests nexus_db_schema
111252026-09-07T00:24:38.243Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-cec354afcaee4de5.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111262026-09-07T00:24:43.463Z
111272026-09-07T00:24:43.464Zrunning 0 tests
111282026-09-07T00:24:43.464Z
111292026-09-07T00:24:43.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111302026-09-07T00:24:43.464Z
111312026-09-07T00:24:43.699Z Doc-tests nexus_defaults
111322026-09-07T00:24:43.699Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-aea237dd1abc5aa3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332026-09-07T00:24:43.881Z
111342026-09-07T00:24:43.882Zrunning 0 tests
111352026-09-07T00:24:43.882Z
111362026-09-07T00:24:43.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111372026-09-07T00:24:43.882Z
111382026-09-07T00:24:43.904Z Doc-tests nexus_external_api
111392026-09-07T00:24:43.908Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111402026-09-07T00:24:44.962Z
111412026-09-07T00:24:44.962Zrunning 2 tests
111422026-09-07T00:24:44.962Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 216) ... ignored
111432026-09-07T00:24:44.962Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 222) ... ignored
111442026-09-07T00:24:44.962Z
111452026-09-07T00:24:44.965Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111462026-09-07T00:24:44.966Z
111472026-09-07T00:24:44.966Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
111482026-09-07T00:24:45.012Z Doc-tests nexus_fm
111492026-09-07T00:24:45.012Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111502026-09-07T00:24:45.379Z
111512026-09-07T00:24:45.379Zrunning 0 tests
111522026-09-07T00:24:45.379Z
111532026-09-07T00:24:45.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111542026-09-07T00:24:45.379Z
111552026-09-07T00:24:45.414Z Doc-tests nexus_internal_api
111562026-09-07T00:24:45.414Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111572026-09-07T00:24:46.121Z
111582026-09-07T00:24:46.121Zrunning 2 tests
111592026-09-07T00:24:46.121Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
111602026-09-07T00:24:46.121Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
111612026-09-07T00:24:46.121Z
111622026-09-07T00:24:46.121Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111632026-09-07T00:24:46.121Z
111642026-09-07T00:24:46.124Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111652026-09-07T00:24:46.158Z Doc-tests nexus_inventory
111662026-09-07T00:24:46.158Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111672026-09-07T00:24:46.470Z
111682026-09-07T00:24:46.471Zrunning 0 tests
111692026-09-07T00:24:46.471Z
111702026-09-07T00:24:46.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-09-07T00:24:46.471Z
111722026-09-07T00:24:46.501Z Doc-tests nexus_lockstep_api
111732026-09-07T00:24:46.501Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111742026-09-07T00:24:47.200Z
111752026-09-07T00:24:47.200Zrunning 2 tests
111762026-09-07T00:24:47.200Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
111772026-09-07T00:24:47.200Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
111782026-09-07T00:24:47.200Z
111792026-09-07T00:24:47.200Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111802026-09-07T00:24:47.201Z
111812026-09-07T00:24:47.205Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111822026-09-07T00:24:47.238Z Doc-tests nexus_lockstep_client
111832026-09-07T00:24:47.238Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111842026-09-07T00:24:49.026Z
111852026-09-07T00:24:49.026Zrunning 0 tests
111862026-09-07T00:24:49.026Z
111872026-09-07T00:24:49.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111882026-09-07T00:24:49.026Z
111892026-09-07T00:24:49.093Z Doc-tests nexus_macros_common
111902026-09-07T00:24:49.093Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8dfae607b9ded1b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111912026-09-07T00:24:49.140Z
111922026-09-07T00:24:49.140Zrunning 0 tests
111932026-09-07T00:24:49.140Z
111942026-09-07T00:24:49.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111952026-09-07T00:24:49.140Z
111962026-09-07T00:24:49.148Z Doc-tests nexus_metrics_producer_gc
111972026-09-07T00:24:49.151Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4beddd32bb8045d9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111982026-09-07T00:24:49.536Z
111992026-09-07T00:24:49.536Zrunning 0 tests
112002026-09-07T00:24:49.536Z
112012026-09-07T00:24:49.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112022026-09-07T00:24:49.536Z
112032026-09-07T00:24:49.574Z Doc-tests nexus_mgs_updates
112042026-09-07T00:24:49.574Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112052026-09-07T00:24:49.934Z
112062026-09-07T00:24:49.934Zrunning 0 tests
112072026-09-07T00:24:49.934Z
112082026-09-07T00:24:49.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112092026-09-07T00:24:49.934Z
112102026-09-07T00:24:49.971Z Doc-tests nexus_networking
112112026-09-07T00:24:49.971Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112122026-09-07T00:24:50.381Z
112132026-09-07T00:24:50.382Zrunning 0 tests
112142026-09-07T00:24:50.382Z
112152026-09-07T00:24:50.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112162026-09-07T00:24:50.382Z
112172026-09-07T00:24:50.421Z Doc-tests nexus_reconfigurator_blippy
112182026-09-07T00:24:50.422Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b38ea0edf80b482b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112192026-09-07T00:24:50.713Z
112202026-09-07T00:24:50.713Zrunning 0 tests
112212026-09-07T00:24:50.713Z
112222026-09-07T00:24:50.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112232026-09-07T00:24:50.714Z
112242026-09-07T00:24:50.744Z Doc-tests nexus_reconfigurator_execution
112252026-09-07T00:24:50.747Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112262026-09-07T00:24:51.164Z
112272026-09-07T00:24:51.165Zrunning 0 tests
112282026-09-07T00:24:51.165Z
112292026-09-07T00:24:51.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112302026-09-07T00:24:51.166Z
112312026-09-07T00:24:51.204Z Doc-tests nexus_reconfigurator_planning
112322026-09-07T00:24:51.209Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112332026-09-07T00:24:51.663Z
112342026-09-07T00:24:51.663Zrunning 0 tests
112352026-09-07T00:24:51.663Z
112362026-09-07T00:24:51.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112372026-09-07T00:24:51.663Z
112382026-09-07T00:24:51.703Z Doc-tests nexus_reconfigurator_preparation
112392026-09-07T00:24:51.707Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112402026-09-07T00:24:52.097Z
112412026-09-07T00:24:52.097Zrunning 0 tests
112422026-09-07T00:24:52.097Z
112432026-09-07T00:24:52.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112442026-09-07T00:24:52.098Z
112452026-09-07T00:24:52.138Z Doc-tests nexus_reconfigurator_rendezvous
112462026-09-07T00:24:52.139Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112472026-09-07T00:24:52.532Z
112482026-09-07T00:24:52.533Zrunning 0 tests
112492026-09-07T00:24:52.533Z
112502026-09-07T00:24:52.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112512026-09-07T00:24:52.533Z
112522026-09-07T00:24:52.572Z Doc-tests nexus_reconfigurator_simulation
112532026-09-07T00:24:52.576Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112542026-09-07T00:24:52.917Z
112552026-09-07T00:24:52.917Zrunning 0 tests
112562026-09-07T00:24:52.917Z
112572026-09-07T00:24:52.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112582026-09-07T00:24:52.917Z
112592026-09-07T00:24:52.952Z Doc-tests nexus_saga_recovery
112602026-09-07T00:24:52.953Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112612026-09-07T00:24:53.270Z
112622026-09-07T00:24:53.270Zrunning 0 tests
112632026-09-07T00:24:53.270Z
112642026-09-07T00:24:53.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112652026-09-07T00:24:53.270Z
112662026-09-07T00:24:53.304Z Doc-tests nexus_switch_config
112672026-09-07T00:24:53.304Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config --test nexus/switch-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112682026-09-07T00:24:53.576Z
112692026-09-07T00:24:53.576Zrunning 0 tests
112702026-09-07T00:24:53.576Z
112712026-09-07T00:24:53.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112722026-09-07T00:24:53.576Z
112732026-09-07T00:24:53.603Z Doc-tests nexus_switch_config_preparation
112742026-09-07T00:24:53.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config_preparation --test nexus/switch-config/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112752026-09-07T00:24:53.983Z
112762026-09-07T00:24:53.983Zrunning 0 tests
112772026-09-07T00:24:53.983Z
112782026-09-07T00:24:53.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112792026-09-07T00:24:53.984Z
112802026-09-07T00:24:54.019Z Doc-tests nexus_test_interface
112812026-09-07T00:24:54.023Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112822026-09-07T00:24:54.409Z
112832026-09-07T00:24:54.409Zrunning 0 tests
112842026-09-07T00:24:54.409Z
112852026-09-07T00:24:54.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112862026-09-07T00:24:54.409Z
112872026-09-07T00:24:54.448Z Doc-tests nexus_test_utils
112882026-09-07T00:24:54.448Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c6969511dfbadf74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112892026-09-07T00:24:54.972Z
112902026-09-07T00:24:54.972Zrunning 0 tests
112912026-09-07T00:24:54.972Z
112922026-09-07T00:24:54.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112932026-09-07T00:24:54.972Z
112942026-09-07T00:24:55.016Z Doc-tests nexus_test_utils_macros
112952026-09-07T00:24:55.016Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eff577f47f2d94d9.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112962026-09-07T00:24:55.063Z
112972026-09-07T00:24:55.063Zrunning 1 test
112982026-09-07T00:24:55.066Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 62) ... ignored
112992026-09-07T00:24:55.066Z
113002026-09-07T00:24:55.066Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113012026-09-07T00:24:55.066Z
113022026-09-07T00:24:55.070Z Doc-tests nexus_types
113032026-09-07T00:24:55.073Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113042026-09-07T00:25:07.121Z
113052026-09-07T00:25:07.121Zrunning 4 tests
113062026-09-07T00:25:07.124Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3331) ... ignored
113072026-09-07T00:25:07.125Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3203) ... ignored
113082026-09-07T00:25:07.125Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2041) ... ignored
113092026-09-07T00:25:07.130Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
113102026-09-07T00:25:07.130Z
113112026-09-07T00:25:07.130Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
113122026-09-07T00:25:07.130Z
113132026-09-07T00:25:07.157Zall doctests ran in 10.11s; merged doctests compilation took 10.07s
113142026-09-07T00:25:07.254Z Doc-tests nexus_types_versions
113152026-09-07T00:25:07.254Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113162026-09-07T00:25:10.231Z
113172026-09-07T00:25:10.231Zrunning 1 test
113182026-09-07T00:25:10.231Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
113192026-09-07T00:25:10.231Z
113202026-09-07T00:25:10.234Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113212026-09-07T00:25:10.234Z
113222026-09-07T00:25:10.238Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
113232026-09-07T00:25:10.336Z Doc-tests ntp_admin_api
113242026-09-07T00:25:10.336Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fadfb9897ceb80ad.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d51c602914e187e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113252026-09-07T00:25:10.841Z
113262026-09-07T00:25:10.841Zrunning 2 tests
113272026-09-07T00:25:10.841Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
113282026-09-07T00:25:10.841Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
113292026-09-07T00:25:10.842Z
113302026-09-07T00:25:10.842Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113312026-09-07T00:25:10.842Z
113322026-09-07T00:25:10.846Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113332026-09-07T00:25:10.863Z Doc-tests ntp_admin_client
113342026-09-07T00:25:10.863Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113352026-09-07T00:25:11.006Z
113362026-09-07T00:25:11.006Zrunning 0 tests
113372026-09-07T00:25:11.006Z
113382026-09-07T00:25:11.006Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113392026-09-07T00:25:11.007Z
113402026-09-07T00:25:11.021Z Doc-tests ntp_admin_types
113412026-09-07T00:25:11.022Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-80188497560c6a77.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-9d51c602914e187e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113422026-09-07T00:25:11.074Z
113432026-09-07T00:25:11.074Zrunning 0 tests
113442026-09-07T00:25:11.074Z
113452026-09-07T00:25:11.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113462026-09-07T00:25:11.074Z
113472026-09-07T00:25:11.082Z Doc-tests ntp_admin_types_versions
113482026-09-07T00:25:11.082Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9d51c602914e187e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113492026-09-07T00:25:11.535Z
113502026-09-07T00:25:11.535Zrunning 1 test
113512026-09-07T00:25:11.535Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
113522026-09-07T00:25:11.535Z
113532026-09-07T00:25:11.535Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113542026-09-07T00:25:11.535Z
113552026-09-07T00:25:11.539Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113562026-09-07T00:25:11.552Z Doc-tests omicron_certificates
113572026-09-07T00:25:11.552Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5ec1cd83469ea280.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113582026-09-07T00:25:11.741Z
113592026-09-07T00:25:11.741Zrunning 0 tests
113602026-09-07T00:25:11.742Z
113612026-09-07T00:25:11.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113622026-09-07T00:25:11.742Z
113632026-09-07T00:25:11.763Z Doc-tests omicron_clickhouse_admin
113642026-09-07T00:25:11.763Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eeaf932562b660a4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-41a96011d37a9b6f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-d7e4632a958ebf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113652026-09-07T00:25:12.104Z
113662026-09-07T00:25:12.104Zrunning 0 tests
113672026-09-07T00:25:12.104Z
113682026-09-07T00:25:12.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-09-07T00:25:12.104Z
113702026-09-07T00:25:12.139Z Doc-tests omicron_cockroach_admin
113712026-09-07T00:25:12.139Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-122bbcebd08fc6b4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-4045d5b5721477a2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c6969511dfbadf74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
113722026-09-07T00:25:12.412Z
113732026-09-07T00:25:12.412Zrunning 0 tests
113742026-09-07T00:25:12.412Z
113752026-09-07T00:25:12.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113762026-09-07T00:25:12.412Z
113772026-09-07T00:25:12.440Z Doc-tests omicron_cockroach_metrics
113782026-09-07T00:25:12.440Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bc5741758439c67.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113792026-09-07T00:25:14.416Z
113802026-09-07T00:25:14.416Zrunning 1 test
113812026-09-07T00:25:14.420Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
113822026-09-07T00:25:14.420Z
113832026-09-07T00:25:14.420Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113842026-09-07T00:25:14.420Z
113852026-09-07T00:25:14.423Zall doctests ran in 1.83s; merged doctests compilation took 1.82s
113862026-09-07T00:25:14.449Z Doc-tests omicron_common
113872026-09-07T00:25:14.449Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a175bcd597a501f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
113882026-09-07T00:25:20.088Z
113892026-09-07T00:25:20.088Zrunning 3 tests
113902026-09-07T00:25:20.092Ztest common/src/lib.rs - FileKv (line 36) ... ignored
113912026-09-07T00:25:20.095Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
113922026-09-07T00:25:20.096Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
113932026-09-07T00:25:20.096Z
113942026-09-07T00:25:20.096Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
113952026-09-07T00:25:20.096Z
113962026-09-07T00:25:20.106Zall doctests ran in 4.92s; merged doctests compilation took 4.90s
113972026-09-07T00:25:20.158Z Doc-tests omicron_ddm_admin_client
113982026-09-07T00:25:20.158Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4eacd590ea2a1149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113992026-09-07T00:25:20.370Z
114002026-09-07T00:25:20.370Zrunning 0 tests
114012026-09-07T00:25:20.370Z
114022026-09-07T00:25:20.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114032026-09-07T00:25:20.370Z
114042026-09-07T00:25:20.394Z Doc-tests omicron_deployment_graph
114052026-09-07T00:25:20.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114062026-09-07T00:25:20.447Z
114072026-09-07T00:25:20.447Zrunning 0 tests
114082026-09-07T00:25:20.447Z
114092026-09-07T00:25:20.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114102026-09-07T00:25:20.448Z
114112026-09-07T00:25:20.455Z Doc-tests omicron_dev_lib
114122026-09-07T00:25:20.455Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-3ca2f11567e5cd74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114132026-09-07T00:25:20.746Z
114142026-09-07T00:25:20.746Zrunning 0 tests
114152026-09-07T00:25:20.746Z
114162026-09-07T00:25:20.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114172026-09-07T00:25:20.746Z
114182026-09-07T00:25:20.778Z Doc-tests omicron_gateway
114192026-09-07T00:25:20.779Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fd3223c7c74ab3cc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5ae3640d53793055.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f5fb37ae311e73dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee4a8c817551271c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114202026-09-07T00:25:21.273Z
114212026-09-07T00:25:21.273Zrunning 0 tests
114222026-09-07T00:25:21.273Z
114232026-09-07T00:25:21.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114242026-09-07T00:25:21.273Z
114252026-09-07T00:25:21.317Z Doc-tests omicron_generation_kinds
114262026-09-07T00:25:21.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_generation_kinds --test generation-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/generation-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-375bea1ce7e3a24f.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' --document-private-items -D warnings --error-format human`
114272026-09-07T00:25:21.400Z
114282026-09-07T00:25:21.401Zrunning 0 tests
114292026-09-07T00:25:21.401Z
114302026-09-07T00:25:21.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114312026-09-07T00:25:21.401Z
114322026-09-07T00:25:21.412Z Doc-tests omicron_git_version
114332026-09-07T00:25:21.412Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-7e05576413124537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114342026-09-07T00:25:21.478Z
114352026-09-07T00:25:21.478Zrunning 0 tests
114362026-09-07T00:25:21.478Z
114372026-09-07T00:25:21.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114382026-09-07T00:25:21.478Z
114392026-09-07T00:25:21.487Z Doc-tests omicron_ledger
114402026-09-07T00:25:21.487Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114412026-09-07T00:25:21.559Z
114422026-09-07T00:25:21.559Zrunning 0 tests
114432026-09-07T00:25:21.559Z
114442026-09-07T00:25:21.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114452026-09-07T00:25:21.559Z
114462026-09-07T00:25:21.569Z Doc-tests omicron_ls_apis
114472026-09-07T00:25:21.572Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-37836a0c0a00a58b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-84d3b63beb259fcc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114482026-09-07T00:25:21.755Z
114492026-09-07T00:25:21.755Zrunning 0 tests
114502026-09-07T00:25:21.755Z
114512026-09-07T00:25:21.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114522026-09-07T00:25:21.755Z
114532026-09-07T00:25:21.772Z Doc-tests omicron_nexus
114542026-09-07T00:25:21.777Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4beddd32bb8045d9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-298ce84289e33ca1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-bf1663ebbf1decea.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8c73efb4e6a7d4a9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3afdf8fac2b7625b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-15e6f9a03eb832c7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-41bc03596c232194.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-67a5967744247be6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-29f9c725f5fb672e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8e2c86b1d051bdc1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d4ee50a8943afab2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-0aeb82d85c6ed20e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-052b9eeaf33849be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-d8ad8556b1608688.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-999ec7c578a04f30.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cc099df478e769ad.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-253c85e3f4eec550.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2bad7384b62576b4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c114eff63de5c596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-80a0cbb6c3735834.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-1526c975d03b2864.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-0dab978566b65d7b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f6a5efb0b69ee87e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-eff577f47f2d94d9.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-3969eaa8b9786cf4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c23a2efe7237e29c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-71224bdf6ca4f5af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
114552026-09-07T00:25:30.237Z
114562026-09-07T00:25:30.238Zrunning 6 tests
114572026-09-07T00:25:30.241Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
114582026-09-07T00:25:30.241Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
114592026-09-07T00:25:30.244Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1081) ... ok
114602026-09-07T00:25:30.244Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1039) ... ok
114612026-09-07T00:25:30.244Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1017) ... ok
114622026-09-07T00:25:30.248Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1111) ... ok
114632026-09-07T00:25:30.248Z
114642026-09-07T00:25:30.248Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
114652026-09-07T00:25:30.248Z
114662026-09-07T00:25:30.256Zall doctests ran in 6.49s; merged doctests compilation took 6.47s
114672026-09-07T00:25:30.379Z Doc-tests omicron_ntp_admin
114682026-09-07T00:25:30.383Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-58575a25ed4c4fa9.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fadfb9897ceb80ad.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-80188497560c6a77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2665a88d606bdab0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
114692026-09-07T00:25:30.604Z
114702026-09-07T00:25:30.604Zrunning 1 test
114712026-09-07T00:25:30.607Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
114722026-09-07T00:25:30.607Z
114732026-09-07T00:25:30.607Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114742026-09-07T00:25:30.607Z
114752026-09-07T00:25:30.629Z Doc-tests omicron_package
114762026-09-07T00:25:30.632Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-53e24726efc14ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114772026-09-07T00:25:30.776Z
114782026-09-07T00:25:30.777Zrunning 0 tests
114792026-09-07T00:25:30.777Z
114802026-09-07T00:25:30.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114812026-09-07T00:25:30.777Z
114822026-09-07T00:25:30.791Z Doc-tests omicron_passwords
114832026-09-07T00:25:30.791Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41ac2d17202de6c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114842026-09-07T00:25:30.883Z
114852026-09-07T00:25:30.883Zrunning 0 tests
114862026-09-07T00:25:30.883Z
114872026-09-07T00:25:30.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114882026-09-07T00:25:30.884Z
114892026-09-07T00:25:30.899Z Doc-tests omicron_pins
114902026-09-07T00:25:30.903Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-ccfafe50dae67b01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114912026-09-07T00:25:30.957Z
114922026-09-07T00:25:30.957Zrunning 0 tests
114932026-09-07T00:25:30.957Z
114942026-09-07T00:25:30.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114952026-09-07T00:25:30.958Z
114962026-09-07T00:25:30.966Z Doc-tests omicron_repl_utils
114972026-09-07T00:25:30.970Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114982026-09-07T00:25:31.028Z
114992026-09-07T00:25:31.028Zrunning 0 tests
115002026-09-07T00:25:31.028Z
115012026-09-07T00:25:31.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115022026-09-07T00:25:31.028Z
115032026-09-07T00:25:31.038Z Doc-tests omicron_rpaths
115042026-09-07T00:25:31.038Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3aa6ad4b32801278.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115052026-09-07T00:25:31.075Z
115062026-09-07T00:25:31.076Zrunning 0 tests
115072026-09-07T00:25:31.076Z
115082026-09-07T00:25:31.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115092026-09-07T00:25:31.076Z
115102026-09-07T00:25:31.082Z Doc-tests omicron_sled_agent
115112026-09-07T00:25:31.086Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e2fe93ff29cc6b0b.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f35247cb141295d4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9a9e3bd1804c1d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-b6f110b3e62be9e9.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-4b83989515cfa270.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
115122026-09-07T00:25:32.087Z
115132026-09-07T00:25:32.087Zrunning 0 tests
115142026-09-07T00:25:32.087Z
115152026-09-07T00:25:32.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115162026-09-07T00:25:32.087Z
115172026-09-07T00:25:32.155Z Doc-tests omicron_test_utils
115182026-09-07T00:25:32.155Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6747c7053046f656.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-a9ce85e1cc0663af.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
115192026-09-07T00:25:43.937Z
115202026-09-07T00:25:43.937Zrunning 2 tests
115212026-09-07T00:25:43.953Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
115222026-09-07T00:25:43.957Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
115232026-09-07T00:25:43.957Z
115242026-09-07T00:25:43.957Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
115252026-09-07T00:25:43.957Z
115262026-09-07T00:25:43.982Z
115272026-09-07T00:25:43.983Zrunning 1 test
115282026-09-07T00:25:43.987Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
115292026-09-07T00:25:43.987Z
115302026-09-07T00:25:43.987Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115312026-09-07T00:25:43.987Z
115322026-09-07T00:25:43.987Zall doctests ran in 11.45s; merged doctests compilation took 11.40s
115332026-09-07T00:25:44.033Z Doc-tests omicron_uuid_kinds
115342026-09-07T00:25:44.033Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cec375fe56ae7184.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
115352026-09-07T00:25:44.163Z
115362026-09-07T00:25:44.163Zrunning 0 tests
115372026-09-07T00:25:44.163Z
115382026-09-07T00:25:44.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115392026-09-07T00:25:44.163Z
115402026-09-07T00:25:44.178Z Doc-tests omicron_workspace_hack
115412026-09-07T00:25:44.183Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-787924a301230b23.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-db2c9870c4b2b56b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2a1262ab6b9fbdde.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-6324502ac22b92e6.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-405a5604a463ea5a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-26808024e6bf7a5e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1453aaee161363d5.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-9f3dce73c987bafb.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115422026-09-07T00:25:44.218Z
115432026-09-07T00:25:44.218Zrunning 0 tests
115442026-09-07T00:25:44.218Z
115452026-09-07T00:25:44.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115462026-09-07T00:25:44.221Z
115472026-09-07T00:25:44.225Z Doc-tests oxide_client
115482026-09-07T00:25:44.226Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-10ebc3a31f9afdcd.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115492026-09-07T00:25:48.869Z
115502026-09-07T00:25:48.869Zrunning 317 tests
115512026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
115522026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
115532026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
115542026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
115552026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
115562026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
115572026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
115582026-09-07T00:25:48.869Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
115592026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
115602026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
115612026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
115622026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
115632026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
115642026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
115652026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
115662026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
115672026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
115682026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
115692026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
115702026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
115712026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
115722026-09-07T00:25:48.876Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
115732026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
115742026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
115752026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
115762026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
115772026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
115782026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
115792026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
115802026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
115812026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
115822026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
115832026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
115842026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
115852026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
115862026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
115872026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
115882026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
115892026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
115902026-09-07T00:25:48.877Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
115912026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
115922026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
115932026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
115942026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
115952026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
115962026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
115972026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
115982026-09-07T00:25:48.878Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
115992026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
116002026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
116012026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
116022026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
116032026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
116042026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
116052026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
116062026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
116072026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
116082026-09-07T00:25:48.879Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
116092026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
116102026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
116112026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
116122026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
116132026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
116142026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
116152026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
116162026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
116172026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
116182026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
116192026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
116202026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
116212026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
116222026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
116232026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
116242026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
116252026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
116262026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
116272026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
116282026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
116292026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
116302026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
116312026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
116322026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
116332026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
116342026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
116352026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
116362026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
116372026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
116382026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
116392026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
116402026-09-07T00:25:48.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
116412026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
116422026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
116432026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
116442026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
116452026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
116462026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
116472026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
116482026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
116492026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
116502026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
116512026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
116522026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
116532026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
116542026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
116552026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
116562026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
116572026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
116582026-09-07T00:25:48.881Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
116592026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
116602026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
116612026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
116622026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
116632026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
116642026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
116652026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
116662026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
116672026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
116682026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
116692026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
116702026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
116712026-09-07T00:25:48.887Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
116722026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
116732026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
116742026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
116752026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
116762026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
116772026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
116782026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
116792026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
116802026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116812026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116822026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
116832026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
116842026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
116852026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
116862026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
116872026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
116882026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
116892026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
116902026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
116912026-09-07T00:25:48.888Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
116922026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
116932026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
116942026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
116952026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
116962026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
116972026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
116982026-09-07T00:25:48.889Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
116992026-09-07T00:25:48.890Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
117002026-09-07T00:25:48.890Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
117012026-09-07T00:25:48.890Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
117022026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
117032026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
117042026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
117052026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
117062026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
117072026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
117082026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
117092026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
117102026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
117112026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
117122026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
117132026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
117142026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
117152026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
117162026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
117172026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
117182026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
117192026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
117202026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
117212026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
117222026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
117232026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
117242026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
117252026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
117262026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
117272026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
117282026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
117292026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
117302026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
117312026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
117322026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
117332026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
117342026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
117352026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
117362026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
117372026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
117382026-09-07T00:25:48.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
117392026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
117402026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
117412026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
117422026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
117432026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
117442026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
117452026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
117462026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
117472026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
117482026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
117492026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
117502026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
117512026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
117522026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
117532026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
117542026-09-07T00:25:48.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
117552026-09-07T00:25:48.894Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
117562026-09-07T00:25:48.894Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
117572026-09-07T00:25:48.894Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
117582026-09-07T00:25:48.894Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
117592026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
117602026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
117612026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
117622026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
117632026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
117642026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
117652026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
117662026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
117672026-09-07T00:25:48.899Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
117682026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
117692026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
117702026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
117712026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
117722026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
117732026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
117742026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
117752026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
117762026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
117772026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
117782026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
117792026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
117802026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
117812026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
117822026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
117832026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
117842026-09-07T00:25:48.900Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
117852026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
117862026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
117872026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
117882026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
117892026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
117902026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
117912026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
117922026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
117932026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
117942026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
117952026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
117962026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
117972026-09-07T00:25:48.901Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
117982026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
117992026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
118002026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
118012026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
118022026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
118032026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
118042026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
118052026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
118062026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
118072026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
118082026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
118092026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
118102026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
118112026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
118122026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
118132026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_create (line 23) ... ignored
118142026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_delete (line 27) ... ignored
118152026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download (line 28) ... ignored
118162026-09-07T00:25:48.902Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download_file (line 29) ... ignored
118172026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head (line 28) ... ignored
118182026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head_file (line 29) ... ignored
118192026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_index (line 28) ... ignored
118202026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_list (line 27) ... ignored
118212026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_update (line 26) ... ignored
118222026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_view (line 25) ... ignored
118232026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
118242026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
118252026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
118262026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
118272026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
118282026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
118292026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
118302026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
118312026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
118322026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
118332026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
118342026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
118352026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
118362026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
118372026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
118382026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
118392026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
118402026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
118412026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
118422026-09-07T00:25:48.903Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
118432026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
118442026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
118452026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
118462026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
118472026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
118482026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
118492026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
118502026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
118512026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
118522026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
118532026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
118542026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
118552026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
118562026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
118572026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
118582026-09-07T00:25:48.904Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
118592026-09-07T00:25:48.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
118602026-09-07T00:25:48.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
118612026-09-07T00:25:48.908Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
118622026-09-07T00:25:48.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
118632026-09-07T00:25:48.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
118642026-09-07T00:25:48.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
118652026-09-07T00:25:48.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
118662026-09-07T00:25:48.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
118672026-09-07T00:25:48.909Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
118682026-09-07T00:25:48.909Z
118692026-09-07T00:25:48.909Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
118702026-09-07T00:25:48.909Z
118712026-09-07T00:25:48.909Zall doctests ran in 0.63s; merged doctests compilation took 0.62s
118722026-09-07T00:25:48.990Z Doc-tests oximeter
118732026-09-07T00:25:48.990Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7c4b53f0c4a0679f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3213bdadf9ebf5a1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118742026-09-07T00:25:53.999Z
118752026-09-07T00:25:53.999Zrunning 2 tests
118762026-09-07T00:25:54.003Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
118772026-09-07T00:25:54.003Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
118782026-09-07T00:25:54.004Z
118792026-09-07T00:25:54.004Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118802026-09-07T00:25:54.004Z
118812026-09-07T00:25:54.015Zall doctests ran in 4.81s; merged doctests compilation took 4.79s
118822026-09-07T00:25:54.053Z Doc-tests oximeter_api
118832026-09-07T00:25:54.057Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118842026-09-07T00:25:54.625Z
118852026-09-07T00:25:54.625Zrunning 2 tests
118862026-09-07T00:25:54.625Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
118872026-09-07T00:25:54.625Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
118882026-09-07T00:25:54.625Z
118892026-09-07T00:25:54.625Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118902026-09-07T00:25:54.626Z
118912026-09-07T00:25:54.630Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
118922026-09-07T00:25:54.652Z Doc-tests oximeter_client
118932026-09-07T00:25:54.656Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118942026-09-07T00:25:54.924Z
118952026-09-07T00:25:54.924Zrunning 0 tests
118962026-09-07T00:25:54.924Z
118972026-09-07T00:25:54.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118982026-09-07T00:25:54.925Z
118992026-09-07T00:25:54.951Z Doc-tests oximeter_collector
119002026-09-07T00:25:54.952Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-de5a721403e268bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-196a4f1fc5c5893a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1535582f849ee902.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119012026-09-07T00:25:55.420Z
119022026-09-07T00:25:55.420Zrunning 0 tests
119032026-09-07T00:25:55.420Z
119042026-09-07T00:25:55.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119052026-09-07T00:25:55.421Z
119062026-09-07T00:25:55.462Z Doc-tests oximeter_db
119072026-09-07T00:25:55.462Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-39d51a528dcf4491.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
119082026-09-07T00:25:56.524Z
119092026-09-07T00:25:56.524Zrunning 3 tests
119102026-09-07T00:25:56.524Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
119112026-09-07T00:25:56.524Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
119122026-09-07T00:25:56.524Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
119132026-09-07T00:25:56.524Z
119142026-09-07T00:25:56.524Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
119152026-09-07T00:25:56.524Z
119162026-09-07T00:25:56.528Z
119172026-09-07T00:25:56.528Zrunning 2 tests
119182026-09-07T00:25:56.528Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
119192026-09-07T00:25:56.528Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
119202026-09-07T00:25:56.528Z
119212026-09-07T00:25:56.528Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119222026-09-07T00:25:56.528Z
119232026-09-07T00:25:56.528Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
119242026-09-07T00:25:56.577Z Doc-tests oximeter_instruments
119252026-09-07T00:25:56.577Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-582c3a4155e020a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
119262026-09-07T00:25:56.957Z
119272026-09-07T00:25:56.958Zrunning 0 tests
119282026-09-07T00:25:56.958Z
119292026-09-07T00:25:56.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119302026-09-07T00:25:56.958Z
119312026-09-07T00:25:56.994Z Doc-tests oximeter_macro_impl
119322026-09-07T00:25:56.994Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ea78eef5842af700.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119332026-09-07T00:25:57.046Z
119342026-09-07T00:25:57.046Zrunning 0 tests
119352026-09-07T00:25:57.046Z
119362026-09-07T00:25:57.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119372026-09-07T00:25:57.046Z
119382026-09-07T00:25:57.053Z Doc-tests oximeter_producer
119392026-09-07T00:25:57.053Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e5c1e3f4e2082fc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e2d33e96f24d4ecd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-82cdaf8ab8fc6e09.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-c0a4ac84b4c02368.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119402026-09-07T00:25:57.396Z
119412026-09-07T00:25:57.396Zrunning 0 tests
119422026-09-07T00:25:57.396Z
119432026-09-07T00:25:57.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119442026-09-07T00:25:57.396Z
119452026-09-07T00:25:57.430Z Doc-tests oximeter_producer_api
119462026-09-07T00:25:57.430Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-c0a4ac84b4c02368.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119472026-09-07T00:25:57.996Z
119482026-09-07T00:25:57.996Zrunning 2 tests
119492026-09-07T00:25:57.996Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
119502026-09-07T00:25:57.996Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
119512026-09-07T00:25:57.996Z
119522026-09-07T00:25:57.999Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119532026-09-07T00:25:57.999Z
119542026-09-07T00:25:57.999Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
119552026-09-07T00:25:58.024Z Doc-tests oximeter_schema
119562026-09-07T00:25:58.024Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7c4b53f0c4a0679f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119572026-09-07T00:25:58.250Z
119582026-09-07T00:25:58.250Zrunning 0 tests
119592026-09-07T00:25:58.250Z
119602026-09-07T00:25:58.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119612026-09-07T00:25:58.250Z
119622026-09-07T00:25:58.275Z Doc-tests oximeter_test_utils
119632026-09-07T00:25:58.276Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-11f10ee5805e9f19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c8646d2c037e2c83.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119642026-09-07T00:25:58.633Z
119652026-09-07T00:25:58.633Zrunning 0 tests
119662026-09-07T00:25:58.633Z
119672026-09-07T00:25:58.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119682026-09-07T00:25:58.635Z
119692026-09-07T00:25:58.669Z Doc-tests oximeter_timeseries_macro
119702026-09-07T00:25:58.669Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ea78eef5842af700.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-255d02f7406ca6f2.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3213bdadf9ebf5a1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2747b480bc772a27.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119712026-09-07T00:25:58.853Z
119722026-09-07T00:25:58.853Zrunning 0 tests
119732026-09-07T00:25:58.853Z
119742026-09-07T00:25:58.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119752026-09-07T00:25:58.853Z
119762026-09-07T00:25:58.875Z Doc-tests oximeter_types
119772026-09-07T00:25:58.879Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fbf83b3a1a5b13.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119782026-09-07T00:25:59.522Z
119792026-09-07T00:25:59.522Zrunning 11 tests
119802026-09-07T00:25:59.910Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
119812026-09-07T00:25:59.921Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
119822026-09-07T00:26:04.916Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
119832026-09-07T00:26:04.992Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
119842026-09-07T00:26:05.112Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
119852026-09-07T00:26:05.112Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
119862026-09-07T00:26:05.172Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
119872026-09-07T00:26:05.172Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
119882026-09-07T00:26:09.481Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
119892026-09-07T00:26:09.481Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
119902026-09-07T00:26:09.485Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
119912026-09-07T00:26:09.486Z
119922026-09-07T00:26:09.487Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.96s
119932026-09-07T00:26:09.487Z
119942026-09-07T00:26:09.487Zall doctests ran in 10.43s; merged doctests compilation took 0.47s
119952026-09-07T00:26:09.513Z Doc-tests oximeter_types_versions
119962026-09-07T00:26:09.513Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3691007ff0584b58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-28766969a80ba549.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-171fcd5148727c91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119972026-09-07T00:26:10.320Z
119982026-09-07T00:26:10.320Zrunning 1 test
119992026-09-07T00:26:10.320Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
120002026-09-07T00:26:10.320Z
120012026-09-07T00:26:10.320Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120022026-09-07T00:26:10.320Z
120032026-09-07T00:26:10.324Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
120042026-09-07T00:26:10.357Z Doc-tests oxlog
120052026-09-07T00:26:10.357Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120062026-09-07T00:26:10.410Z
120072026-09-07T00:26:10.410Zrunning 0 tests
120082026-09-07T00:26:10.410Z
120092026-09-07T00:26:10.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120102026-09-07T00:26:10.410Z
120112026-09-07T00:26:10.418Z Doc-tests oxql_types
120122026-09-07T00:26:10.418Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-83dceb9ea646b5ec.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11c888349275b7f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120132026-09-07T00:26:10.669Z
120142026-09-07T00:26:10.669Zrunning 0 tests
120152026-09-07T00:26:10.669Z
120162026-09-07T00:26:10.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120172026-09-07T00:26:10.673Z
120182026-09-07T00:26:10.694Z Doc-tests parallel_task_set
120192026-09-07T00:26:10.694Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ea78eef5842af700.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120202026-09-07T00:26:10.740Z
120212026-09-07T00:26:10.740Zrunning 0 tests
120222026-09-07T00:26:10.740Z
120232026-09-07T00:26:10.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120242026-09-07T00:26:10.740Z
120252026-09-07T00:26:10.747Z Doc-tests rack_init_config
120262026-09-07T00:26:10.748Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name rack_init_config --test dev-tools/rack-init-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/rack-init-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-143f5bd091a24793.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120272026-09-07T00:26:10.940Z
120282026-09-07T00:26:10.940Zrunning 0 tests
120292026-09-07T00:26:10.940Z
120302026-09-07T00:26:10.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120312026-09-07T00:26:10.940Z
120322026-09-07T00:26:10.961Z Doc-tests range_requests
120332026-09-07T00:26:10.961Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47cd8f8dc9e7b1a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-84fb1e5f07e8ba0c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120342026-09-07T00:26:11.087Z
120352026-09-07T00:26:11.087Zrunning 0 tests
120362026-09-07T00:26:11.087Z
120372026-09-07T00:26:11.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120382026-09-07T00:26:11.087Z
120392026-09-07T00:26:11.101Z Doc-tests reconfigurator_cli
120402026-09-07T00:26:11.105Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d064529dd67b5000.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9f789d6e95f543b7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-187ee24eea704533.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-62bba0fc2f938e02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-85440c523c1f7daf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
120412026-09-07T00:26:11.579Z
120422026-09-07T00:26:11.579Zrunning 0 tests
120432026-09-07T00:26:11.579Z
120442026-09-07T00:26:11.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120452026-09-07T00:26:11.579Z
120462026-09-07T00:26:11.619Z Doc-tests repo_depot_api
120472026-09-07T00:26:11.619Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3a7a777febeca73b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120482026-09-07T00:26:12.158Z
120492026-09-07T00:26:12.159Zrunning 2 tests
120502026-09-07T00:26:12.159Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
120512026-09-07T00:26:12.159Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
120522026-09-07T00:26:12.159Z
120532026-09-07T00:26:12.159Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120542026-09-07T00:26:12.159Z
120552026-09-07T00:26:12.162Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
120562026-09-07T00:26:12.184Z Doc-tests repo_depot_client
120572026-09-07T00:26:12.184Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ea78eef5842af700.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4272a6d8ad5a7e0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120582026-09-07T00:26:12.313Z
120592026-09-07T00:26:12.313Zrunning 0 tests
120602026-09-07T00:26:12.313Z
120612026-09-07T00:26:12.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120622026-09-07T00:26:12.313Z
120632026-09-07T00:26:12.329Z Doc-tests sled_agent_api
120642026-09-07T00:26:12.330Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120652026-09-07T00:26:13.008Z
120662026-09-07T00:26:13.008Zrunning 2 tests
120672026-09-07T00:26:13.008Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 127) ... ignored
120682026-09-07T00:26:13.008Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 133) ... ignored
120692026-09-07T00:26:13.008Z
120702026-09-07T00:26:13.008Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120712026-09-07T00:26:13.008Z
120722026-09-07T00:26:13.015Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
120732026-09-07T00:26:13.042Z Doc-tests sled_agent_bootstrap_common
120742026-09-07T00:26:13.042Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_bootstrap_common --test sled-agent/bootstrap-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a1d5060e0d2baf84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120752026-09-07T00:26:13.336Z
120762026-09-07T00:26:13.336Zrunning 0 tests
120772026-09-07T00:26:13.336Z
120782026-09-07T00:26:13.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120792026-09-07T00:26:13.336Z
120802026-09-07T00:26:13.366Z Doc-tests sled_agent_client
120812026-09-07T00:26:13.367Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120822026-09-07T00:26:14.803Z
120832026-09-07T00:26:14.803Zrunning 0 tests
120842026-09-07T00:26:14.803Z
120852026-09-07T00:26:14.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120862026-09-07T00:26:14.803Z
120872026-09-07T00:26:14.860Z Doc-tests sled_agent_config_reconciler
120882026-09-07T00:26:14.865Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4ad47c5b6e9905be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
120892026-09-07T00:26:15.335Z
120902026-09-07T00:26:15.335Zrunning 0 tests
120912026-09-07T00:26:15.335Z
120922026-09-07T00:26:15.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120932026-09-07T00:26:15.335Z
120942026-09-07T00:26:15.373Z Doc-tests sled_agent_health_monitor
120952026-09-07T00:26:15.377Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-effc2c2805c1a50d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6fff4a5cff4ed8ab.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120962026-09-07T00:26:15.589Z
120972026-09-07T00:26:15.589Zrunning 0 tests
120982026-09-07T00:26:15.589Z
120992026-09-07T00:26:15.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121002026-09-07T00:26:15.589Z
121012026-09-07T00:26:15.612Z Doc-tests sled_agent_measurements
121022026-09-07T00:26:15.612Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121032026-09-07T00:26:15.879Z
121042026-09-07T00:26:15.879Zrunning 0 tests
121052026-09-07T00:26:15.879Z
121062026-09-07T00:26:15.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121072026-09-07T00:26:15.879Z
121082026-09-07T00:26:15.906Z Doc-tests sled_agent_multirack_join
121092026-09-07T00:26:15.910Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_multirack_join --test sled-agent/multirack-join/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/multirack-join -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-2a2b4fdac810be24.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121102026-09-07T00:26:16.213Z
121112026-09-07T00:26:16.213Zrunning 0 tests
121122026-09-07T00:26:16.214Z
121132026-09-07T00:26:16.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121142026-09-07T00:26:16.214Z
121152026-09-07T00:26:16.244Z Doc-tests sled_agent_rack_setup
121162026-09-07T00:26:16.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4d37f23683813ebb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-569903469f69ebf2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6f277ce8179d1145.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-6831535c4ab8beb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-6aa1ef53cdf22d8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5e7b2c2d91f68706.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121172026-09-07T00:26:16.632Z
121182026-09-07T00:26:16.632Zrunning 0 tests
121192026-09-07T00:26:16.632Z
121202026-09-07T00:26:16.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121212026-09-07T00:26:16.632Z
121222026-09-07T00:26:16.665Z Doc-tests sled_agent_resolvable_files
121232026-09-07T00:26:16.665Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121242026-09-07T00:26:16.938Z
121252026-09-07T00:26:16.938Zrunning 0 tests
121262026-09-07T00:26:16.938Z
121272026-09-07T00:26:16.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121282026-09-07T00:26:16.939Z
121292026-09-07T00:26:16.969Z Doc-tests sled_agent_resolvable_files_examples
121302026-09-07T00:26:16.970Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121312026-09-07T00:26:17.164Z
121322026-09-07T00:26:17.165Zrunning 0 tests
121332026-09-07T00:26:17.165Z
121342026-09-07T00:26:17.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121352026-09-07T00:26:17.165Z
121362026-09-07T00:26:17.185Z Doc-tests sled_agent_scrimlet_reconcilers
121372026-09-07T00:26:17.185Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_scrimlet_reconcilers --test sled-agent/scrimlet-reconcilers/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0d27ab7294fdee59.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-9ffb95a06ce1a227.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121382026-09-07T00:26:17.515Z
121392026-09-07T00:26:17.515Zrunning 0 tests
121402026-09-07T00:26:17.515Z
121412026-09-07T00:26:17.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121422026-09-07T00:26:17.515Z
121432026-09-07T00:26:17.548Z Doc-tests sled_agent_types
121442026-09-07T00:26:17.551Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
121452026-09-07T00:26:17.811Z
121462026-09-07T00:26:17.811Zrunning 0 tests
121472026-09-07T00:26:17.811Z
121482026-09-07T00:26:17.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121492026-09-07T00:26:17.811Z
121502026-09-07T00:26:17.838Z Doc-tests sled_agent_types_versions
121512026-09-07T00:26:17.838Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
121522026-09-07T00:26:20.364Z
121532026-09-07T00:26:20.364Zrunning 1 test
121542026-09-07T00:26:20.364Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
121552026-09-07T00:26:20.364Z
121562026-09-07T00:26:20.364Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121572026-09-07T00:26:20.364Z
121582026-09-07T00:26:20.371Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
121592026-09-07T00:26:20.457Z Doc-tests sled_diagnostics
121602026-09-07T00:26:20.461Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6b8d35c149d0c9d6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-f3f6ea490611a8e4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121612026-09-07T00:26:20.723Z
121622026-09-07T00:26:20.723Zrunning 0 tests
121632026-09-07T00:26:20.723Z
121642026-09-07T00:26:20.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121652026-09-07T00:26:20.723Z
121662026-09-07T00:26:20.751Z Doc-tests sled_hardware
121672026-09-07T00:26:20.755Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-25cae5acaa8bdd94.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
121682026-09-07T00:26:21.057Z
121692026-09-07T00:26:21.057Zrunning 0 tests
121702026-09-07T00:26:21.057Z
121712026-09-07T00:26:21.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121722026-09-07T00:26:21.057Z
121732026-09-07T00:26:21.088Z Doc-tests sled_hardware_types
121742026-09-07T00:26:21.088Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cec375fe56ae7184.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
121752026-09-07T00:26:21.211Z
121762026-09-07T00:26:21.211Zrunning 0 tests
121772026-09-07T00:26:21.211Z
121782026-09-07T00:26:21.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121792026-09-07T00:26:21.211Z
121802026-09-07T00:26:21.214Z Doc-tests sled_storage
121812026-09-07T00:26:21.214Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-408f119184329cb4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
121822026-09-07T00:26:21.464Z
121832026-09-07T00:26:21.464Zrunning 0 tests
121842026-09-07T00:26:21.464Z
121852026-09-07T00:26:21.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121862026-09-07T00:26:21.464Z
121872026-09-07T00:26:21.492Z Doc-tests sp_sim
121882026-09-07T00:26:21.492Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-670176809afdede0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dca843d0185dc07a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121892026-09-07T00:26:21.944Z
121902026-09-07T00:26:21.944Zrunning 0 tests
121912026-09-07T00:26:21.944Z
121922026-09-07T00:26:21.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121932026-09-07T00:26:21.944Z
121942026-09-07T00:26:21.985Z Doc-tests support_bundle_collection
121952026-09-07T00:26:21.985Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01ccc106622cdc0f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8be9208023921b9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-eaf7c1f6edc2888e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-99b67737ac871a83.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-cbc2d23ceb356bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-bf2b4b49e37aea90.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-dddb699f08e95640.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-5e934f72311c2d40.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
121962026-09-07T00:26:22.434Z
121972026-09-07T00:26:22.434Zrunning 0 tests
121982026-09-07T00:26:22.434Z
121992026-09-07T00:26:22.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122002026-09-07T00:26:22.434Z
122012026-09-07T00:26:22.477Z Doc-tests sush_proxy
122022026-09-07T00:26:22.477Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sush_proxy --test sush-proxy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sush-proxy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-4e2e746fe5a7e7eb.rlib --extern sush_proxy=/work/oxidecomputer/omicron/target/debug/deps/libsush_proxy-476baf63dc26bacd.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-71dcb1160ed9e427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122032026-09-07T00:26:22.730Z
122042026-09-07T00:26:22.730Zrunning 0 tests
122052026-09-07T00:26:22.730Z
122062026-09-07T00:26:22.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122072026-09-07T00:26:22.730Z
122082026-09-07T00:26:22.756Z Doc-tests transient_dns_server
122092026-09-07T00:26:22.756Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4ebb9f7829ed805b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e807bad5811627a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-ac3d3c9eaf3c5281.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122102026-09-07T00:26:22.957Z
122112026-09-07T00:26:22.957Zrunning 0 tests
122122026-09-07T00:26:22.957Z
122132026-09-07T00:26:22.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122142026-09-07T00:26:22.957Z
122152026-09-07T00:26:22.979Z Doc-tests trust_quorum
122162026-09-07T00:26:22.979Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-227495c52a30c965.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2b56528c574aa654.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-47b0ce69945cb641.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-b7b7f14b49e5c920.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122172026-09-07T00:26:23.329Z
122182026-09-07T00:26:23.329Zrunning 0 tests
122192026-09-07T00:26:23.329Z
122202026-09-07T00:26:23.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122212026-09-07T00:26:23.329Z
122222026-09-07T00:26:23.363Z Doc-tests trust_quorum_protocol
122232026-09-07T00:26:23.363Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1d5060e0d2baf84.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -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`
122242026-09-07T00:26:23.595Z
122252026-09-07T00:26:23.595Zrunning 0 tests
122262026-09-07T00:26:23.595Z
122272026-09-07T00:26:23.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122282026-09-07T00:26:23.595Z
122292026-09-07T00:26:23.616Z Doc-tests trust_quorum_test_utils
122302026-09-07T00:26:23.616Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a1d5060e0d2baf84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-9b9007267e30ca89.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-007eccb5652a4769.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122312026-09-07T00:26:23.771Z
122322026-09-07T00:26:23.772Zrunning 0 tests
122332026-09-07T00:26:23.772Z
122342026-09-07T00:26:23.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122352026-09-07T00:26:23.772Z
122362026-09-07T00:26:23.787Z Doc-tests trust_quorum_types
122372026-09-07T00:26:23.787Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ea78eef5842af700.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-28bcb27a79474a7c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122382026-09-07T00:26:23.874Z
122392026-09-07T00:26:23.874Zrunning 0 tests
122402026-09-07T00:26:23.874Z
122412026-09-07T00:26:23.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122422026-09-07T00:26:23.875Z
122432026-09-07T00:26:23.885Z Doc-tests trust_quorum_types_versions
122442026-09-07T00:26:23.887Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5ee852cc8b840f48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-8b4867543c776ce3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122452026-09-07T00:26:24.462Z
122462026-09-07T00:26:24.462Zrunning 1 test
122472026-09-07T00:26:24.462Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
122482026-09-07T00:26:24.463Z
122492026-09-07T00:26:24.463Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122502026-09-07T00:26:24.463Z
122512026-09-07T00:26:24.467Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
122522026-09-07T00:26:24.488Z Doc-tests typed_rng
122532026-09-07T00:26:24.488Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6a4a62171fb5249.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-312146572b3a4e62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122542026-09-07T00:26:24.554Z
122552026-09-07T00:26:24.555Zrunning 0 tests
122562026-09-07T00:26:24.555Z
122572026-09-07T00:26:24.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122582026-09-07T00:26:24.555Z
122592026-09-07T00:26:24.565Z Doc-tests wicket
122602026-09-07T00:26:24.569Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122612026-09-07T00:26:25.071Z
122622026-09-07T00:26:25.071Zrunning 0 tests
122632026-09-07T00:26:25.071Z
122642026-09-07T00:26:25.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122652026-09-07T00:26:25.071Z
122662026-09-07T00:26:25.111Z Doc-tests wicket_common
122672026-09-07T00:26:25.115Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122682026-09-07T00:26:25.489Z
122692026-09-07T00:26:25.489Zrunning 0 tests
122702026-09-07T00:26:25.489Z
122712026-09-07T00:26:25.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122722026-09-07T00:26:25.489Z
122732026-09-07T00:26:25.522Z Doc-tests wicket_dbg
122742026-09-07T00:26:25.522Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ed20b0c7e8d6274d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122752026-09-07T00:26:25.798Z
122762026-09-07T00:26:25.798Zrunning 0 tests
122772026-09-07T00:26:25.798Z
122782026-09-07T00:26:25.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122792026-09-07T00:26:25.798Z
122802026-09-07T00:26:25.828Z Doc-tests wicketd
122812026-09-07T00:26:25.832Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-d23898ab39a9ca85.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf02954862cf931c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7e65884d1438a46b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f45b87aa92b45bec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e045ed6cd60d495c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d3d36ba2318f1a5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9d472264908e1377.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-627d94d7d31c7f91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-cf0ffb8c77779ab9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3980d9dedde7cbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-abe19b02aa5421a5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7bc7ad53d849bd1c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0d6288aa2274fa18.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-eb84a5a8d3e979ce.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-90dd41c08aa5ff2a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2f3cbf4ca5ef389e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8f790ae5a5b08216.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1e5c05e88e070d30.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-16fcd7a2e267f5f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6115613a71ff3d49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-84a37082c0117b95.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d711542c5b104539.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122822026-09-07T00:26:26.286Z
122832026-09-07T00:26:26.286Zrunning 0 tests
122842026-09-07T00:26:26.286Z
122852026-09-07T00:26:26.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122862026-09-07T00:26:26.287Z
122872026-09-07T00:26:26.325Z Doc-tests wicketd_api
122882026-09-07T00:26:26.325Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fd273377f76041d6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-a5accae95ebf5f30.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122892026-09-07T00:26:26.982Z
122902026-09-07T00:26:26.982Zrunning 2 tests
122912026-09-07T00:26:26.982Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 47) ... ignored
122922026-09-07T00:26:26.982Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 53) ... ignored
122932026-09-07T00:26:26.982Z
122942026-09-07T00:26:26.983Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122952026-09-07T00:26:26.983Z
122962026-09-07T00:26:26.986Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122972026-09-07T00:26:27.015Z Doc-tests wicketd_client
122982026-09-07T00:26:27.015Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-46102caf4323e85d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37f71be8022c4471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e7c02627a2a731b2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-cbaaba2a981facf3.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122992026-09-07T00:26:28.067Z
123002026-09-07T00:26:28.067Zrunning 0 tests
123012026-09-07T00:26:28.067Z
123022026-09-07T00:26:28.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123032026-09-07T00:26:28.067Z
123042026-09-07T00:26:28.115Z Doc-tests wicketd_commission_api
123052026-09-07T00:26:28.115Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_api --test wicketd-commission-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f460236f1fd8f53.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-ddac014581b16a07.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123062026-09-07T00:26:28.709Z
123072026-09-07T00:26:28.709Zrunning 2 tests
123082026-09-07T00:26:28.709Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 62) ... ignored
123092026-09-07T00:26:28.709Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 68) ... ignored
123102026-09-07T00:26:28.709Z
123112026-09-07T00:26:28.709Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123122026-09-07T00:26:28.709Z
123132026-09-07T00:26:28.713Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
123142026-09-07T00:26:28.738Z Doc-tests wicketd_commission_client
123152026-09-07T00:26:28.741Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_client --test clients/wicketd-commission-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-commission-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-9ca96d2be25cb9ce.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123162026-09-07T00:26:29.087Z
123172026-09-07T00:26:29.087Zrunning 0 tests
123182026-09-07T00:26:29.087Z
123192026-09-07T00:26:29.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123202026-09-07T00:26:29.087Z
123212026-09-07T00:26:29.117Z Doc-tests wicketd_commission_types
123222026-09-07T00:26:29.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types --test wicketd-commission-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ea78eef5842af700.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-3d31555bf29d1a99.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123232026-09-07T00:26:29.311Z
123242026-09-07T00:26:29.311Zrunning 0 tests
123252026-09-07T00:26:29.311Z
123262026-09-07T00:26:29.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123272026-09-07T00:26:29.312Z
123282026-09-07T00:26:29.334Z Doc-tests wicketd_commission_types_versions
123292026-09-07T00:26:29.334Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types_versions --test wicketd-commission-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-9c6f6788cbcd9103.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-6f19f15236cd5a48.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-a0f718430787704f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123302026-09-07T00:26:30.290Z
123312026-09-07T00:26:30.290Zrunning 1 test
123322026-09-07T00:26:30.290Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
123332026-09-07T00:26:30.290Z
123342026-09-07T00:26:30.290Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123352026-09-07T00:26:30.290Z
123362026-09-07T00:26:30.293Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
123372026-09-07T00:26:30.334Z Doc-tests xtask_downloader
123382026-09-07T00:26:30.334Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-099e10c72e7b8a3b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123392026-09-07T00:26:30.449Z
123402026-09-07T00:26:30.450Zrunning 1 test
123412026-09-07T00:26:30.453Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
123422026-09-07T00:26:30.453Z
123432026-09-07T00:26:30.454Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123442026-09-07T00:26:30.454Z
123452026-09-07T00:26:30.463Z Doc-tests zfs_test_harness
123462026-09-07T00:26:30.463Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1d6c7e81b9c9396e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b1b9c0aacdfbc656.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1fe2746d8dc15b25.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123472026-09-07T00:26:30.704Z
123482026-09-07T00:26:30.704Zrunning 0 tests
123492026-09-07T00:26:30.704Z
123502026-09-07T00:26:30.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123512026-09-07T00:26:30.704Z
123522026-09-07T00:26:30.731Z Doc-tests zone_setup
123532026-09-07T00:26:30.735Z Running `/home/build/.rustup/toolchains/1.98.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d2abb079d16c5020.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c2d344fa306889a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea78eef5842af700.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a46b5db08b9d6fd2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-827f7b24017d81d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-6aadf3d1c8c1ed1e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123542026-09-07T00:26:30.948Z
123552026-09-07T00:26:30.949Zrunning 0 tests
123562026-09-07T00:26:30.949Z
123572026-09-07T00:26:30.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123582026-09-07T00:26:30.949Z
123592026-09-07T00:26:31.048Z
123602026-09-07T00:26:31.052Zreal 2:37.874189317
123612026-09-07T00:26:31.052Zuser 2:05.897386762
123622026-09-07T00:26:31.052Zsys 1:00.188586675
123632026-09-07T00:26:31.052Ztrap 0.016202753
123642026-09-07T00:26:31.052Ztflt 0.808331979
123652026-09-07T00:26:31.052Zdflt 0.257514493
123662026-09-07T00:26:31.052Zkflt 0.000038639
123672026-09-07T00:26:31.052Zlock 12:46.921480703
123682026-09-07T00:26:31.052Zslp 15:23.880011870
123692026-09-07T00:26:31.052Zlat 0.313081411
123702026-09-07T00:26:31.052Zstop 4.537718603
123712026-09-07T00:26:31.052Z+ banner 'check schema migration cleanup'
123722026-09-07T00:26:31.052Z
123732026-09-07T00:26:31.052Z #### # # ###### #### # # #### #### # # ######
123742026-09-07T00:26:31.052Z # # # # # # # # # # # # # # #
123752026-09-07T00:26:31.052Z # ###### ##### # #### #### # ###### #####
123762026-09-07T00:26:31.052Z # # # # # # # # # # # #
123772026-09-07T00:26:31.052Z # # # # # # # # # # # # # # # #
123782026-09-07T00:26:31.053Z #### # # ###### #### # # #### #### # # ######
123792026-09-07T00:26:31.053Z
123802026-09-07T00:26:31.059Z+ ptime -m cargo xtask schema old-migrations
123812026-09-07T00:26:31.573Z Compiling serde_core v1.0.228
123822026-09-07T00:26:31.573Z Compiling libc v0.2.185
123832026-09-07T00:26:31.573Z Compiling serde v1.0.228
123842026-09-07T00:26:31.577Z Compiling rustix v1.1.4
123852026-09-07T00:26:31.577Z Compiling bitflags v2.11.0
123862026-09-07T00:26:31.577Z Compiling serde_json v1.0.151
123872026-09-07T00:26:31.655Z Compiling syn v1.0.109
123882026-09-07T00:26:31.658Z Compiling hashbrown v0.17.0
123892026-09-07T00:26:31.668Z Compiling log v0.4.33
123902026-09-07T00:26:31.671Z Compiling getrandom v0.4.3
123912026-09-07T00:26:31.793Z Compiling usdt-impl v0.5.0
123922026-09-07T00:26:31.804Z Compiling fs-err v3.3.0
123932026-09-07T00:26:31.817Z Compiling once_cell v1.21.3
123942026-09-07T00:26:31.831Z Compiling anyhow v1.0.104
123952026-09-07T00:26:31.845Z Compiling heck v0.4.1
123962026-09-07T00:26:31.858Z Compiling syn v2.0.117
123972026-09-07T00:26:32.262Z Compiling indexmap v2.14.0
123982026-09-07T00:26:32.575Z Compiling errno v0.3.14
123992026-09-07T00:26:32.575Z Compiling thread-id v4.2.2
124002026-09-07T00:26:32.578Z Compiling memmap v0.7.0
124012026-09-07T00:26:33.220Z Compiling proc-macro-error v1.0.4
124022026-09-07T00:26:33.447Z Compiling terminal_size v0.4.3
124032026-09-07T00:26:33.447Z Compiling tempfile v3.27.0
124042026-09-07T00:26:33.525Z Compiling tabled_derive v0.7.0
124052026-09-07T00:26:33.556Z Compiling clap_builder v4.6.0
124062026-09-07T00:26:33.556Z Compiling textwrap v0.16.2
124072026-09-07T00:26:33.680Z Compiling camino v1.2.5
124082026-09-07T00:26:33.680Z Compiling cargo-platform v0.3.2
124092026-09-07T00:26:33.680Z Compiling semver v1.0.28
124102026-09-07T00:26:33.942Z Compiling pest_generator v2.8.6
124112026-09-07T00:26:33.977Z Compiling camino-tempfile v1.4.1
124122026-09-07T00:26:34.364Z Compiling tabled v0.15.0
124132026-09-07T00:26:34.470Z Compiling serde_derive v1.0.228
124142026-09-07T00:26:34.470Z Compiling thiserror-impl v1.0.69
124152026-09-07T00:26:34.474Z Compiling zerocopy-derive v0.7.35
124162026-09-07T00:26:34.474Z Compiling scroll_derive v0.12.1
124172026-09-07T00:26:34.474Z Compiling thiserror-impl v2.0.18
124182026-09-07T00:26:34.474Z Compiling clap_derive v4.6.1
124192026-09-07T00:26:34.506Z Compiling pest_derive v2.8.6
124202026-09-07T00:26:35.253Z Compiling scroll v0.12.0
124212026-09-07T00:26:35.379Z Compiling zerocopy v0.7.35
124222026-09-07T00:26:35.474Z Compiling goblin v0.8.2
124232026-09-07T00:26:35.575Z Compiling thiserror v1.0.69
124242026-09-07T00:26:35.639Z Compiling thiserror v2.0.18
124252026-09-07T00:26:35.667Z Compiling dtrace-parser v0.2.0
124262026-09-07T00:26:35.991Z Compiling clap v4.6.1
124272026-09-07T00:26:36.947Z Compiling serde_spanned v0.6.9
124282026-09-07T00:26:36.947Z Compiling toml_datetime v0.6.11
124292026-09-07T00:26:36.951Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
124302026-09-07T00:26:36.951Z Compiling macaddr v1.0.1
124312026-09-07T00:26:36.951Z Compiling cargo_metadata v0.23.1
124322026-09-07T00:26:36.959Z Compiling dof v0.3.0
124332026-09-07T00:26:36.963Z Compiling serde_tokenstream v0.2.3
124342026-09-07T00:26:37.192Z Compiling toml_edit v0.22.27
124352026-09-07T00:26:37.666Z Compiling usdt-macro v0.5.0
124362026-09-07T00:26:37.666Z Compiling usdt-attr-macro v0.5.0
124372026-09-07T00:26:38.411Z Compiling toml v0.8.23
124382026-09-07T00:26:38.456Z Compiling usdt v0.5.0
124392026-09-07T00:26:38.737Z Compiling cargo_toml v0.21.0
124402026-09-07T00:26:40.050Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
124412026-09-07T00:26:42.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
124422026-09-07T00:26:42.470Z Running `target/debug/xtask schema old-migrations`
124432026-09-07T00:26:43.460Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
124442026-09-07T00:26:43.639Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
124452026-09-07T00:26:43.639Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
124462026-09-07T00:26:43.675Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
124472026-09-07T00:26:44.176Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
124482026-09-07T00:26:44.178Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
124492026-09-07T00:26:52.685Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
124502026-09-07T00:26:52.685Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
124512026-09-07T00:26:52.689Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
124522026-09-07T00:26:53.600Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
124532026-09-07T00:26:53.600Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
124542026-09-07T00:26:53.603Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
124552026-09-07T00:26:54.954Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
124562026-09-07T00:26:55.195Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
124572026-09-07T00:27:02.420Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
124582026-09-07T00:27:11.309Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
124592026-09-07T00:27:12.932Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
124602026-09-07T00:27:47.990Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
124612026-09-07T00:28:00.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
124622026-09-07T00:28:00.702Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
124632026-09-07T00:28:00.702Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
124642026-09-07T00:28:00.850Z Running `target/debug/schema old-migrations`
124652026-09-07T00:28:00.915ZIdentifying old migrations that can be removed
124662026-09-07T00:28:01.030ZBase schema version: 231.0.0
124672026-09-07T00:28:01.033ZOK: No old migrations found
124682026-09-07T00:28:01.033Z
124692026-09-07T00:28:01.033Zreal 1:29.974707780
124702026-09-07T00:28:01.033Zuser 2:46.958713794
124712026-09-07T00:28:01.033Zsys 28.467656776
124722026-09-07T00:28:01.033Ztrap 0.023548796
124732026-09-07T00:28:01.033Ztflt 0.612438737
124742026-09-07T00:28:01.033Zdflt 1.455538807
124752026-09-07T00:28:01.033Zkflt 0.000250140
124762026-09-07T00:28:01.033Zlock 12:43.556173619
124772026-09-07T00:28:01.033Zslp 5:52.403727282
124782026-09-07T00:28:01.033Zlat 0.328917460
124792026-09-07T00:28:01.033Zstop 17.547361597
124802026-09-07T00:28:01.034Z+ [[ illumos == \i\l\l\u\m\o\s ]]
124812026-09-07T00:28:01.034Z+ banner live-test
124822026-09-07T00:28:01.037Z
124832026-09-07T00:28:01.038Z # # # # ###### ##### ###### #### #####
124842026-09-07T00:28:01.038Z # # # # # # # # #
124852026-09-07T00:28:01.038Z # # # # ##### ##### # ##### #### #
124862026-09-07T00:28:01.038Z # # # # # # # # #
124872026-09-07T00:28:01.038Z # # # # # # # # # #
124882026-09-07T00:28:01.038Z ###### # ## ###### # ###### #### #
124892026-09-07T00:28:01.038Z
124902026-09-07T00:28:01.038Z+ ptime -m cargo xtask live-tests
124912026-09-07T00:28:01.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
124922026-09-07T00:28:01.564Z Running `target/debug/xtask live-tests`
124932026-09-07T00:28:01.605Zusing temporary directory: /var/tmp/omicron_tmp/.tmp6tvQPi
124942026-09-07T00:28:01.605Zwill create archive file: /var/tmp/omicron_tmp/.tmp6tvQPi/live-tests-archive/omicron-live-tests.tar.zst
124952026-09-07T00:28:01.605Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124962026-09-07T00:28:01.606Z
124972026-09-07T00:28:01.609Zrunning: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp6tvQPi/live-tests-archive/omicron-live-tests.tar.zst"
124982026-09-07T00:28:03.650Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
124992026-09-07T00:28:03.774Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
125002026-09-07T00:28:03.786Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
125012026-09-07T00:28:03.801Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
125022026-09-07T00:28:03.805Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
125032026-09-07T00:28:03.805Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
125042026-09-07T00:28:03.881Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
125052026-09-07T00:28:03.881Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
125062026-09-07T00:28:03.885Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
125072026-09-07T00:28:03.885Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
125082026-09-07T00:28:03.886Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
125092026-09-07T00:28:04.982Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
125102026-09-07T00:28:05.700Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
125112026-09-07T00:28:09.148Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
125122026-09-07T00:28:09.148Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
125132026-09-07T00:28:10.192Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
125142026-09-07T00:28:41.579Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
125152026-09-07T00:28:42.138Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
125162026-09-07T00:28:44.527Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
125172026-09-07T00:28:45.130Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
125182026-09-07T00:29:13.766Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
125192026-09-07T00:29:21.483Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
125202026-09-07T00:29:45.145Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s
125212026-09-07T00:29:45.148Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
125222026-09-07T00:29:45.148Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
125232026-09-07T00:29:45.355Zinfo: experimental features enabled: setup-scripts, benchmarks
125242026-09-07T00:29:45.362Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp6tvQPi/live-tests-archive/omicron-live-tests.tar.zst
125252026-09-07T00:29:46.047Z Archived 410 files to /var/tmp/omicron_tmp/.tmp6tvQPi/live-tests-archive/omicron-live-tests.tar.zst in 0.69s
125262026-09-07T00:29:46.136Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp6tvQPi/live-tests-archive\""
125272026-09-07T00:29:46.146Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp6tvQPi" "live-tests-archive"
125282026-09-07T00:29:46.277Zcreated:
125292026-09-07T00:29:46.277Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
125302026-09-07T00:29:46.277ZTo use this:
125312026-09-07T00:29:46.277Z
125322026-09-07T00:29:46.277Z1. Copy the tarball to the switch zone in a deployed Omicron system.
125332026-09-07T00:29:46.277Z
125342026-09-07T00:29:46.281Z e.g., scp \
125352026-09-07T00:29:46.281Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
125362026-09-07T00:29:46.281Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
125372026-09-07T00:29:46.281Z
125382026-09-07T00:29:46.281Z2. Copy the `cargo-nextest` binary to the same place.
125392026-09-07T00:29:46.281Z
125402026-09-07T00:29:46.281Z e.g., scp \
125412026-09-07T00:29:46.281Z $(which cargo-nextest) \
125422026-09-07T00:29:46.281Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
125432026-09-07T00:29:46.281Z
125442026-09-07T00:29:46.281Z3. From the switch zone on that system, unpack the tarball with:
125452026-09-07T00:29:46.281Z
125462026-09-07T00:29:46.281Z tar xzf live-tests-archive.tgz
125472026-09-07T00:29:46.281Z
125482026-09-07T00:29:46.281Z4. From the switch zone on that system, run tests with:
125492026-09-07T00:29:46.281Z
125502026-09-07T00:29:46.282Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
125512026-09-07T00:29:46.282Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
125522026-09-07T00:29:46.282Z --workspace-remap live-tests-archive
125532026-09-07T00:29:46.282Z
125542026-09-07T00:29:46.282Z
125552026-09-07T00:29:46.282Zreal 1:45.238026332
125562026-09-07T00:29:46.282Zuser 2:46.408703185
125572026-09-07T00:29:46.282Zsys 27.721889610
125582026-09-07T00:29:46.282Ztrap 0.022212975
125592026-09-07T00:29:46.282Ztflt 0.244438113
125602026-09-07T00:29:46.282Zdflt 1.392808653
125612026-09-07T00:29:46.282Zkflt 0.000014717
125622026-09-07T00:29:46.282Zlock 14:45.621811073
125632026-09-07T00:29:46.282Zslp 10:34.596158978
125642026-09-07T00:29:46.282Zlat 0.239247788
125652026-09-07T00:29:46.282Zstop 5.458404955
125662026-09-07T00:29:46.283Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
125672026-09-07T00:29:46.286Z+ unset TMPDIR
125682026-09-07T00:29:46.286Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
125692026-09-07T00:29:46.286Zfiles in /var/tmp/omicron_tmp (none expected on success):
125702026-09-07T00:29:46.286Z+ find /var/tmp/omicron_tmp -ls
125712026-09-07T00:29:46.286Z135957 32 drwxr-xr-x 2 build build 2 Sep 7 00:29 /var/tmp/omicron_tmp
125722026-09-07T00:29:46.289Z+ rmdir /var/tmp/omicron_tmp
125732026-09-07T00:29:46.292Zprocess exited: duration 2000600 ms, exit code 0
 
125742026-09-07T00:29:46.304Zfound 6 output files
125752026-09-07T00:29:46.326Zuploading: /work/cargo-build-analysis.jsonl (1851707 bytes)
125762026-09-07T00:29:47.335Zuploaded: /work/cargo-build-analysis.jsonl
125772026-09-07T00:29:47.340Zuploading: /work/environment.json (108 bytes)
125782026-09-07T00:29:48.351Zuploaded: /work/environment.json
125792026-09-07T00:29:48.351Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (676231 bytes)
125802026-09-07T00:29:49.390Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
125812026-09-07T00:29:49.390Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (284398080 bytes)
125822026-09-07T00:29:55.048Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
125832026-09-07T00:29:55.048Zuploading: /tmp/nextest-run-archive.zip (3244494 bytes)
125842026-09-07T00:29:56.170Zuploaded: /tmp/nextest-run-archive.zip
125852026-09-07T00:29:56.171Zuploading: /tmp/nextest-chrome-trace.json (4306944 bytes)
125862026-09-07T00:29:57.289Zuploaded: /tmp/nextest-chrome-trace.json